@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.7\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
11
- "PO-Revision-Date : 2019-05-06 12:20 -0400\n "
11
+ "PO-Revision-Date : 2019-05-06 15:10 -0400\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
@@ -58,6 +58,10 @@ msgid ""
58
58
"implemented in C or C++ (or other languages callable from C). Python is also "
59
59
"suitable as an extension language for customizable applications."
60
60
msgstr ""
61
+ "El intérprete de Python es fácilmente extensible con funciones y tipos de "
62
+ "datos implementados en C o C++ (o otros lenguajes que permitan ser llamados "
63
+ "desde C). Python también es apropiado como un lenguaje para extender "
64
+ "aplicaciones modificables."
61
65
62
66
#: ../Doc/tutorial/index.rst:23
63
67
msgid ""
@@ -66,6 +70,11 @@ msgid ""
66
70
"interpreter handy for hands-on experience, but all examples are self-"
67
71
"contained, so the tutorial can be read off-line as well."
68
72
msgstr ""
73
+ "Este tutorial introduce al lector informalmente a los conceptos básicos y "
74
+ "las funcionalidades del lenguaje de programación Python y a su sistema. "
75
+ "Ayuda a tener un interprete de Python accesible para una experiencia "
76
+ "práctica, todos los ejemplos son auto-contenidos, permitiendo utilizar el "
77
+ "tutorial sin conexión."
69
78
70
79
#: ../Doc/tutorial/index.rst:28
71
80
msgid ""
@@ -74,6 +83,11 @@ msgid ""
74
83
"language. To write extensions in C or C++, read :ref:`extending-index` and :"
75
84
"ref:`c-api-index`. There are also several books covering Python in depth."
76
85
msgstr ""
86
+ "Para una descripción de los objetos estándar y de los módulos, ver :ref:"
87
+ "`library-index`. :ref:`reference-index` dónde se ofrece una definición más "
88
+ "formal del lenguaje. Para escribir extensiones en C o C++, leer :ref:"
89
+ "`extending-index` y :ref:`c-api-index`. Existen diversos libros que cubren "
90
+ "Python en detalle."
77
91
78
92
#: ../Doc/tutorial/index.rst:33
79
93
msgid ""
@@ -84,7 +98,13 @@ msgid ""
84
98
"write Python modules and programs, and you will be ready to learn more about "
85
99
"the various Python library modules described in :ref:`library-index`."
86
100
msgstr ""
101
+ "Este tutorial no pretende ser comprensible y cubrir todas las "
102
+ "funcionalidades, o incluso ni las más utilizadas. Pretende introducir muchas "
103
+ "de las funcionalidades más notables y dar una idea del estilo y el tipo de "
104
+ "lenguaje. Después de leerlo podrás leer y escribir módulos y programas en "
105
+ "Python y estarás listo para aprender sobre varias librerías y módulos "
106
+ "descritos en :ref:`library-index`."
87
107
88
108
#: ../Doc/tutorial/index.rst:40
89
109
msgid "The :ref:`glossary` is also worth going through."
90
- msgstr ""
110
+ msgstr "Es interesante leer el :ref:`glossary`. "
0 commit comments