aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pt-br/index.php
diff options
context:
space:
mode:
authorGravatar fabianski7 <47755037+fabianski7@users.noreply.github.com> 2020-03-22 10:14:28 +0000
committerGravatar GitHub <noreply@github.com> 2020-03-22 11:14:28 +0100
commitc03e097dae7e7a2026bde7ef96e5f05b139d758d (patch)
tree2776a0c07b5340811323cb0a8f57abeb8f8622f7 /app/i18n/pt-br/index.php
parent11b6668cbf98debb8e3063e6a392b43343fcf858 (diff)
Update and fix pt-br translation (#2833)
* Update and fix pt-br translation * Update app/i18n/pt-br/install.php * Update app/i18n/pt-br/conf.php * Update app/i18n/pt-br/sub.php * Update app/i18n/pt-br/index.php Co-authored-by: Fabianski <yes@its.me> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/pt-br/index.php')
-rw-r--r--app/i18n/pt-br/index.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/pt-br/index.php b/app/i18n/pt-br/index.php
index a389b7125..064ae06a2 100644
--- a/app/i18n/pt-br/index.php
+++ b/app/i18n/pt-br/index.php
@@ -2,7 +2,7 @@
return array(
'about' => array(
- 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation
+ 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
'bugs_reports' => 'Reportar Bugs',
'credits' => 'Créditos',
'credits_content' => 'Alguns elementos de design vieram do <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> Embora FreshRRS não utiliza este framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Ícones</a> vieram do <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police foi criada por <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS é baseado no <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, um framework PHP.',
@@ -26,8 +26,8 @@ return array(
'log' => array(
'clear' => 'Limpar logs',
'empty' => 'Arquivo de log está vazio',
- 'title' => 'Logs', // TODO - Translation
- '_' => 'Logs', // TODO - Translation
+ 'title' => 'Logs',
+ '_' => 'Logs',
),
'menu' => array(
'about' => 'Sobre o FreshRSS',
@@ -40,7 +40,7 @@ return array(
'mark_all_read' => 'Marcar todos como lidos',
'mark_cat_read' => 'Marcar categoria como lida',
'mark_feed_read' => 'Marcar feed com lido',
- 'mark_selection_unread' => 'Mark selection as unread', // TODO - Translation
+ 'mark_selection_unread' => 'Marcar seleção como não lida',
'newer_first' => 'Novos primeiro',
'non-starred' => 'Mostrar todos, exceto favoritos',
'normal_view' => 'visualização normal',
@@ -48,12 +48,12 @@ return array(
'queries' => 'Queries do usuário',
'read' => 'Mostrar apenas lidos',
'reader_view' => 'Visualização de leitura',
- 'rss_view' => 'RSS feed', // TODO - Translation
+ 'rss_view' => 'Feed RSS',
'search_short' => 'Buscar',
'starred' => 'Mostrar apenas os favoritos',
'stats' => 'Estatísticas',
'subscription' => 'Gerenciamento de inscrições',
- 'tags' => 'My labels', // TODO - Translation
+ 'tags' => 'Minhas etiquetas',
'unread' => 'Mostrar apenas os não lidos',
),
'share' => 'Compartilhar',
@@ -61,6 +61,6 @@ return array(
'related' => 'Tags relacionadas',
),
'tos' => array(
- 'title' => 'Terms of Service', // TODO - Translation
+ 'title' => 'Termos do serviço',
),
);