diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-03-24 15:52:08 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-03-24 15:52:08 -0300 |
commit | 001efcb7434328d339e50fcfc5193ddb5eb31bd6 (patch) | |
tree | f4663aefa9f71e5b9168780cc978a289953975ef /web-ui/app/locales | |
parent | c9525311cddd1221e87e99ad04ac660338d54ba5 (diff) |
[#830] Translate email handling tags
with @anikarni
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r-- | web-ui/app/locales/en_US/translation.json | 2 | ||||
-rw-r--r-- | web-ui/app/locales/pt_BR/translation.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index d69b7472..5e23d39f 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -44,6 +44,8 @@ "not-signed-label-tooltip": "The sender could not be verified.", "signed-label-tooltip": "You are communicating with the real sender.", "sending-mail": "Sending...", + "mail-sent": "Your message was sent!", + "mail-not-sent": "Error, message not sent:", "trash-button": "Delete it", "search-placeholder" : "Search...", "search-results-for": "Search results for", diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json index 4e179363..dcf551af 100644 --- a/web-ui/app/locales/pt_BR/translation.json +++ b/web-ui/app/locales/pt_BR/translation.json @@ -44,6 +44,8 @@ "not-signed-label-tooltip": "O remetente não pode ser verificado.", "signed-label-tooltip": "Você está se comunicando com o remetente real.", "sending-mail": "Enviando...", + "mail-sent": "Sua mensagem foi enviada!", + "mail-not-sent": "Erro, sua mensagem não foi enviada:", "trash-button": "Deletar", "search-placeholder" : "Pesquisar...", "search-results-for": "Resultado da pesquisa por", |