From d30ac40772ec1b4706922afd8acab8448af39a9e Mon Sep 17 00:00:00 2001 From: Julien-Pierre Avérous Date: Thu, 13 Feb 2020 19:22:35 +0200 Subject: Enhance content path feature (#2778) - Add a maintenance section to be able to clear cache and force reload a feed. - Add an icon next to path field to show a pop-up with the result of the content path. Co-authored-by: Frans de Jonge Co-authored-by: Alexandre Alapetite Co-authored-by: Marien Fressinaud --- app/i18n/pt-br/feedback.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/i18n/pt-br/feedback.php') diff --git a/app/i18n/pt-br/feedback.php b/app/i18n/pt-br/feedback.php index 0e644ce8f..b629c6bd7 100644 --- a/app/i18n/pt-br/feedback.php +++ b/app/i18n/pt-br/feedback.php @@ -84,15 +84,25 @@ return array( 'actualizeds' => 'RSS feeds foi atualizado', 'added' => 'RSS feed %s foi adicionado', 'already_subscribed' => 'Você já está inscrito no %s', + 'cache_cleared' => '%s cache has been cleared', // TODO - Translation 'deleted' => 'o Feed foi deletado', 'error' => 'O feed não pode ser atualizado', 'internal_problem' => 'O RSS feed não pôde ser adicionado. Verifique os FreshRSS logs para detalhes.', 'invalid_url' => 'URL %s é inválida', 'not_added' => '%s não pode ser atualizado', + 'not_found' => 'Feed cannot be found', // TODO - Translation 'no_refresh' => 'Não há feed para atualizar…', 'n_actualized' => '%d feeds foram atualizados', 'n_entries_deleted' => '%d artigos foram deletados', 'over_max' => 'Você atingiu seu limite de feeds (%d)', + 'reloaded' => '%s has been reloaded', // TODO - Translation + 'selector_preview' => array( + 'http_error' => 'Failed to load website content.', // TODO - Translation + 'no_entries' => 'There is no entries in your feed. You need at least one entry to create a preview.', // TODO - Translation + 'no_feed' => 'Internal error (no feed to entry).', // TODO - Translation + 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation + 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation + ), 'updated' => 'Feed foram atualizados', ), 'purge_completed' => 'Limpeza completa (%d artigos deletados)', -- cgit v1.2.3