From c4a0fe364fad38e7100182ff250a4941a8e17a5e Mon Sep 17 00:00:00 2001 From: Nicolas Pereira Date: Sun, 2 Oct 2022 15:52:56 -0300 Subject: [Feature - Hacktoberfest] - Add Admin transalation pt br (#4669) * feat (translate): translate Registration form * feat(translate): add translaction notform term * feat(translate): add translate nolimit term * feat(translate): add translate ptBR setaccountsnumber term * feat(translate): add translate ptBR disabled term * fix(translate): fix disabled translate ptBR term * feat(translate): add translate ptBR enabled term * feat(translate): add translate ptBR title term * feat(translate): remove //todo comments * feat(translate): add translate ptbr level term * feat(translate): add translate ptbr message term * feat(translate): add translate ptBR timestaamp term * feat(translate): add translate ptBR term * feat(translate): add translate ptBR both term * feat(translate): add translate ptBR header term * fix: remove TODO * feat(translate): add translate ptBR header term * feat(translate): add translate ptBR none term * feat(translate): add translate ptBR above_title term * feat(translate): add translate ptBR none term * feat(translate): add transaction ptBR with_authors term * feat(translate): add transaction ptBR feed_title term * feat(translate): add translate ptBR term * fix(translate): fix translate * feat(translate): add translate ptBR both term * feat(translate): add translate ptBR tags -> footer term * feat(translate): add translate ptBR tags->header term * feat(translate): add translate ptBR tags->none term * feat(translate): add translate ptBR tags_max term * feat(translate): add translate ptBR help term * feat(translate): add translate ptBR headline * feat(translate): add upong_gone term translate ptBR * feat(translate): add deprecated terms translatePTBR * feat(translate): add ptBR translate in gen.php * feat(translate): add translate ptBR for sub.php * Tab instead of white space * another fix Co-authored-by: mathContao --- app/i18n/pt-br/sub.php | 70 +++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'app/i18n/pt-br/sub.php') diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index 6f49f6fc3..d8e146b77 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -25,19 +25,19 @@ return array( 'add' => 'Adicionar categoria', 'archiving' => 'Arquivar', 'dynamic_opml' => array( - '_' => 'Dynamic OPML', // TODO - 'help' => 'Provide the URL to an OPML file to dynamically populate this category with feeds', // TODO + '_' => 'OPML Dinâmico', + 'help' => 'Forneça uma URL para o arquivo OPML para preencher dinamicamente esta categoria com feeds', ), 'empty' => 'Categoria vazia', 'information' => 'Informações', - 'opml_url' => 'OPML URL', // TODO + 'opml_url' => 'URL de OPML', 'position' => 'Posição de exibição', 'position_help' => 'Para controlar a ordem de exibição', 'title' => 'Título', ), 'feed' => array( - 'accept_cookies' => 'Accept cookies', // TODO - 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // TODO + 'accept_cookies' => 'Aceitar cookies', + 'accept_cookies_help' => 'Permitir que o servidor de Feed defina os cookies (sarmazenados na memória apenas durante a solicitação)', 'add' => 'Adicionar um RSS feed', 'advanced' => 'Avançado', 'archiving' => 'Arquivar', @@ -60,8 +60,8 @@ return array( 'css_help' => 'Retorna RSS feeds truncados (atenção, requer mais tempo!)', 'css_path' => 'Caminho do CSS do artigo no site original', 'css_path_filter' => array( - '_' => 'CSS selector of the elements to remove', // TODO - 'help' => 'A CSS selector may be a list such as: .footer, .aside', // TODO + '_' => 'Seletor CSS dos elementos a serem removidos', + 'help' => 'O seletor CSS pode ser uma lista com: .footer, .aside', ), 'description' => 'Descrição', 'empty' => 'Este feed está vazio. Por favor verifique ele ainda é mantido.', @@ -73,51 +73,51 @@ return array( 'information' => 'Informações', 'keep_min' => 'Número mínimo de artigos para manter', 'kind' => array( - '_' => 'Type of feed source', // TODO + '_' => 'Tipo de fonte de alimentação do Feed', 'html_xpath' => array( - '_' => 'HTML + XPath (Web scraping)', // TODO + '_' => 'HTML + XPath (Web scraping)', // IGNORE 'feed_title' => array( - '_' => 'feed title', // TODO - 'help' => 'Example: //title or a static string: "My custom feed"', // TODO + '_' => 'Título do Feed', + 'help' => 'Exemplo: //title ou uma string estática: "Meu feed customizado"', ), - 'help' => 'XPath 1.0 is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO + 'help' => 'XPath 1.0é uma linguagem de consulta padrão para usuários avançados e que o FreshRSS suporta para habilitar o Web scraping.', 'item' => array( - '_' => 'finding news items
(most important)', // TODO - 'help' => 'Example: //div[@class="news-item"]', // TODO + '_' => 'encontrar notícias items
(mais importantes)', + 'help' => 'Exemplo: //div[@class="news-item"]', ), 'item_author' => array( - '_' => 'item author', // TODO - 'help' => 'Can also be a static string. Example: "Anonymous"', // TODO + '_' => 'Autor do item', + 'help' => 'Também pode ser uma string estática. Exemplo: "Anônimo"', ), - 'item_categories' => 'item tags', // TODO + 'item_categories' => 'Etiquetas do item', 'item_content' => array( - '_' => 'item content', // TODO - 'help' => 'Example to take the full item: .', // TODO + '_' => 'Conteúdo do item', + 'help' => 'Exemplo para pegar o item completo: .', ), 'item_thumbnail' => array( - '_' => 'item thumbnail', // TODO - 'help' => 'Example: descendant::img/@src', // TODO + '_' => 'Miniatura do item', + 'help' => 'Exemplo: descendant::img/@src', ), 'item_timestamp' => array( - '_' => 'item date', // TODO - 'help' => 'The result will be parsed by strtotime()', // TODO + '_' => 'Data do Item', + 'help' => 'O resultado será parecido com: strtotime()', ), 'item_title' => array( - '_' => 'item title', // TODO - 'help' => 'Use in particular the XPath axis descendant:: like descendant::h2', // TODO + '_' => 'Titulo do Item', + 'help' => 'Utilize especialmente XPath axis descendant:: like descendant::h2', ), 'item_uid' => array( - '_' => 'item unique ID', // TODO - 'help' => 'Optional. Example: descendant::div/@data-uri', // TODO + '_' => 'ID único do item', + 'help' => 'Opcional. Exemplo: descendant::div/@data-uri', ), 'item_uri' => array( - '_' => 'item link (URL)', // TODO - 'help' => 'Example: descendant::a/@href', // TODO + '_' => 'Link do item (URL)', + 'help' => 'Exemplo: descendant::a/@href', ), - 'relative' => 'XPath (relative to item) for:', // TODO - 'xpath' => 'XPath for:', // TODO + 'relative' => 'XPath (relativo do item) para:', + 'xpath' => 'XPath para:', ), - 'rss' => 'RSS / Atom (default)', // TODO + 'rss' => 'RSS / Atom (padrão)', ), 'maintenance' => array( 'clear_cache' => 'Limpar o cache', @@ -126,8 +126,8 @@ return array( 'reload_articles_help' => 'Recarregar artigos e buscar conteúdo completo', // DIRTY 'title' => 'Manutenção', ), - 'max_http_redir' => 'Max HTTP redirects', // TODO - 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // TODO + 'max_http_redir' => 'Quantidade máxima de redirecionamentos HTTP', + 'max_http_redir_help' => 'Defina como 0 ou deixe em branco para desabilitar, -1 para redirecionamentos ilimitados', 'moved_category_deleted' => 'Quando você deleta uma categoria, seus feeds são automaticamente classificados como %s.', 'mute' => 'silenciar', 'no_selected' => 'Nenhum feed selecionado.', @@ -198,7 +198,7 @@ return array( '_' => 'Gerenciamento de inscrições', 'add' => 'Adicionar um feed ou categoria', 'add_category' => 'Adicionar uma categoria', - 'add_dynamic_opml' => 'Add dynamic OPML', // TODO + 'add_dynamic_opml' => 'Adicionar OPML dinâmico', 'add_feed' => 'Adicionar um feed', 'add_label' => 'Adicionar uma etiqueta', 'delete_label' => 'Deletar uma etiqueta', -- cgit v1.2.3