diff options
| author | 2022-10-02 15:52:56 -0300 | |
|---|---|---|
| committer | 2022-10-02 20:52:56 +0200 | |
| commit | c4a0fe364fad38e7100182ff250a4941a8e17a5e (patch) | |
| tree | eab100ab885dc56ac417c50df91e98ba87a565f7 /app/i18n/pt-br/admin.php | |
| parent | 6405b6d16935aff1ecbc4b9e0b5d0f9fcb81e95e (diff) | |
[Feature - Hacktoberfest] - Add Admin transalation pt br (#4669)
* feat (translate): translate Registration form
* feat(translate): add translaction notform term
* feat(translate): add translate nolimit term
* feat(translate): add translate ptBR setaccountsnumber term
* feat(translate): add translate ptBR disabled term
* fix(translate): fix disabled translate ptBR term
* feat(translate): add translate ptBR enabled term
* feat(translate): add translate ptBR title term
* feat(translate): remove //todo comments
* feat(translate): add translate ptbr level term
* feat(translate): add translate ptbr message term
* feat(translate): add translate ptBR timestaamp term
* feat(translate): add translate ptBR term
* feat(translate): add translate ptBR both term
* feat(translate): add translate ptBR header term
* fix: remove TODO
* feat(translate): add translate ptBR header term
* feat(translate): add translate ptBR none term
* feat(translate): add translate ptBR above_title term
* feat(translate): add translate ptBR none term
* feat(translate): add transaction ptBR with_authors term
* feat(translate): add transaction ptBR feed_title term
* feat(translate): add translate ptBR term
* fix(translate): fix translate
* feat(translate): add translate ptBR both term
* feat(translate): add translate ptBR tags -> footer term
* feat(translate): add translate ptBR tags->header term
* feat(translate): add translate ptBR tags->none term
* feat(translate): add translate ptBR tags_max term
* feat(translate): add translate ptBR help term
* feat(translate): add translate ptBR headline
* feat(translate): add upong_gone term translate ptBR
* feat(translate): add deprecated terms translatePTBR
* feat(translate): add ptBR translate in gen.php
* feat(translate): add translate ptBR for sub.php
* Tab instead of white space
* another fix
Co-authored-by: mathContao <math-home@web.de>
Diffstat (limited to 'app/i18n/pt-br/admin.php')
| -rw-r--r-- | app/i18n/pt-br/admin.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/pt-br/admin.php b/app/i18n/pt-br/admin.php index c8b4241c5..bf5406b39 100644 --- a/app/i18n/pt-br/admin.php +++ b/app/i18n/pt-br/admin.php @@ -170,18 +170,18 @@ return array( 'registration' => array( 'number' => 'Máximo número de contas', 'select' => array( - 'label' => 'Registration form', // TODO + 'label' => 'Formulário de Registro', 'option' => array( - 'noform' => 'Disabled: No registration form', // TODO - 'nolimit' => 'Enabled: No limit of accounts', // TODO - 'setaccountsnumber' => 'Set max. number of accounts', // TODO + 'noform' => 'Desativado: Sem formulário de registro', + 'nolimit' => 'Atividado: Sem limites de contas', + 'setaccountsnumber' => 'Definir o máximo de número de contas', ), ), 'status' => array( - 'disabled' => 'Form disabled', // TODO - 'enabled' => 'Form enabled', // TODO + 'disabled' => 'Formulário desabilitado', + 'enabled' => 'Formulário habilitado', ), - 'title' => 'User registration form', // TODO + 'title' => 'Formulário de Cadastro de Usuário', ), ), 'update' => array( |
