88# Risaffi <erikrisaffi@gmail.com>, 2018
99# Marco Rougeth <marco@rougeth.com>, 2020
1010# i17obot <i17obot@rougeth.com>, 2021
11- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
11+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1212#
1313#, fuzzy
1414msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.9\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2025-01-03 16:35 +0000\n "
18+ "POT-Creation-Date : 2025-06-27 17:24 +0000\n "
1919"PO-Revision-Date : 2017-02-16 23:14+0000\n "
20- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023 \n "
20+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025 \n "
2121"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
2222"teams/5390/pt_BR/)\n "
2323"Language : pt_BR\n "
@@ -38,10 +38,12 @@ msgstr "**Código-fonte:** :source:`Lib/idlelib/`"
3838#: ../../library/idle.rst:17
3939msgid "IDLE is Python's Integrated Development and Learning Environment."
4040msgstr ""
41+ "IDLE é o Ambiente Integrado de Desenvolvimento e Aprendizagem (em inglês, "
42+ "Integrated Development and Learning Environment) do Python."
4143
4244#: ../../library/idle.rst:19
4345msgid "IDLE has the following features:"
44- msgstr ""
46+ msgstr "O IDLE tem os seguintes recursos: "
4547
4648#: ../../library/idle.rst:21
4749msgid "coded in 100% pure Python, using the :mod:`tkinter` GUI toolkit"
@@ -50,38 +52,48 @@ msgstr ""
5052#: ../../library/idle.rst:23
5153msgid "cross-platform: works mostly the same on Windows, Unix, and macOS"
5254msgstr ""
55+ "multiplataforma: funciona basicamente da mesma forma no Windows, Unix e macOS"
5356
5457#: ../../library/idle.rst:25
5558msgid ""
5659"Python shell window (interactive interpreter) with colorizing of code input, "
5760"output, and error messages"
5861msgstr ""
62+ "Janela de console do Python (interpretador interativo) com colorização de "
63+ "entrada de código, saída e mensagens de erro"
5964
6065#: ../../library/idle.rst:28
6166msgid ""
6267"multi-window text editor with multiple undo, Python colorizing, smart "
6368"indent, call tips, auto completion, and other features"
6469msgstr ""
70+ "editor de texto multi-janela com múltiplos desfazer, colorização Python, "
71+ "indentação inteligente, dicas de chamada, preenchimento automático e outros "
72+ "recursos"
6573
6674#: ../../library/idle.rst:31
6775msgid ""
6876"search within any window, replace within editor windows, and search through "
6977"multiple files (grep)"
7078msgstr ""
79+ "pesquisa em qualquer janela, substituição nas janelas do editor e pesquisa "
80+ "em vários arquivos (grep)"
7181
7282#: ../../library/idle.rst:34
7383msgid ""
7484"debugger with persistent breakpoints, stepping, and viewing of global and "
7585"local namespaces"
7686msgstr ""
87+ "depurador com pontos de interrupção persistentes, etapas e visualização de "
88+ "espaço de nomes global e local"
7789
7890#: ../../library/idle.rst:37
7991msgid "configuration, browsers, and other dialogs"
80- msgstr ""
92+ msgstr "configuração, navegadores e outros diálogos "
8193
8294#: ../../library/idle.rst:40
8395msgid "Menus"
84- msgstr ""
96+ msgstr "Menus "
8597
8698#: ../../library/idle.rst:42
8799msgid ""
@@ -90,6 +102,10 @@ msgid ""
90102"Linux, each has its own top menu. Each menu documented below indicates "
91103"which window type it is associated with."
92104msgstr ""
105+ "O IDLE possui dois tipos principais de janelas: a janela do console e a "
106+ "janela do Editor. É possível ter várias janelas do Editor simultaneamente. "
107+ "No Windows e no Linux, cada uma tem seu próprio menu superior. Cada menu "
108+ "documentado abaixo indica a qual tipo de janela está associado."
93109
94110#: ../../library/idle.rst:47
95111msgid ""
@@ -104,6 +120,9 @@ msgid ""
104120"to the window currently selected. It has an IDLE menu, and some entries "
105121"described below are moved around to conform to Apple guidelines."
106122msgstr ""
123+ "No macOS, há um menu de aplicações. Ele muda dinamicamente de acordo com a "
124+ "janela selecionada no momento. Ele possui um menu de IDLE, e algumas "
125+ "entradas descritas abaixo foram movidas para atender às diretrizes da Apple."
107126
108127#: ../../library/idle.rst:56
109128msgid "File menu (Shell and Editor)"
0 commit comments