Skip to content

Commit 78937f1

Browse files
committed
Update traducido/idle.po
1 parent 3bff279 commit 78937f1

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

library/idle.po

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-06-28 17:53-0500\n"
14+
"PO-Revision-Date: 2020-06-29 09:15-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1499,7 +1499,6 @@ msgid "Startup failure"
14991499
msgstr "Error de inicio"
15001500

15011501
#: ../Doc/library/idle.rst:660
1502-
#, fuzzy
15031502
msgid ""
15041503
"IDLE uses a socket to communicate between the IDLE GUI process and the user "
15051504
"code execution process. A connection must be established whenever the Shell "
@@ -1517,7 +1516,6 @@ msgstr ""
15171516
"detiene."
15181517

15191518
#: ../Doc/library/idle.rst:667
1520-
#, fuzzy
15211519
msgid ""
15221520
"A common cause of failure is a user-written file with the same name as a "
15231521
"standard library module, such as *random.py* and *tkinter.py*. When such a "
@@ -1532,7 +1530,6 @@ msgstr ""
15321530
"stdlib. La solución actual es cambiar el nombre del archivo del usuario."
15331531

15341532
#: ../Doc/library/idle.rst:673
1535-
#, fuzzy
15361533
msgid ""
15371534
"Though less common than in the past, an antivirus or firewall program may "
15381535
"stop the connection. If the program cannot be taught to allow the "
@@ -1549,7 +1546,6 @@ msgstr ""
15491546
"red que bloquea las conexiones."
15501547

15511548
#: ../Doc/library/idle.rst:680
1552-
#, fuzzy
15531549
msgid ""
15541550
"Python installation issues occasionally stop IDLE: multiple versions can "
15551551
"clash, or a single installation might need admin access. If one undo the "
@@ -1563,7 +1559,6 @@ msgstr ""
15631559
"completamente Python y comenzar de nuevo."
15641560

15651561
#: ../Doc/library/idle.rst:685
1566-
#, fuzzy
15671562
msgid ""
15681563
"A zombie pythonw.exe process could be a problem. On Windows, use Task "
15691564
"Manager to check for one and stop it if there is. Sometimes a restart "
@@ -1597,7 +1592,6 @@ msgstr ""
15971592
"de nuevo con el cuadro de diálogo de configuración."
15981593

15991594
#: ../Doc/library/idle.rst:699
1600-
#, fuzzy
16011595
msgid ""
16021596
"If IDLE quits with no message, and it was not started from a console, try "
16031597
"starting it from a console or terminal (``python -m idlelib``) and see if "
@@ -1612,7 +1606,6 @@ msgid "Running user code"
16121606
msgstr "Ejecutando código del usuario"
16131607

16141608
#: ../Doc/library/idle.rst:706
1615-
#, fuzzy
16161609
msgid ""
16171610
"With rare exceptions, the result of executing Python code with IDLE is "
16181611
"intended to be the same as executing the same code by the default method, "
@@ -1630,7 +1623,6 @@ msgstr ""
16301623
"devuelve 2 en lugar de 1."
16311624

16321625
#: ../Doc/library/idle.rst:713
1633-
#, fuzzy
16341626
msgid ""
16351627
"By default, IDLE runs user code in a separate OS process rather than in the "
16361628
"user interface process that runs the shell and editor. In the execution "
@@ -1649,7 +1641,6 @@ msgstr ""
16491641
"pero pueden ser ``None``."
16501642

16511643
#: ../Doc/library/idle.rst:720
1652-
#, fuzzy
16531644
msgid ""
16541645
"When Shell has the focus, it controls the keyboard and screen. This is "
16551646
"normally transparent, but functions that directly access the keyboard and "
@@ -1663,7 +1654,6 @@ msgstr ""
16631654
"tecla y de ser así, cuál."
16641655

16651656
#: ../Doc/library/idle.rst:725
1666-
#, fuzzy
16671657
msgid ""
16681658
"IDLE's standard stream replacements are not inherited by subprocesses "
16691659
"created in the execution process, whether directly by user code or by "
@@ -1681,7 +1671,6 @@ msgstr ""
16811671
"y salida."
16821672

16831673
#: ../Doc/library/idle.rst:732
1684-
#, fuzzy
16851674
msgid ""
16861675
"The IDLE code running in the execution process adds frames to the call stack "
16871676
"that would not be there otherwise. IDLE wraps ``sys.getrecursionlimit`` and "
@@ -1704,7 +1693,6 @@ msgstr ""
17041693
"teclado y la salida de la pantalla no funcionarán correctamente."
17051694

17061695
#: ../Doc/library/idle.rst:740
1707-
#, fuzzy
17081696
msgid ""
17091697
"When user code raises SystemExit either directly or by calling sys.exit, "
17101698
"IDLE returns to a Shell prompt instead of exiting."
@@ -1717,7 +1705,6 @@ msgid "User output in Shell"
17171705
msgstr "Salida del usuario en consola"
17181706

17191707
#: ../Doc/library/idle.rst:746
1720-
#, fuzzy
17211708
msgid ""
17221709
"When a program outputs text, the result is determined by the corresponding "
17231710
"output device. When IDLE executes user code, ``sys.stdout`` and ``sys."
@@ -1735,7 +1722,6 @@ msgstr ""
17351722
"ejecución de producción."
17361723

17371724
#: ../Doc/library/idle.rst:753
1738-
#, fuzzy
17391725
msgid ""
17401726
"For instance, Shell never throws away output. A program that sends "
17411727
"unlimited output to Shell will eventually fill memory, resulting in a memory "
@@ -1751,7 +1737,6 @@ msgstr ""
17511737
"por defecto."
17521738

17531739
#: ../Doc/library/idle.rst:759
1754-
#, fuzzy
17551740
msgid ""
17561741
"A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) "
17571742
"in the BMP (Basic Multilingual Plane) subset of Unicode. Which characters "
@@ -1778,7 +1763,6 @@ msgstr ""
17781763
"sorpresivo.) ::"
17791764

17801765
#: ../Doc/library/idle.rst:777
1781-
#, fuzzy
17821766
msgid ""
17831767
"The ``repr`` function is used for interactive echo of expression values. It "
17841768
"returns an altered version of the input string in which control codes, some "
@@ -1804,7 +1788,6 @@ msgstr ""
18041788
"colores de resaltado."
18051789

18061790
#: ../Doc/library/idle.rst:786
1807-
#, fuzzy
18081791
msgid ""
18091792
"For SyntaxError tracebacks, the normal '^' marking where the error was "
18101793
"detected is replaced by coloring the text with an error highlight. When code "
@@ -1819,7 +1802,6 @@ msgstr ""
18191802
"editor del IDLE. El archivo se abrirá si es necesario."
18201803

18211804
#: ../Doc/library/idle.rst:792
1822-
#, fuzzy
18231805
msgid ""
18241806
"Shell has a special facility for squeezing output lines down to a 'Squeezed "
18251807
"text' label. This is done automatically for output over N lines (N = 50 by "
@@ -1836,7 +1818,6 @@ msgstr ""
18361818
"tiempo de desplazamiento."
18371819

18381820
#: ../Doc/library/idle.rst:800
1839-
#, fuzzy
18401821
msgid ""
18411822
"Squeezed output is expanded in place by double-clicking the label. It can "
18421823
"also be sent to the clipboard or a separate view window by right-clicking "
@@ -1851,7 +1832,6 @@ msgid "Developing tkinter applications"
18511832
msgstr "Desarrollando aplicaciones tkinter"
18521833

18531834
#: ../Doc/library/idle.rst:807
1854-
#, fuzzy
18551835
msgid ""
18561836
"IDLE is intentionally different from standard Python in order to facilitate "
18571837
"development of tkinter programs. Enter ``import tkinter as tk; root = tk."
@@ -1873,7 +1853,6 @@ msgstr ""
18731853
"Python estándar hasta que ingrese ``root.update()``."
18741854

18751855
#: ../Doc/library/idle.rst:816
1876-
#, fuzzy
18771856
msgid ""
18781857
"Most tkinter programs run ``root.mainloop()``, which usually does not return "
18791858
"until the tk app is destroyed. If the program is run with ``python -i`` or "
@@ -1887,7 +1866,6 @@ msgstr ""
18871866
"momento en el cual no queda nada con lo que interactuar."
18881867

18891868
#: ../Doc/library/idle.rst:822
1890-
#, fuzzy
18911869
msgid ""
18921870
"When running a tkinter program from an IDLE editor, one can comment out the "
18931871
"mainloop call. One then gets a shell prompt immediately and can interact "
@@ -1905,7 +1883,6 @@ msgid "Running without a subprocess"
19051883
msgstr "Ejecutando sin un subproceso"
19061884

19071885
#: ../Doc/library/idle.rst:830
1908-
#, fuzzy
19091886
msgid ""
19101887
"By default, IDLE executes user code in a separate subprocess via a socket, "
19111888
"which uses the internal loopback interface. This connection is not "
@@ -1933,7 +1910,6 @@ msgstr ""
19331910
"ejecutar el Idle con el modificador de línea de comandos -n."
19341911

19351912
#: ../Doc/library/idle.rst:841
1936-
#, fuzzy
19371913
msgid ""
19381914
"If IDLE is started with the -n command line switch it will run in a single "
19391915
"process and will not create the subprocess which runs the RPC Python "

0 commit comments

Comments
 (0)