diff options
author | Eduardo Elias <camponez@gmail.com> | 2017-04-21 18:53:47 +0100 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-21 19:53:47 +0200 |
commit | 27ea2a88c12835b491ea5537f934983470faf781 (patch) | |
tree | 5a5f9471c97bb7acbd09183250c7aa51ca58f5ca /config/locales | |
parent | 16cd648181f892b075b0be9bb9941f9a28b25ee2 (diff) |
Language: Missing keys for pt and pt-BR (#2277)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/pt-BR.yml | 4 | ||||
-rw-r--r-- | config/locales/pt.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index f93f5564b..551e92271 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -107,6 +107,10 @@ pt-BR: title: Desfazer bloqueio de domínio para %{domain} title: Bloqueio de domínio undo: Desfazer + instances: + account_count: Contas conhecidas + domain_name: Domínio + title: Instâncias conhecidas pubsubhubbub: callback_url: URL de Callback confirmed: Confirmado diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 5afae9ddc..ade6a61b7 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -111,6 +111,10 @@ pt: undo: Anular title: Bloqueio de domínio undo: Anular + instances: + account_count: Contas conhecidas + domain_name: Domínio + title: Instâncias conhecidas pubsubhubbub: callback_url: URL de Callback confirmed: Confirmado |