mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
add string to translate
This commit is contained in:
parent
12f923bc81
commit
f4e5039e70
@ -481,7 +481,7 @@ module.exports = WithMatrixClient(React.createClass({
|
||||
}
|
||||
|
||||
const editButton = (
|
||||
<span className="mx_EventTile_editButton" title="Options" onClick={this.onEditClicked} />
|
||||
<span className="mx_EventTile_editButton" title={ _t("Options") } onClick={this.onEditClicked} />
|
||||
);
|
||||
let e2e;
|
||||
// cosmetic padlocks:
|
||||
|
@ -677,6 +677,7 @@
|
||||
"%(oneUser)schanged their avatar": "%(oneUser)schanged their avatar",
|
||||
"Analytics": "Analytics",
|
||||
"Opt out of analytics": "Opt out of analytics",
|
||||
"Options": "Options",
|
||||
"Riot collects anonymous analytics to allow us to improve the application.": "Riot collects anonymous analytics to allow us to improve the application.",
|
||||
"Please select the destination room for this message": "Please select the destination room for this message",
|
||||
"Passphrases must match": "Passphrases must match",
|
||||
|
@ -729,6 +729,7 @@
|
||||
"%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s apagou o nome da sala.",
|
||||
"Analytics": "Análise",
|
||||
"Opt out of analytics": "Sair da ferramenta de análise",
|
||||
"Options": "Opções",
|
||||
"Riot collects anonymous analytics to allow us to improve the application.": "Riot coleta informações anônimas de uso para nos permitir melhorar o sistema.",
|
||||
"Passphrases must match": "As senhas têm que ser iguais",
|
||||
"Passphrase must not be empty": "A senha não pode estar vazia",
|
||||
|
Loading…
Reference in New Issue
Block a user