aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pt-br
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-11-08 20:23:54 +0100
committerGravatar GitHub <noreply@github.com> 2023-11-08 20:23:54 +0100
commit348028a29043b7d1d0f80544c44f0454b2c375c3 (patch)
tree8f01badaa6983341f27e8afb05e2e9d42992b9b0 /app/i18n/pt-br
parent7d26dcc8475e4c7c3f68358405e9074ed61e018c (diff)
New feature important feeds (#5782)
* New feature important feeds * Fix PHPStan * Initial style for important feeds + keep unread * Change UI order * Count important unread * Never mark as read important feeds during scroll * Fix i18n conf.iew.normal regression * Fix reader view * More fix reader view * Create important.svg * Fix title * Fix counter * Account for important during mark-all-as-read * Fix underline colour * 📌 * Changelog --------- Co-authored-by: math-gh <> Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
Diffstat (limited to 'app/i18n/pt-br')
-rw-r--r--app/i18n/pt-br/conf.php2
-rw-r--r--app/i18n/pt-br/index.php1
-rw-r--r--app/i18n/pt-br/sub.php3
3 files changed, 4 insertions, 2 deletions
diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php
index 019fe8744..c115c80dc 100644
--- a/app/i18n/pt-br/conf.php
+++ b/app/i18n/pt-br/conf.php
@@ -205,7 +205,7 @@ return array(
'article_open_on_website' => 'quando o artigo é aberto no site original',
'article_viewed' => 'Quando o artigo é visualizado',
'keep_max_n_unread' => 'Número máximo de artigos para manter como não lido',
- 'scroll' => 'enquanto scrolling',
+ 'scroll' => 'enquanto scrolling (except for important feeds)', // DIRTY
'upon_gone' => 'QUuando não estiver mais no feed de noticiais principais',
'upon_reception' => 'ao receber um artigo',
'when' => 'Marcar artigo como lido…',
diff --git a/app/i18n/pt-br/index.php b/app/i18n/pt-br/index.php
index d22446ab7..f26abaf97 100644
--- a/app/i18n/pt-br/index.php
+++ b/app/i18n/pt-br/index.php
@@ -45,6 +45,7 @@ return array(
'bookmark_query' => 'Salvar pesquisa atual',
'favorites' => 'Favoritos (%s)',
'global_view' => 'Visualização global',
+ 'important' => 'Important feeds', // TODO
'main_stream' => 'Stream principal',
'mark_all_read' => 'Marcar todos como lidos',
'mark_cat_read' => 'Marcar categoria como lida',
diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php
index 93732452f..528e2cfbd 100644
--- a/app/i18n/pt-br/sub.php
+++ b/app/i18n/pt-br/sub.php
@@ -140,8 +140,9 @@ return array(
'priority' => array(
'_' => 'Visibilidade',
'archived' => 'Não exibir (arquivado)',
+ 'category' => 'Mostrar na sua categoria',
+ 'important' => 'Show in important feeds', // TODO
'main_stream' => 'Mostrar na tela principal',
- 'normal' => 'Mostrar na sua categoria',
),
'proxy' => 'Defina um proxy para buscar esse feed',
'proxy_help' => 'Selecione um protocolo (e.g: SOCKS5) e digite o endereço do proxy (e.g: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // DIRTY