@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.12\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2026-01-05 15:53 +0000\n "
16+ "POT-Creation-Date : 2026-01-17 16:12 +0000\n "
1717"PO-Revision-Date : 2025-07-18 19:58+0000\n "
1818"Last-Translator : Adorilson Bezerra <adorilson@gmail.com>, 2026\n "
1919"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -452,6 +452,8 @@ msgstr "Indent Region"
452452#: ../../library/idle.rst:182
453453msgid "Shift selected lines right by the indent width (default 4 spaces)."
454454msgstr ""
455+ "Desloca as linhas selecionadas à direita pela largura de indentação (4 "
456+ "espaços por padrão)."
455457
456458#: ../../library/idle.rst:184
457459msgid "Dedent Region"
@@ -460,22 +462,24 @@ msgstr "Dedent Region"
460462#: ../../library/idle.rst:185
461463msgid "Shift selected lines left by the indent width (default 4 spaces)."
462464msgstr ""
465+ "Desloca as linhas selecionadas à esquerda pela largura de indentação (4 "
466+ "espaços por padrão)."
463467
464468#: ../../library/idle.rst:187
465469msgid "Comment Out Region"
466470msgstr "Comment Out Region"
467471
468472#: ../../library/idle.rst:188
469473msgid "Insert ## in front of selected lines."
470- msgstr ""
474+ msgstr "Insere ## à frente das linhas selecionadas. "
471475
472476#: ../../library/idle.rst:190
473477msgid "Uncomment Region"
474478msgstr "Uncomment Region"
475479
476480#: ../../library/idle.rst:191
477481msgid "Remove leading # or ## from selected lines."
478- msgstr ""
482+ msgstr "Remove # ou ## iniciais das linhas selecionadas. "
479483
480484#: ../../library/idle.rst:193
481485msgid "Tabify Region"
@@ -486,14 +490,16 @@ msgid ""
486490"Turn *leading* stretches of spaces into tabs. (Note: We recommend using 4 "
487491"space blocks to indent Python code.)"
488492msgstr ""
493+ "Converte sequências iniciais de espaços em tabs. (Nota: recomendamos usar "
494+ "blocos de 4 espaços para indentar código Python.)"
489495
490496#: ../../library/idle.rst:197
491497msgid "Untabify Region"
492498msgstr "Untabify Region"
493499
494500#: ../../library/idle.rst:198
495501msgid "Turn *all* tabs into the correct number of spaces."
496- msgstr ""
502+ msgstr "Converte *todos* os tabs para o número correto de espaços. "
497503
498504#: ../../library/idle.rst:200
499505msgid "Toggle Tabs"
@@ -502,6 +508,7 @@ msgstr "Toggle Tabs"
502508#: ../../library/idle.rst:201
503509msgid "Open a dialog to switch between indenting with spaces and tabs."
504510msgstr ""
511+ "Abre uma caixa de diálogo para alternar entre espaços e tabs para indentar."
505512
506513#: ../../library/idle.rst:203
507514msgid "New Indent Width"
@@ -512,6 +519,8 @@ msgid ""
512519"Open a dialog to change indent width. The accepted default by the Python "
513520"community is 4 spaces."
514521msgstr ""
522+ "Abre uma caixa de diálogo para alterar a largura de indentação. A largura "
523+ "predefinida aceita pela comunidade Python é de 4 espaços."
515524
516525#: ../../library/idle.rst:207
517526msgid "Strip Trailing Chitespace"
0 commit comments