From 70e71b8364c1317af04f92fd86df4541fa269e0c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 3 Jan 2024 11:23:06 +0100 Subject: Auto-label (#5954) Add labels automatically to incoming articles fix https://github.com/FreshRSS/FreshRSS/issues/2380 fix https://github.com/FreshRSS/FreshRSS/issues/2420 fix https://github.com/FreshRSS/FreshRSS/issues/3279 fix https://github.com/FreshRSS/FreshRSS/discussions/4947 fix https://github.com/FreshRSS/FreshRSS/issues/5728 fix https://github.com/FreshRSS/FreshRSS/issues/5599 --- app/i18n/pt-br/feedback.php | 2 ++ app/i18n/pt-br/sub.php | 1 + 2 files changed, 3 insertions(+) (limited to 'app/i18n/pt-br') diff --git a/app/i18n/pt-br/feedback.php b/app/i18n/pt-br/feedback.php index 85995da31..ea63c6bef 100644 --- a/app/i18n/pt-br/feedback.php +++ b/app/i18n/pt-br/feedback.php @@ -116,8 +116,10 @@ return array( ), 'tag' => array( 'created' => 'A Tag “%s” foi criada.', // DIRTY + 'error' => 'Label could not be updated!', // TODO 'name_exists' => 'O nome da tag já existe.', // DIRTY 'renamed' => 'A Tag “%s” foi renomeada para “%s”.', // DIRTY + 'updated' => 'Label has been updated.', // TODO ), 'update' => array( 'can_apply' => 'O FreshRSS será atualizado para a versão %s.', diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index 528e2cfbd..202b559a7 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -196,6 +196,7 @@ return array( 'subscription_tools' => 'Ferramentas de inscrição', ), 'tag' => array( + 'auto_label' => 'Add this label to new articles', // TODO 'name' => 'Nome', 'new_name' => 'Nome novo', 'old_name' => 'Nome antigo', -- cgit v1.2.3