aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pt-BR
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-11-04 12:49:21 +0100
committerGravatar GitHub <noreply@github.com> 2025-11-04 12:49:21 +0100
commitb6c63d223931382aae84dc6d394cdd1bb58121bc (patch)
treef512ea0f11873f89740cb7692442d11b26d59ee3 /app/i18n/pt-BR
parent7d4854a0a4f5665db599f18c34035786465639f3 (diff)
Better transitions between groups of articles (#8174)
fix https://github.com/FreshRSS/FreshRSS/issues/7520 fix https://github.com/FreshRSS/FreshRSS/issues/8168 fix https://github.com/FreshRSS/FreshRSS/discussions/8172
Diffstat (limited to 'app/i18n/pt-BR')
-rw-r--r--app/i18n/pt-BR/index.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/i18n/pt-BR/index.php b/app/i18n/pt-BR/index.php
index 787dea15d..e8d3e6b11 100644
--- a/app/i18n/pt-BR/index.php
+++ b/app/i18n/pt-BR/index.php
@@ -36,8 +36,14 @@ return array(
),
'feed' => array(
'empty' => 'Não há nenhum artigo para mostrar.',
+ 'published' => array(
+ '_' => 'Published', // TODO
+ 'future' => 'Published in the future', // TODO
+ 'today' => 'Published today', // TODO
+ 'yesterday' => 'Published yesterday', // TODO
+ ),
'received' => array(
- 'before_yesterday' => 'Received before yesterday', // TODO
+ '_' => 'Received', // TODO
'today' => 'Received today', // TODO
'yesterday' => 'Received yesterday', // TODO
),
@@ -45,6 +51,11 @@ return array(
'title' => 'Stream principal',
'title_fav' => 'Favoritos',
'title_global' => 'Visualização Global',
+ 'userModified' => array(
+ '_' => 'Modified by user', // TODO
+ 'today' => 'Modified by user today', // TODO
+ 'yesterday' => 'Modified by user yesterday', // TODO
+ ),
),
'log' => array(
'_' => 'Logs', // IGNORE