From 4a74d6a027d29ab49d981456d7c69a32d4152cb4 Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Mon, 18 May 2020 22:45:33 +0200 Subject: [PATCH 01/11] Add translation to "TidyKeepTabs" --- localize/translations/language_pt_br.po | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index bd7fa6a..fe829db 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -898,7 +898,17 @@ msgid "" "<?php ... ?>. As always, all other tabs, or sequences of tabs, in " "the source will continue to be replaced with a space. " msgstr "" - +"Com no preconfigurado, Tidy substituirá todas as tabs da fonte com espaços, " +"em conformidade com a opção tab-size e o deslocamento da linha atual. " +"Obviamente, com exceção dos blocos/elementos enumerados abaixo, isto será " +"reduzido depois a apenas um espaço " +"
" +"Se configurado para yes essa opção determina que Tidy deve manter " +"certas tabs encontradas na fonte, mas apenas " +"em blocos preformatados como <pre> e outros elementos CDATA como " +"<script>, <style> e outros pseudo-elementos como " +"<?php ... ?>. Como sempre, todas as demais tabs ou sequências de tabs " +"na fonte continuarão a ser substituídas por um espaço. " #. Important notes for translators: #. - Use only , , , , and #.
. From de8eec327f437f67972a18cdedad110520973ce7 Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Mon, 18 May 2020 22:54:16 +0200 Subject: [PATCH 02/11] Add translation to "TidyMuteReports" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And change "tabs" to "tabulações" at TidyKeepTabs. --- localize/translations/language_pt_br.po | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index fe829db..e0d9665 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -898,17 +898,17 @@ msgid "" "<?php ... ?>. As always, all other tabs, or sequences of tabs, in " "the source will continue to be replaced with a space. " msgstr "" -"Com no preconfigurado, Tidy substituirá todas as tabs da fonte com espaços, " +"Com no preconfigurado, Tidy substituirá todas as tabulações da fonte com espaços, " "em conformidade com a opção tab-size e o deslocamento da linha atual. " "Obviamente, com exceção dos blocos/elementos enumerados abaixo, isto será " "reduzido depois a apenas um espaço " "
" "Se configurado para yes essa opção determina que Tidy deve manter " -"certas tabs encontradas na fonte, mas apenas " +"certas tabulaçõess encontradas na fonte, mas apenas " "em blocos preformatados como <pre> e outros elementos CDATA como " "<script>, <style> e outros pseudo-elementos como " -"<?php ... ?>. Como sempre, todas as demais tabs ou sequências de tabs " -"na fonte continuarão a ser substituídas por um espaço. " +"<?php ... ?>. Como sempre, todas as demais tabulações ou " +"sequências de tabulações na fonte continuarão a ser substituídas por um espaço. " #. Important notes for translators: #. - Use only , , , , and #.
. @@ -1628,7 +1628,13 @@ msgid "" "mute-id configuration option and examining Tidy's " "output. " msgstr "" - +"Use esta opção para impedir que Tidy mostre certos tipos de " +"relatórios, por exemplo, para condições que você deseja ignorar. " +"
" +"Essa opção recebe uma lista de uma ou mais chaves que indicam o tipo de " +"mensagem a ser silenciada. Você pode descobrir as chaves destas mensagens " +"usando a opção de configuração mute-id e examinando o resultado " +"produzido por Tidy. " #. Important notes for translators: #. - Use only , , , , and #.
. From 85f0b658fd09250907ae31bba436ee4858a75171 Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Mon, 18 May 2020 23:05:15 +0200 Subject: [PATCH 03/11] Add translation to "TidyMuteShow" --- localize/translations/language_pt_br.po | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index e0d9665..21648e1 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -1650,7 +1650,10 @@ msgid "" "use the mute configuration option in order to filter " "out certain report messages. " msgstr "" - +"Essa opção determina se Tidy deve apresentar ou não os IDs da mensagem " +"com cada um de seus relatórios de erros. Pode ser útil se você quiser " +"usar a opção de configuração mute a fim de filtrar " +"certas mensagens do relatório. " #. Important notes for translators: #. - Use only , , , , and #.
. From b895ebc1d76d6af3886f0af9ed7085cf44cef21a Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Mon, 18 May 2020 23:37:03 +0200 Subject: [PATCH 04/11] Correct: translate "warning" as "aviso", not "acesso" --- localize/translations/language_pt_br.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index 21648e1..3b86b3e 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -2215,7 +2215,7 @@ msgstr "" msgctxt "TidyWarning" msgid "Warning: " -msgstr "Acesso: " +msgstr "Aviso: " msgctxt "TidyConfig" msgid "Config: " From 6d99e27409c8bfafb4a188a92e28ce35b4bf3517 Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Mon, 18 May 2020 23:44:07 +0200 Subject: [PATCH 05/11] Add translation to "FOOTNOTE_TRIM_EMPTY_ELEMENT" --- localize/translations/language_pt_br.po | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index 3b86b3e..59aa062 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -2568,6 +2568,10 @@ msgid "" "this behavior, then consider setting the option \"drop-empty-elements\"\n" "to no.\n" msgstr "" +"Um ou mais elementos vazios estavam presentes no documento-fonte mas\n" +"foram descartados no resultado. Se esses elementos são necessários ou\n" +"se você não deseja esse comportamento, então considere configurar a opção\n" +"\"drop-empty-elements\" para no.\n" #. This console output should be limited to 78 characters per line. #. - The URL should not be translated unless you find a matching URL in your language. From 1b4e863c235e63ab56265ae1a80ae3eaab8c7ba3 Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Mon, 18 May 2020 23:53:28 +0200 Subject: [PATCH 06/11] Add translation to MALFORMED_COMMENT_DROPPING, EOS and WARN --- localize/translations/language_pt_br.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index 59aa062..07f958e 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -2944,15 +2944,15 @@ msgstr "hífenes adjacentes dentro de comentário" msgctxt "MALFORMED_COMMENT_DROPPING" msgid "dropping a possible comment due to a missing hyphen" -msgstr "" +msgstr "descartando um possível comentário devido à falta de hífen" msgctxt "MALFORMED_COMMENT_EOS" msgid "the end of the document was reached before the end of the comment" -msgstr "" +msgstr "o fim do documento foi alcançado antes do fim do comentário" msgctxt "MALFORMED_COMMENT_WARN" msgid "detected adjacent hyphens within the comment; consider fix-bad-comments" -msgstr "" +msgstr "hífens adjacentes detectados dentro do comentário; considere fix-bad-comments" msgctxt "MALFORMED_DOCTYPE" msgid "discarding malformed " From f6913adb562451fe6eadc55dcbf278fd6d16c38c Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Tue, 19 May 2020 00:05:43 +0200 Subject: [PATCH 07/11] Add translation to some lines, e.g. MISSING_ENDTAG_OPTIONAL Add translation to MISSING_ENDTAG_OPTIONAL, MISSING_QUOTEMARK_OPEN, OPTION_REMOVED, OPTION_REMOVED_APPLIED, OPTION_REMOVED_UNAPPLIED, STRING_ARGUMENT_BAD, and STRING_MUTING_TYPE. --- localize/translations/language_pt_br.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index 07f958e..2fc86dc 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -2995,7 +2995,7 @@ msgstr "faltando " #, c-format msgctxt "MISSING_ENDTAG_OPTIONAL" msgid "missing optional end tag " -msgstr "" +msgstr "faltando tag final opcional " #, c-format msgctxt "MISSING_IMAGEMAP" @@ -3010,7 +3010,7 @@ msgstr "atributo de %s faltando aspas ao final" #, c-format msgctxt "MISSING_QUOTEMARK_OPEN" msgid "value for attribute \"%s\" missing quote marks" -msgstr "" +msgstr "valor para atributo \"%s\" faltando aspas" #, c-format msgctxt "MISSING_SEMICOLON_NCR" @@ -3067,17 +3067,17 @@ msgstr "substituindo elemento obsoleto %s por %s" #, c-format msgctxt "OPTION_REMOVED" msgid "option \"%s\" no longer exists, and no replacement could be found." -msgstr "" +msgstr "opção \"%s\" não existe mais e nenhum substituto pôde ser encontrado." #, c-format msgctxt "OPTION_REMOVED_APPLIED" msgid "option \"%s\" replaced with \"%s\", which Tidy has set to \"%s\"." -msgstr "" +msgstr "opção \"%s\" substituída por \"%s\", que Tidy configurou para \"%s\"." #, c-format msgctxt "OPTION_REMOVED_UNAPPLIED" msgid "option \"%s\" replaced with \"%s\", but Tidy could not set it for you." -msgstr "" +msgstr "opção \"%s\" substituída por \"%s\", mas Tidy não pôde configurar para você" #, c-format msgctxt "PREVIOUS_LOCATION" @@ -3126,7 +3126,7 @@ msgstr "removendo espaço em branco precedendo a declaração XML" #, c-format msgctxt "STRING_ARGUMENT_BAD" msgid "option \"%s\" given bad argument \"%s\"" -msgstr "" +msgstr "opção \"%s\" recebeu argumento errado \"%s\"" #, c-format msgctxt "STRING_MISSING_MALFORMED" @@ -3136,7 +3136,7 @@ msgstr "argumento faltando ou malformado para opção: %s" #, c-format msgctxt "STRING_MUTING_TYPE" msgid "messages of type \"%s\" will not be output" -msgstr "" +msgstr "mensagens de tipo \"%s\" não vão ser geradas" #, c-format msgctxt "STRING_UNKNOWN_OPTION" From 652a4add854a692e7acc3b4bbdcee1a63d04345d Mon Sep 17 00:00:00 2001 From: Hugo B Tiburtino Date: Tue, 19 May 2020 00:16:21 +0200 Subject: [PATCH 08/11] Add translation to TC_OPT_HELPENV and delete empty spaces at TC_OPT_HELPOPT --- localize/translations/language_pt_br.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index 2fc86dc..47ca4e1 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -3813,11 +3813,11 @@ msgstr "lista todas as opções de configuração" msgctxt "TC_OPT_HELPENV" msgid "show information about the environment and runtime configuration" -msgstr "" +msgstr "mostra informações sobre o ambiente e a configuração de execução" msgctxt "TC_OPT_HELPOPT" msgid "show a description of the