From 909fdaca3172c0e825c7e6268950e16bc5d3e4f3 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 23 Jul 2020 11:31:38 +0200 Subject: Add tag management page (#3121) The new page allows to create, delete and rename tags. See #3058 --- app/i18n/pt-br/gen.php | 1 + app/i18n/pt-br/sub.php | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'app/i18n/pt-br') diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php index 531d84095..75e2b5035 100644 --- a/app/i18n/pt-br/gen.php +++ b/app/i18n/pt-br/gen.php @@ -22,6 +22,7 @@ return array( 'promote' => 'Promover', 'purge' => 'Limpar', 'remove' => 'Remover', + 'rename' => 'Rename', // TODO - Translation 'see_website' => 'Ver o site', 'submit' => 'Enviar', 'truncate' => 'Deletar todos os artigos', diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index 1ecf05169..358162a9d 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -108,13 +108,22 @@ return array( 'import_export' => 'Importar / exportar', 'subscription_management' => 'Gerenciamento de inscrições', 'subscription_tools' => 'Ferramentas de inscrição', + 'tag_management' => 'Tags management', // TODO - Translation + ), + 'tag' => array( + 'name' => 'Name', // TODO - Translation + 'new_name' => 'New name', // TODO - Translation + 'old_name' => 'Old name', // TODO - Translation ), 'title' => array( '_' => 'Gerenciamento de inscrições', 'add' => 'Add a feed/a category', // TODO - Translation 'add_category' => 'Add a category', // TODO - Translation 'add_feed' => 'Add a feed', // TODO - Translation + 'add_tag' => 'Add a tag', // TODO - Translation + 'delete_tag' => 'Delete a tag', // TODO - Translation 'feed_management' => 'Gerenciamento dos RSS feeds', + 'rename_tag' => 'Rename a tag', // TODO - Translation 'subscription_tools' => 'Ferramentas de inscrição', ), ); -- cgit v1.2.3