3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version : Python 3.7\n "
10
9
"Report-Msgid-Bugs-To : \n "
11
10
"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 <[email protected] >\n "
11
+ "PO-Revision-Date : 2019-05-06 12:20-0400\n "
15
12
"MIME-Version : 1.0\n "
16
13
"Content-Type : text/plain; charset=UTF-8\n "
17
14
"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 "
18
20
19
21
#: ../Doc/tutorial/index.rst:5
20
22
msgid "The Python Tutorial"
21
- msgstr ""
23
+ msgstr "Tutorial de Python "
22
24
23
25
#: ../Doc/tutorial/index.rst:7
24
26
msgid ""
@@ -28,6 +30,12 @@ msgid ""
28
30
"with its interpreted nature, make it an ideal language for scripting and "
29
31
"rapid application development in many areas on most platforms."
30
32
msgstr ""
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."
31
39
32
40
#: ../Doc/tutorial/index.rst:13
33
41
msgid ""
@@ -37,6 +45,12 @@ msgid ""
37
45
"site also contains distributions of and pointers to many free third party "
38
46
"Python modules, programs and tools, and additional documentation."
39
47
msgstr ""
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."
40
54
41
55
#: ../Doc/tutorial/index.rst:19
42
56
msgid ""
0 commit comments