Skip to content

Commit f90d953

Browse files
committed
Perform some improvements in translations
1 parent 9ae26b3 commit f90d953

5 files changed

Lines changed: 27 additions & 14 deletions

File tree

library/poplib.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
14-
"PO-Revision-Date: 2020-09-23 00:02-0400\n"
15-
"Last-Translator: \n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

library/pprint.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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: 2020-08-22 19:09+0200\n"
15-
"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -67,10 +67,12 @@ msgstr ""
6767
#: ../Doc/library/pprint.rst:28
6868
msgid "Added support for pretty-printing :class:`types.SimpleNamespace`."
6969
msgstr ""
70+
"Añade soporte para impresión bonita :class:`types.SimpleNamespace`."
7071

7172
#: ../Doc/library/pprint.rst:31
7273
msgid "Added support for pretty-printing :class:`dataclasses.dataclass`."
7374
msgstr ""
75+
"Añade soporte para impresión bonita :class:`dataclasses.dataclass`."
7476

7577
#: ../Doc/library/pprint.rst:34
7678
msgid "The :mod:`pprint` module defines one class:"
@@ -81,24 +83,32 @@ msgid ""
8183
"Construct a :class:`PrettyPrinter` instance. This constructor understands "
8284
"several keyword parameters."
8385
msgstr ""
86+
"Constructor de la instancia :class:`PrettyPrinter`. Este constructor interpreta "
87+
"varios parámetros."
8488

8589
#: ../Doc/library/pprint.rst:47
8690
msgid ""
8791
"*stream* (default ``sys.stdout``) is a :term:`file-like object` to which the "
8892
"output will be written by calling its :meth:`write` method."
8993
msgstr ""
94+
"*flujo* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual la "
95+
"salida va a ser impresa usando el método :meth:`write`."
9096

9197
#: ../Doc/library/pprint.rst:50
9298
msgid ""
9399
"Other values configure the manner in which nesting of complex data "
94100
"structures is displayed."
95101
msgstr ""
102+
"Otros valores configuran la manera en que el anidamiento de estructuras "
103+
"datos complejos son visualizados."
96104

97105
#: ../Doc/library/pprint.rst:53
98106
msgid ""
99107
"*indent* (default 1) specifies the amount of indentation added for each "
100108
"nesting level."
101109
msgstr ""
110+
"*sangría* (por defecto 1) especifica la cantidad de sangría agregada para "
111+
"cada nivel de anidamiento."
102112

103113
#: ../Doc/library/pprint.rst:56
104114
msgid ""

library/shlex.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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: 2020-08-20 08:15-0500\n"
15-
"Last-Translator: \n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -108,6 +108,7 @@ msgstr ""
108108
#: ../Doc/library/shlex.rst:68
109109
msgid "The ``shlex`` module is **only designed for Unix shells**."
110110
msgstr ""
111+
"El módulo ``shlex`` **solo está diseñado para los intérpretes de comandos UNIX**."
111112

112113
#: ../Doc/library/shlex.rst:70
113114
msgid ""
@@ -122,6 +123,8 @@ msgid ""
122123
"Consider using functions that pass command arguments with lists such as :"
123124
"func:`subprocess.run` with ``shell=False``."
124125
msgstr ""
126+
"Considere el uso de funciones que pasen argumentos mediante listas tal como :"
127+
"func:`subprocess.run` con ``shell=False``."
125128

126129
#: ../Doc/library/shlex.rst:78
127130
msgid "This idiom would be unsafe:"

library/symbol.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
14-
"PO-Revision-Date: 2021-10-28 10:35+0200\n"
15-
"Last-Translator: \n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
@@ -52,7 +52,7 @@ msgid ""
5252
"The symbol module is deprecated and will be removed in future versions of "
5353
"Python."
5454
msgstr ""
55-
"El módulo de símbolo está en desuso y se eliminará en futuras versiones de "
55+
"El módulo de símbolo se encuentra en desuso y se eliminará en futuras versiones de "
5656
"Python."
5757

5858
#: ../Doc/library/symbol.rst:25

whatsnew/3.3.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2021-01-30 22:00-0400\n"
15-
"Last-Translator: Yohanna Padrino <yohanazareth2693@gmail.com>\n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"MIME-Version: 1.0\n"
18-
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Language: es\n"
2121
"X-Generator: Poedit 2.4.2\n"
@@ -41,7 +41,7 @@ msgstr ":pep:`398` - Calendario de Publicación Python 3.3"
4141

4242
#: ../Doc/whatsnew/3.3.rst:55
4343
msgid "Summary -- Release highlights"
44-
msgstr "Resumen -- aspectos destacados de la versión"
44+
msgstr "Resumen -- Aspectos destacados de la versión"
4545

4646
#: ../Doc/whatsnew/3.3.rst:60
4747
msgid "New syntax features:"
@@ -100,7 +100,7 @@ msgstr "Nuevas características incorporadas:"
100100

101101
#: ../Doc/whatsnew/3.3.rst:76
102102
msgid "Reworked :ref:`I/O exception hierarchy <pep-3151>`."
103-
msgstr "Se re elabora :ref:`Jerarquía de excepción I/O <pep-3151>` ."
103+
msgstr "Se reformula la :ref:`Jerarquía de excepción I/O <pep-3151>` ."
104104

105105
#: ../Doc/whatsnew/3.3.rst:78
106106
msgid "Implementation improvements:"

0 commit comments

Comments
 (0)