Skip to content

Commit 29bf916

Browse files
erickisoscmaureir
authored andcommitted
Remove fuzziness from tutorial and minor fixes on translations (#1641)
* cambios menores en el texto * minor fix * minor changes
1 parent 058f341 commit 29bf916

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

tutorial/index.po

+19-18
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2019-05-06 15:10-0400\n"
15-
"Last-Translator: \n"
14+
"PO-Revision-Date: 2021-11-13 22:59-0600\n"
15+
"Last-Translator: Erick G. Islas Osuna <erickisos653@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/tutorial/index.rst:5
2526
msgid "The Python Tutorial"
26-
msgstr "Tutorial de Python"
27+
msgstr "El tutorial de Python"
2728

2829
#: ../Doc/tutorial/index.rst:7
2930
msgid ""
@@ -41,20 +42,19 @@ msgstr ""
4142
"áreas, para la mayoría de plataformas."
4243

4344
#: ../Doc/tutorial/index.rst:13
44-
#, fuzzy
4545
msgid ""
4646
"The Python interpreter and the extensive standard library are freely "
4747
"available in source or binary form for all major platforms from the Python "
4848
"web site, https://www.python.org/, and may be freely distributed. The same "
4949
"site also contains distributions of and pointers to many free third party "
5050
"Python modules, programs and tools, and additional documentation."
5151
msgstr ""
52-
"El intérprete de Python y la extensiva librería estándar se encuentran "
53-
"disponibles libremente en código fuente y forma binaria para la mayoría de "
54-
"plataformas desde la Web de Python, https://www.python.org/, y se pueden "
55-
"distribuir libremente. El mismo sitio contiene distribuciones y direcciones "
56-
"a muchos módulos de Python de terceras partes, programas, herramientas y "
57-
"adicionalmente documentación."
52+
"El intérprete de Python y la extensa librería estándar se encuentran "
53+
"disponibles libremente en código fuente y de forma binaria para la mayoría "
54+
"de las plataformas desde la Web de Python, https://www.python.org/, y se "
55+
"pueden distribuir libremente. El mismo sitio también contiene distribuciones "
56+
"y referencias a muchos módulos libres de Python de terceros, programas, "
57+
"herramientas y documentación adicional."
5858

5959
#: ../Doc/tutorial/index.rst:19
6060
msgid ""
@@ -63,7 +63,7 @@ msgid ""
6363
"suitable as an extension language for customizable applications."
6464
msgstr ""
6565
"El intérprete de Python es fácilmente extensible con funciones y tipos de "
66-
"datos implementados en C o C++ (o otros lenguajes que permitan ser llamados "
66+
"datos implementados en C o C++ (u otros lenguajes que permitan ser llamados "
6767
"desde C). Python también es apropiado como un lenguaje para extender "
6868
"aplicaciones modificables."
6969

@@ -102,12 +102,13 @@ msgid ""
102102
"write Python modules and programs, and you will be ready to learn more about "
103103
"the various Python library modules described in :ref:`library-index`."
104104
msgstr ""
105-
"Este tutorial no pretende ser comprensible y cubrir todas las "
106-
"funcionalidades, o incluso ni las más utilizadas. Pretende introducir muchas "
107-
"de las funcionalidades más notables y dar una idea del estilo y el tipo de "
108-
"lenguaje. Después de leerlo podrás leer y escribir módulos y programas en "
109-
"Python y estarás listo para aprender sobre varias librerías y módulos "
110-
"descritos en :ref:`library-index`."
105+
"Este tutorial no pretende ser exhaustivo ni cubrir cada una de las "
106+
"características del lenguaje, ni siquiera las más utilizadas. En vez de eso, "
107+
"pretende introducir muchas de las funcionalidades más notables y brindar una "
108+
"idea clara acerca del estilo y el tipo de lenguaje que es Python. Después de "
109+
"leerlo podrás leer y escribir módulos y programas en Python, y estarás listo "
110+
"para aprender más acerca de las diversas librerías y módulos descritos en :"
111+
"ref:`library-index`."
111112

112113
#: ../Doc/tutorial/index.rst:40
113114
msgid "The :ref:`glossary` is also worth going through."

0 commit comments

Comments
 (0)