Skip to content

Commit f3281c1

Browse files
committed
Traducido archivo library/codeop
1 parent bf192f3 commit f3281c1

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ Willian Garcia (@wgarcia1309)
9696
Ana Medina Bernal (@ana-med)
9797
Juan Biondi (@yeyeto2788)
9898
Iracema Cabllero (@iracaballero)
99+
Pedro Aaron (@paaaron)

library/codeop.po

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ msgstr ""
1010
"Project-Id-Version: Python 3.8\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13+
"PO-Revision-Date: 2020-10-10 12:32-0500\n"
14+
"Last-Translator: \n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
19+
"Language: es\n"
1920

2021
#: ../Doc/library/codeop.rst:2
2122
msgid ":mod:`codeop` --- Compile Python code"
22-
msgstr ""
23+
msgstr ":mod:`codeop` --- Compila archivos fuente Python"
2324

2425
#: ../Doc/library/codeop.rst:10
2526
msgid "**Source code:** :source:`Lib/codeop.py`"
26-
msgstr ""
27+
msgstr "**Código fuente:** :source:`Lib/codeop.py`"
2728

2829
#: ../Doc/library/codeop.rst:14
2930
msgid ""
@@ -32,33 +33,39 @@ msgid ""
3233
"result, you probably don't want to use the module directly; if you want to "
3334
"include such a loop in your program you probably want to use the :mod:`code` "
3435
"module instead."
35-
msgstr ""
36+
msgstr "El módulo :mod:`codeop` proporciona utilidades sobre las que se puede emular el de bucle lectura-evaluación-"
37+
"impresión de Python, tal como se hace en el modulo :mod:`code`. Como "
38+
"resultado, probablemente no desee utilizar el módulo directamente; si desea "
39+
"incluir un ciclo de este tipo en su programa, probablemente desee utilizar el módulo :mod:`code` "
40+
"en su lugar."
3641

3742
#: ../Doc/library/codeop.rst:20
3843
msgid "There are two parts to this job:"
39-
msgstr ""
44+
msgstr "Esta actividad consta de dos partes:"
4045

4146
#: ../Doc/library/codeop.rst:22
4247
msgid ""
4348
"Being able to tell if a line of input completes a Python statement: in "
4449
"short, telling whether to print '``>>>``' or '``...``' next."
45-
msgstr ""
50+
msgstr "Ser capaz de identificar si es una sentencia completa de Python: en "
51+
"resumen, decir si se debe imprimir a continuación '``>>>``' o '``...``' ."
4652

4753
#: ../Doc/library/codeop.rst:25
4854
msgid ""
4955
"Remembering which future statements the user has entered, so subsequent "
5056
"input can be compiled with these in effect."
51-
msgstr ""
57+
msgstr "Recordar que sentencias posteriores ha ingresado el usuario, para que "
58+
"estas entradas sean incluidas al momento de compilar."
5259

5360
#: ../Doc/library/codeop.rst:28
5461
msgid ""
5562
"The :mod:`codeop` module provides a way of doing each of these things, and a "
5663
"way of doing them both."
57-
msgstr ""
64+
msgstr "El módulo :mod:`codeop` proporciona formas de uso tanto independiente, como en conjunto "
5865

5966
#: ../Doc/library/codeop.rst:31
6067
msgid "To do just the former:"
61-
msgstr ""
68+
msgstr "Para hacer lo anterior:"
6269

6370
#: ../Doc/library/codeop.rst:35
6471
msgid ""

0 commit comments

Comments
 (0)