@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.13\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2026-01-13 15:09 +0000\n "
17+ "POT-Creation-Date : 2026-01-17 15:22 +0000\n "
1818"PO-Revision-Date : 2025-09-15 01:04+0000\n "
1919"Last-Translator : Adorilson Bezerra <adorilson@gmail.com>, 2026\n "
2020"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -470,6 +470,8 @@ msgstr "Indent Region"
470470#: ../../library/idle.rst:187
471471msgid "Shift selected lines right by the indent width (default 4 spaces)."
472472msgstr ""
473+ "Desloca as linhas selecionadas à direita pela largura de indentação (4 "
474+ "espaços por padrão)."
473475
474476#: ../../library/idle.rst:189
475477msgid "Dedent Region"
@@ -478,22 +480,24 @@ msgstr "Dedent Region"
478480#: ../../library/idle.rst:190
479481msgid "Shift selected lines left by the indent width (default 4 spaces)."
480482msgstr ""
483+ "Desloca as linhas selecionadas à esquerda pela largura de indentação (4 "
484+ "espaços por padrão)."
481485
482486#: ../../library/idle.rst:192
483487msgid "Comment Out Region"
484488msgstr "Comment Out Region"
485489
486490#: ../../library/idle.rst:193
487491msgid "Insert ## in front of selected lines."
488- msgstr ""
492+ msgstr "Insere ## à frente das linhas selecionadas. "
489493
490494#: ../../library/idle.rst:195
491495msgid "Uncomment Region"
492496msgstr "Uncomment Region"
493497
494498#: ../../library/idle.rst:196
495499msgid "Remove leading # or ## from selected lines."
496- msgstr ""
500+ msgstr "Remove # ou ## iniciais das linhas selecionadas. "
497501
498502#: ../../library/idle.rst:198
499503msgid "Tabify Region"
@@ -504,14 +508,16 @@ msgid ""
504508"Turn *leading* stretches of spaces into tabs. (Note: We recommend using 4 "
505509"space blocks to indent Python code.)"
506510msgstr ""
511+ "Converte sequências iniciais de espaços em tabs. (Nota: recomendamos usar "
512+ "blocos de 4 espaços para indentar código Python.)"
507513
508514#: ../../library/idle.rst:202
509515msgid "Untabify Region"
510516msgstr "Untabify Region"
511517
512518#: ../../library/idle.rst:203
513519msgid "Turn *all* tabs into the correct number of spaces."
514- msgstr ""
520+ msgstr "Converte *todos* os tabs para o número correto de espaços. "
515521
516522#: ../../library/idle.rst:205
517523msgid "Toggle Tabs"
@@ -520,6 +526,7 @@ msgstr "Toggle Tabs"
520526#: ../../library/idle.rst:206
521527msgid "Open a dialog to switch between indenting with spaces and tabs."
522528msgstr ""
529+ "Abre uma caixa de diálogo para alternar entre espaços e tabs para indentar."
523530
524531#: ../../library/idle.rst:208
525532msgid "New Indent Width"
@@ -530,6 +537,8 @@ msgid ""
530537"Open a dialog to change indent width. The accepted default by the Python "
531538"community is 4 spaces."
532539msgstr ""
540+ "Abre uma caixa de diálogo para alterar a largura de indentação. A largura "
541+ "predefinida aceita pela comunidade Python é de 4 espaços."
533542
534543#: ../../library/idle.rst:212
535544msgid "Strip Trailing Whitespace"
@@ -542,6 +551,10 @@ msgid ""
542551"including lines within multiline strings. Except for Shell windows, remove "
543552"extra newlines at the end of the file."
544553msgstr ""
554+ "Remove espaços e outros caracteres de espaço em branco após o último "
555+ "caractere não branco de uma linha aplicando :meth:`str.rstrip` a cada linha, "
556+ "incluindo linhas dentro de strings multilinhas. Exceto para as janelas "
557+ "Shell, remove as novas linhas extras no final do arquivo."
545558
546559#: ../../library/idle.rst:222
547560msgid "Run menu (Editor window only)"
0 commit comments