33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
98"Project-Id-Version : Python 3.7\n "
109"Report-Msgid-Bugs-To : \n "
1110"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14- "Language-Team : LANGUAGE <LL@li.org>\n "
11+ "PO-Revision-Date : 2019-05-06 12:20-0400\n "
1512"MIME-Version : 1.0\n "
1613"Content-Type : text/plain; charset=UTF-8\n "
1714"Content-Transfer-Encoding : 8bit\n "
15+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
16+ "Last-Translator : \n "
17+ "Language-Team : es\n "
18+ "Language : es_ES\n "
19+ "X-Generator : Poedit 2.2.1\n "
1820
1921#: ../Doc/tutorial/index.rst:5
2022msgid "The Python Tutorial"
21- msgstr ""
23+ msgstr "Tutorial de Python "
2224
2325#: ../Doc/tutorial/index.rst:7
2426msgid ""
@@ -28,6 +30,12 @@ msgid ""
2830"with its interpreted nature, make it an ideal language for scripting and "
2931"rapid application development in many areas on most platforms."
3032msgstr ""
33+ "Python es un lenguaje de programación potente y fácil de aprender. Tiene "
34+ "estructuras de datos de alto nivel eficientes y un simple pero efectivo "
35+ "sistema de programación orientado a objetos. La elegante sintaxis de Python "
36+ "y su tipado dinámico, junto a su naturaleza interpretada lo convierten en un "
37+ "lenguaje ideal para scripting y desarrollo rápido de aplicaciones en muchas "
38+ "áreas, para la mayoría de plataformas."
3139
3240#: ../Doc/tutorial/index.rst:13
3341msgid ""
@@ -37,6 +45,12 @@ msgid ""
3745"site also contains distributions of and pointers to many free third party "
3846"Python modules, programs and tools, and additional documentation."
3947msgstr ""
48+ "El intérprete de Python y la extensiva librería estándar se encuentran "
49+ "disponibles libremente en código fuente y forma binaria para la mayoría de "
50+ "plataformas desde la Web de Python, https://www.python.org/, y se pueden "
51+ "distribuir libremente. El mismo sitio contiene distribuciones y direcciones "
52+ "a muchos módulos de Python de terceras partes, programas, herramientas y "
53+ "adicionalmente documentación."
4054
4155#: ../Doc/tutorial/index.rst:19
4256msgid ""
0 commit comments