From f90d953d86207eb2ea69ebef4ba14c732478acf4 Mon Sep 17 00:00:00 2001
From: Pedro aaron
Date: Sat, 30 Oct 2021 08:38:01 -0500
Subject: [PATCH 1/4] Perform some improvements in translations
---
library/poplib.po | 4 ++--
library/pprint.po | 14 ++++++++++++--
library/shlex.po | 7 +++++--
library/symbol.po | 6 +++---
whatsnew/3.3.po | 10 +++++-----
5 files changed, 27 insertions(+), 14 deletions(-)
diff --git a/library/poplib.po b/library/poplib.po
index 27ae92dd6f..ed0105daec 100644
--- a/library/poplib.po
+++ b/library/poplib.po
@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
-"PO-Revision-Date: 2020-09-23 00:02-0400\n"
-"Last-Translator: \n"
+"PO-Revision-Date: 2021-10-29 22:00-0500\n"
+"Last-Translator: Pedro Aarón \n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
diff --git a/library/pprint.po b/library/pprint.po
index b940aa800f..2259f20c99 100644
--- a/library/pprint.po
+++ b/library/pprint.po
@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
-"PO-Revision-Date: 2020-08-22 19:09+0200\n"
-"Last-Translator: Francisco Jesús Sevilla García \n"
+"PO-Revision-Date: 2021-10-29 22:00-0500\n"
+"Last-Translator: Pedro Aarón \n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -67,10 +67,12 @@ msgstr ""
#: ../Doc/library/pprint.rst:28
msgid "Added support for pretty-printing :class:`types.SimpleNamespace`."
msgstr ""
+"Añade soporte para impresión bonita :class:`types.SimpleNamespace`."
#: ../Doc/library/pprint.rst:31
msgid "Added support for pretty-printing :class:`dataclasses.dataclass`."
msgstr ""
+"Añade soporte para impresión bonita :class:`dataclasses.dataclass`."
#: ../Doc/library/pprint.rst:34
msgid "The :mod:`pprint` module defines one class:"
@@ -81,24 +83,32 @@ msgid ""
"Construct a :class:`PrettyPrinter` instance. This constructor understands "
"several keyword parameters."
msgstr ""
+"Constructor de la instancia :class:`PrettyPrinter`. Este constructor interpreta "
+"varios parámetros."
#: ../Doc/library/pprint.rst:47
msgid ""
"*stream* (default ``sys.stdout``) is a :term:`file-like object` to which the "
"output will be written by calling its :meth:`write` method."
msgstr ""
+"*flujo* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual la "
+"salida va a ser impresa usando el método :meth:`write`."
#: ../Doc/library/pprint.rst:50
msgid ""
"Other values configure the manner in which nesting of complex data "
"structures is displayed."
msgstr ""
+"Otros valores configuran la manera en que el anidamiento de estructuras "
+"datos complejos son visualizados."
#: ../Doc/library/pprint.rst:53
msgid ""
"*indent* (default 1) specifies the amount of indentation added for each "
"nesting level."
msgstr ""
+"*sangría* (por defecto 1) especifica la cantidad de sangría agregada para "
+"cada nivel de anidamiento."
#: ../Doc/library/pprint.rst:56
msgid ""
diff --git a/library/shlex.po b/library/shlex.po
index 00a14624b2..835e8fcc74 100644
--- a/library/shlex.po
+++ b/library/shlex.po
@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
-"PO-Revision-Date: 2020-08-20 08:15-0500\n"
-"Last-Translator: \n"
+"PO-Revision-Date: 2021-10-29 22:00-0500\n"
+"Last-Translator: Pedro Aarón \n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -108,6 +108,7 @@ msgstr ""
#: ../Doc/library/shlex.rst:68
msgid "The ``shlex`` module is **only designed for Unix shells**."
msgstr ""
+"El módulo ``shlex`` **solo está diseñado para los intérpretes de comandos UNIX**."
#: ../Doc/library/shlex.rst:70
msgid ""
@@ -122,6 +123,8 @@ msgid ""
"Consider using functions that pass command arguments with lists such as :"
"func:`subprocess.run` with ``shell=False``."
msgstr ""
+"Considere el uso de funciones que pasen argumentos mediante listas tal como :"
+"func:`subprocess.run` con ``shell=False``."
#: ../Doc/library/shlex.rst:78
msgid "This idiom would be unsafe:"
diff --git a/library/symbol.po b/library/symbol.po
index 4e97c7962f..c1a29b67c5 100644
--- a/library/symbol.po
+++ b/library/symbol.po
@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
-"PO-Revision-Date: 2021-10-28 10:35+0200\n"
-"Last-Translator: \n"
+"PO-Revision-Date: 2021-10-29 22:00-0500\n"
+"Last-Translator: Pedro Aarón \n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -52,7 +52,7 @@ msgid ""
"The symbol module is deprecated and will be removed in future versions of "
"Python."
msgstr ""
-"El módulo de símbolo está en desuso y se eliminará en futuras versiones de "
+"El módulo de símbolo se encuentra en desuso y se eliminará en futuras versiones de "
"Python."
#: ../Doc/library/symbol.rst:25
diff --git a/whatsnew/3.3.po b/whatsnew/3.3.po
index c423b1baa9..2b11a91b4f 100644
--- a/whatsnew/3.3.po
+++ b/whatsnew/3.3.po
@@ -11,11 +11,11 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
-"PO-Revision-Date: 2021-01-30 22:00-0400\n"
-"Last-Translator: Yohanna Padrino \n"
+"PO-Revision-Date: 2021-10-29 22:00-0500\n"
+"Last-Translator: Pedro Aarón \n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"X-Generator: Poedit 2.4.2\n"
@@ -41,7 +41,7 @@ msgstr ":pep:`398` - Calendario de Publicación Python 3.3"
#: ../Doc/whatsnew/3.3.rst:55
msgid "Summary -- Release highlights"
-msgstr "Resumen -- aspectos destacados de la versión"
+msgstr "Resumen -- Aspectos destacados de la versión"
#: ../Doc/whatsnew/3.3.rst:60
msgid "New syntax features:"
@@ -100,7 +100,7 @@ msgstr "Nuevas características incorporadas:"
#: ../Doc/whatsnew/3.3.rst:76
msgid "Reworked :ref:`I/O exception hierarchy `."
-msgstr "Se re elabora :ref:`Jerarquía de excepción I/O ` ."
+msgstr "Se reformula la :ref:`Jerarquía de excepción I/O ` ."
#: ../Doc/whatsnew/3.3.rst:78
msgid "Implementation improvements:"
From 8d58f0489b08451dbf9ff97654e0b4ee941c6a3b Mon Sep 17 00:00:00 2001
From: Pedro aaron
Date: Sun, 31 Oct 2021 13:05:58 -0500
Subject: [PATCH 2/4] Perform some improvements
---
library/pprint.po | 23 +++++++++++++++--------
library/shlex.po | 3 ++-
library/symbol.po | 4 ++--
whatsnew/3.3.po | 2 +-
4 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/library/pprint.po b/library/pprint.po
index 2259f20c99..77e22be335 100644
--- a/library/pprint.po
+++ b/library/pprint.po
@@ -67,32 +67,32 @@ msgstr ""
#: ../Doc/library/pprint.rst:28
msgid "Added support for pretty-printing :class:`types.SimpleNamespace`."
msgstr ""
-"Añade soporte para impresión bonita :class:`types.SimpleNamespace`."
+"Soporte añadido para imprimir de forma bonita :class:`types.SimpleNamespace`."
#: ../Doc/library/pprint.rst:31
msgid "Added support for pretty-printing :class:`dataclasses.dataclass`."
msgstr ""
-"Añade soporte para impresión bonita :class:`dataclasses.dataclass`."
+"Soporte añadido para imprimir de forma bonita :class:`dataclasses.dataclass`."
#: ../Doc/library/pprint.rst:34
msgid "The :mod:`pprint` module defines one class:"
-msgstr "El módulo :mod:`pprint` define una sola clase:"
+msgstr "El módulo `pprint` solo define una clase:"
#: ../Doc/library/pprint.rst:44
msgid ""
"Construct a :class:`PrettyPrinter` instance. This constructor understands "
"several keyword parameters."
msgstr ""
-"Constructor de la instancia :class:`PrettyPrinter`. Este constructor interpreta "
-"varios parámetros."
+"Constructor de la instancia :class:`PrettyPrinter`. Este constructor "
+"interpreta varios parámetros."
#: ../Doc/library/pprint.rst:47
msgid ""
"*stream* (default ``sys.stdout``) is a :term:`file-like object` to which the "
"output will be written by calling its :meth:`write` method."
msgstr ""
-"*flujo* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual la "
-"salida va a ser impresa usando el método :meth:`write`."
+"*stream* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual "
+"la salida va a ser escrita usando el método :meth:`write`."
#: ../Doc/library/pprint.rst:50
msgid ""
@@ -107,7 +107,7 @@ msgid ""
"*indent* (default 1) specifies the amount of indentation added for each "
"nesting level."
msgstr ""
-"*sangría* (por defecto 1) especifica la cantidad de sangría agregada para "
+"*indent* (por defecto 1) especifica la cantidad de sangría agregada para "
"cada nivel de anidamiento."
#: ../Doc/library/pprint.rst:56
@@ -117,6 +117,10 @@ msgid ""
"replaced by ``...``. By default, there is no constraint on the depth of the "
"objects being formatted."
msgstr ""
+"*depth* controla el número de niveles de anidamientos que podria ser "
+"impreso; si la estructura de datos a imprimir es muy profunda, el siguiente "
+"nivel es reemplazado por ``...``. Por defecto, no hay ninguna restricción "
+"en la profundidad de los objetos que se formatean."
#: ../Doc/library/pprint.rst:61
msgid ""
@@ -124,6 +128,9 @@ msgid ""
"line in the output. If a structure cannot be formatted within the width "
"constraint, a best effort will be made."
msgstr ""
+"*width* (por defecto 80) especifica el número máximo deseado de caracteres "
+"por línea en la salida. Si no se puede formatear una estructura dentro de la "
+"restricción de ancho, se hará el mejor esfuerzo."
#: ../Doc/library/pprint.rst:65
msgid ""
diff --git a/library/shlex.po b/library/shlex.po
index 835e8fcc74..ee7ab4c318 100644
--- a/library/shlex.po
+++ b/library/shlex.po
@@ -108,7 +108,8 @@ msgstr ""
#: ../Doc/library/shlex.rst:68
msgid "The ``shlex`` module is **only designed for Unix shells**."
msgstr ""
-"El módulo ``shlex`` **solo está diseñado para los intérpretes de comandos UNIX**."
+"El módulo ``shlex`` **solo está diseñado para los intérpretes de comandos "
+"UNIX**."
#: ../Doc/library/shlex.rst:70
msgid ""
diff --git a/library/symbol.po b/library/symbol.po
index c1a29b67c5..5c5180505e 100644
--- a/library/symbol.po
+++ b/library/symbol.po
@@ -52,8 +52,8 @@ msgid ""
"The symbol module is deprecated and will be removed in future versions of "
"Python."
msgstr ""
-"El módulo de símbolo se encuentra en desuso y se eliminará en futuras versiones de "
-"Python."
+"El módulo de símbolo se encuentra en desuso y se eliminará en futuras "
+"versiones de Python."
#: ../Doc/library/symbol.rst:25
msgid "This module also provides one additional data object:"
diff --git a/whatsnew/3.3.po b/whatsnew/3.3.po
index 2b11a91b4f..911649c19a 100644
--- a/whatsnew/3.3.po
+++ b/whatsnew/3.3.po
@@ -15,7 +15,7 @@ msgstr ""
"Last-Translator: Pedro Aarón \n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"X-Generator: Poedit 2.4.2\n"
From 56b944e9ad321ec9b0adc808a56dfbfe605d6aae Mon Sep 17 00:00:00 2001
From: Pedro aaron
Date: Sun, 31 Oct 2021 13:13:57 -0500
Subject: [PATCH 3/4] Fix typo
---
library/pprint.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/pprint.po b/library/pprint.po
index 77e22be335..716130c217 100644
--- a/library/pprint.po
+++ b/library/pprint.po
@@ -117,7 +117,7 @@ msgid ""
"replaced by ``...``. By default, there is no constraint on the depth of the "
"objects being formatted."
msgstr ""
-"*depth* controla el número de niveles de anidamientos que podria ser "
+"*depth* controla el número de niveles de anidamientos que podría ser "
"impreso; si la estructura de datos a imprimir es muy profunda, el siguiente "
"nivel es reemplazado por ``...``. Por defecto, no hay ninguna restricción "
"en la profundidad de los objetos que se formatean."
From f032699e779ae829824cb5db11f9dfb5eac69dfe Mon Sep 17 00:00:00 2001
From: Pedro aaron
Date: Sun, 31 Oct 2021 13:28:59 -0500
Subject: [PATCH 4/4] Fix typo
---
library/pprint.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/pprint.po b/library/pprint.po
index 716130c217..46f11dbd78 100644
--- a/library/pprint.po
+++ b/library/pprint.po
@@ -76,7 +76,7 @@ msgstr ""
#: ../Doc/library/pprint.rst:34
msgid "The :mod:`pprint` module defines one class:"
-msgstr "El módulo `pprint` solo define una clase:"
+msgstr "El módulo :mod:`pprint` solo define una clase:"
#: ../Doc/library/pprint.rst:44
msgid ""