Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65a01c7

Browse files
committed
Add more tutorial index translation
1 parent 05b4101 commit 65a01c7

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

dict

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Tutorial
1+
C
22
Python
3+
scripting
34
tipado
4-
scripting
5+
tutorial
6+
Tutorial

tutorial/index.po

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"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"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
@@ -58,6 +58,10 @@ msgid ""
5858
"implemented in C or C++ (or other languages callable from C). Python is also "
5959
"suitable as an extension language for customizable applications."
6060
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."
6165

6266
#: ../Doc/tutorial/index.rst:23
6367
msgid ""
@@ -66,6 +70,11 @@ msgid ""
6670
"interpreter handy for hands-on experience, but all examples are self-"
6771
"contained, so the tutorial can be read off-line as well."
6872
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."
6978

7079
#: ../Doc/tutorial/index.rst:28
7180
msgid ""
@@ -74,6 +83,11 @@ msgid ""
7483
"language. To write extensions in C or C++, read :ref:`extending-index` and :"
7584
"ref:`c-api-index`. There are also several books covering Python in depth."
7685
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."
7791

7892
#: ../Doc/tutorial/index.rst:33
7993
msgid ""
@@ -84,7 +98,13 @@ msgid ""
8498
"write Python modules and programs, and you will be ready to learn more about "
8599
"the various Python library modules described in :ref:`library-index`."
86100
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`."
87107

88108
#: ../Doc/tutorial/index.rst:40
89109
msgid "The :ref:`glossary` is also worth going through."
90-
msgstr ""
110+
msgstr "Es interesante leer el :ref:`glossary`."

0 commit comments

Comments
 (0)