Skip to content

Commit d54cfb8

Browse files
blurb-it[bot]edvilme
authored andcommitted
πŸ“œπŸ€– Added by blurb_it.
1 parent e69cf97 commit d54cfb8

2 files changed

Lines changed: 308 additions & 0 deletions

File tree

Lines changed: 307 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,307 @@
1+
# Spanish translations for IDLE.
2+
# Copyright (C) YEAR Python Software Foundation
3+
# This file is distributed under the same license as Python.
4+
msgid ""
5+
msgstr ""
6+
"Project-Id-Version: CPython IDLE\n"
7+
"POT-Creation-Date: 2026-07-01 00:00+0000\n"
8+
"PO-Revision-Date: 2026-07-01 00:00+0000\n"
9+
"Last-Translator: \n"
10+
"Language-Team: Spanish\n"
11+
"Language: es\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: 8bit\n"
15+
16+
#: Lib/idlelib/editor.py
17+
#: Lib/idlelib/pyshell.py
18+
msgid "_File"
19+
msgstr ""
20+
21+
#: Lib/idlelib/editor.py
22+
#: Lib/idlelib/pyshell.py
23+
msgid "_Edit"
24+
msgstr ""
25+
26+
#: Lib/idlelib/editor.py
27+
msgid "F_ormat"
28+
msgstr ""
29+
30+
#: Lib/idlelib/editor.py
31+
msgid "_Run"
32+
msgstr ""
33+
34+
#: Lib/idlelib/editor.py
35+
#: Lib/idlelib/pyshell.py
36+
msgid "_Options"
37+
msgstr ""
38+
39+
#: Lib/idlelib/editor.py
40+
#: Lib/idlelib/pyshell.py
41+
msgid "_Window"
42+
msgstr ""
43+
44+
#: Lib/idlelib/editor.py
45+
#: Lib/idlelib/pyshell.py
46+
msgid "_Help"
47+
msgstr ""
48+
49+
#: Lib/idlelib/pyshell.py
50+
msgid "_Debug"
51+
msgstr ""
52+
53+
#: Lib/idlelib/pyshell.py
54+
msgid "She_ll"
55+
msgstr ""
56+
57+
#: Lib/idlelib/editor.py
58+
msgid "Recent Files"
59+
msgstr ""
60+
61+
#: Lib/idlelib/editor.py
62+
msgid "Close"
63+
msgstr ""
64+
65+
#: Lib/idlelib/editor.py
66+
msgid "Show Line Numbers"
67+
msgstr ""
68+
69+
#: Lib/idlelib/editor.py
70+
msgid "Hide Line Numbers"
71+
msgstr ""
72+
73+
#: Lib/idlelib/macosx.py
74+
msgid "Window"
75+
msgstr ""
76+
77+
#: Lib/idlelib/mainmenu.py
78+
msgid "_New File"
79+
msgstr ""
80+
81+
#: Lib/idlelib/mainmenu.py
82+
msgid "_Open..."
83+
msgstr ""
84+
85+
#: Lib/idlelib/mainmenu.py
86+
msgid "Open _Module..."
87+
msgstr ""
88+
89+
#: Lib/idlelib/mainmenu.py
90+
msgid "Module _Browser"
91+
msgstr ""
92+
93+
#: Lib/idlelib/mainmenu.py
94+
msgid "_Path Browser"
95+
msgstr ""
96+
97+
#: Lib/idlelib/mainmenu.py
98+
msgid "_Save"
99+
msgstr ""
100+
101+
#: Lib/idlelib/mainmenu.py
102+
msgid "Save _As..."
103+
msgstr ""
104+
105+
#: Lib/idlelib/mainmenu.py
106+
msgid "Save Cop_y As..."
107+
msgstr ""
108+
109+
#: Lib/idlelib/mainmenu.py
110+
msgid "Prin_t Window"
111+
msgstr ""
112+
113+
#: Lib/idlelib/mainmenu.py
114+
msgid "_Close Window"
115+
msgstr ""
116+
117+
#: Lib/idlelib/mainmenu.py
118+
msgid "E_xit IDLE"
119+
msgstr ""
120+
121+
#: Lib/idlelib/mainmenu.py
122+
msgid "_Undo"
123+
msgstr ""
124+
125+
#: Lib/idlelib/mainmenu.py
126+
msgid "_Redo"
127+
msgstr ""
128+
129+
#: Lib/idlelib/mainmenu.py
130+
msgid "Select _All"
131+
msgstr ""
132+
133+
#: Lib/idlelib/mainmenu.py
134+
msgid "Cu_t"
135+
msgstr ""
136+
137+
#: Lib/idlelib/mainmenu.py
138+
msgid "_Copy"
139+
msgstr ""
140+
141+
#: Lib/idlelib/mainmenu.py
142+
msgid "_Paste"
143+
msgstr ""
144+
145+
#: Lib/idlelib/mainmenu.py
146+
msgid "_Find..."
147+
msgstr ""
148+
149+
#: Lib/idlelib/mainmenu.py
150+
msgid "Find A_gain"
151+
msgstr ""
152+
153+
#: Lib/idlelib/mainmenu.py
154+
msgid "Find _Selection"
155+
msgstr ""
156+
157+
#: Lib/idlelib/mainmenu.py
158+
msgid "Find in Files..."
159+
msgstr ""
160+
161+
#: Lib/idlelib/mainmenu.py
162+
msgid "R_eplace..."
163+
msgstr ""
164+
165+
#: Lib/idlelib/mainmenu.py
166+
msgid "Go to _Line"
167+
msgstr ""
168+
169+
#: Lib/idlelib/mainmenu.py
170+
msgid "S_how Completions"
171+
msgstr ""
172+
173+
#: Lib/idlelib/mainmenu.py
174+
msgid "E_xpand Word"
175+
msgstr ""
176+
177+
#: Lib/idlelib/mainmenu.py
178+
msgid "Show C_all Tip"
179+
msgstr ""
180+
181+
#: Lib/idlelib/mainmenu.py
182+
msgid "Show Surrounding P_arens"
183+
msgstr ""
184+
185+
#: Lib/idlelib/mainmenu.py
186+
msgid "F_ormat Paragraph"
187+
msgstr ""
188+
189+
#: Lib/idlelib/mainmenu.py
190+
msgid "_Indent Region"
191+
msgstr ""
192+
193+
#: Lib/idlelib/mainmenu.py
194+
msgid "_Dedent Region"
195+
msgstr ""
196+
197+
#: Lib/idlelib/mainmenu.py
198+
msgid "Comment _Out Region"
199+
msgstr ""
200+
201+
#: Lib/idlelib/mainmenu.py
202+
msgid "U_ncomment Region"
203+
msgstr ""
204+
205+
#: Lib/idlelib/mainmenu.py
206+
msgid "Tabify Region"
207+
msgstr ""
208+
209+
#: Lib/idlelib/mainmenu.py
210+
msgid "Untabify Region"
211+
msgstr ""
212+
213+
#: Lib/idlelib/mainmenu.py
214+
msgid "Toggle Tabs"
215+
msgstr ""
216+
217+
#: Lib/idlelib/mainmenu.py
218+
msgid "New Indent Width"
219+
msgstr ""
220+
221+
#: Lib/idlelib/mainmenu.py
222+
msgid "S_trip Trailing Whitespace"
223+
msgstr ""
224+
225+
#: Lib/idlelib/mainmenu.py
226+
msgid "R_un Module"
227+
msgstr ""
228+
229+
#: Lib/idlelib/mainmenu.py
230+
msgid "Run... _Customized"
231+
msgstr ""
232+
233+
#: Lib/idlelib/mainmenu.py
234+
msgid "C_heck Module"
235+
msgstr ""
236+
237+
#: Lib/idlelib/mainmenu.py
238+
msgid "Python Shell"
239+
msgstr ""
240+
241+
#: Lib/idlelib/mainmenu.py
242+
msgid "_View Last Restart"
243+
msgstr ""
244+
245+
#: Lib/idlelib/mainmenu.py
246+
msgid "_Restart Shell"
247+
msgstr ""
248+
249+
#: Lib/idlelib/mainmenu.py
250+
msgid "_Previous History"
251+
msgstr ""
252+
253+
#: Lib/idlelib/mainmenu.py
254+
msgid "_Next History"
255+
msgstr ""
256+
257+
#: Lib/idlelib/mainmenu.py
258+
msgid "_Interrupt Execution"
259+
msgstr ""
260+
261+
#: Lib/idlelib/mainmenu.py
262+
msgid "_Go to File/Line"
263+
msgstr ""
264+
265+
#: Lib/idlelib/mainmenu.py
266+
msgid "!_Debugger"
267+
msgstr ""
268+
269+
#: Lib/idlelib/mainmenu.py
270+
msgid "_Stack Viewer"
271+
msgstr ""
272+
273+
#: Lib/idlelib/mainmenu.py
274+
msgid "!_Auto-open Stack Viewer"
275+
msgstr ""
276+
277+
#: Lib/idlelib/mainmenu.py
278+
msgid "Configure _IDLE"
279+
msgstr ""
280+
281+
#: Lib/idlelib/mainmenu.py
282+
msgid "Show _Code Context"
283+
msgstr ""
284+
285+
#: Lib/idlelib/mainmenu.py
286+
msgid "Show _Line Numbers"
287+
msgstr ""
288+
289+
#: Lib/idlelib/mainmenu.py
290+
msgid "_Zoom Height"
291+
msgstr ""
292+
293+
#: Lib/idlelib/mainmenu.py
294+
msgid "_About IDLE"
295+
msgstr ""
296+
297+
#: Lib/idlelib/mainmenu.py
298+
msgid "_IDLE Doc"
299+
msgstr ""
300+
301+
#: Lib/idlelib/mainmenu.py
302+
msgid "Python _Docs"
303+
msgstr ""
304+
305+
#: Lib/idlelib/mainmenu.py
306+
msgid "Turtle Demo"
307+
msgstr ""
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes a bug when a line was split (particularly on macOS Terminal.app) in the middle of a colorized keyword, causing the ANSI Color Reset sequence (ESC0m) to not be properly printed, causing the output to be colored when it shouldn't

0 commit comments

Comments
Β (0)