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/gen.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/gen.php')
| -rw-r--r-- | app/i18n/pt-br/gen.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php index 710c901e9..c1962e80a 100644 --- a/app/i18n/pt-br/gen.php +++ b/app/i18n/pt-br/gen.php @@ -18,7 +18,7 @@ return array( 'back_to_rss_feeds' => '← Volte para o seu feeds RSS', 'cancel' => 'Cancelar', 'create' => 'Criar', - 'delete_muted_feeds' => 'Delete muted feeds', // TODO + 'delete_muted_feeds' => 'Excluir feeds silenciados', 'demote' => 'Despromover', 'disable' => 'Desabilitar', 'empty' => 'Vazio', @@ -29,10 +29,10 @@ return array( 'load_default_shortcuts' => 'Carregar mais atalhos', 'manage' => 'Gerenciar', 'mark_read' => 'Marcar como lido', - 'open_url' => 'Open URL', // TODO + 'open_url' => 'Abrir URL', 'promote' => 'Promover', 'purge' => 'Limpar', - 'refresh_opml' => 'Refresh OPML', // TODO + 'refresh_opml' => 'Atualizar OPML', 'remove' => 'Remover', 'rename' => 'Renomear', 'see_website' => 'Ver o site', @@ -130,7 +130,7 @@ return array( 'confirm_action_feed_cat' => 'Você tem certeza que deseja efetuar esta ação ? Você irá perder favoritos e queries de usuários. Não poderá ser cancelado!', 'feedback' => array( 'body_new_articles' => 'Há %%d novos artigos para ler no FreshRSS.', - 'body_unread_articles' => '(unread: %%d)', // TODO + 'body_unread_articles' => '(não lido: %%d)', 'request_failed' => 'Uma solicitação falhou, isto pode ter sido causado por problemas de conexão com a internet.', 'title_new_articles' => 'FreshRSS: novos artigos!', ), @@ -211,7 +211,7 @@ return array( 'twitter' => 'Twitter', // IGNORE 'wallabag' => 'wallabag v1', // IGNORE 'wallabagv2' => 'wallabag v2', // IGNORE - 'web-sharing-api' => 'System sharing', // TODO + 'web-sharing-api' => 'Sistemas-compartilhados (API)', 'whatsapp' => 'Whatsapp', // IGNORE 'xing' => 'Xing', // IGNORE ), |
