@@ -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,38 +67,48 @@ msgstr ""
6767#: ../Doc/library/pprint.rst:28
6868msgid "Added support for pretty-printing :class:`types.SimpleNamespace`."
6969msgstr ""
70+ "Soporte añadido para imprimir de forma bonita :class:`types.SimpleNamespace`."
7071
7172#: ../Doc/library/pprint.rst:31
7273msgid "Added support for pretty-printing :class:`dataclasses.dataclass`."
7374msgstr ""
75+ "Soporte añadido para imprimir de forma bonita :class:`dataclasses.dataclass`."
7476
7577#: ../Doc/library/pprint.rst:34
7678msgid "The :mod:`pprint` module defines one class:"
77- msgstr "El módulo :mod:`pprint` define una sola clase:"
79+ msgstr "El módulo :mod:`pprint` solo define una clase:"
7880
7981#: ../Doc/library/pprint.rst:44
8082msgid ""
8183"Construct a :class:`PrettyPrinter` instance. This constructor understands "
8284"several keyword parameters."
8385msgstr ""
86+ "Constructor de la instancia :class:`PrettyPrinter`. Este constructor "
87+ "interpreta varios parámetros."
8488
8589#: ../Doc/library/pprint.rst:47
8690msgid ""
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."
8993msgstr ""
94+ "*stream* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual "
95+ "la salida va a ser escrita usando el método :meth:`write`."
9096
9197#: ../Doc/library/pprint.rst:50
9298msgid ""
9399"Other values configure the manner in which nesting of complex data "
94100"structures is displayed."
95101msgstr ""
102+ "Otros valores configuran la manera en que el anidamiento de estructuras "
103+ "datos complejos son visualizados."
96104
97105#: ../Doc/library/pprint.rst:53
98106msgid ""
99107"*indent* (default 1) specifies the amount of indentation added for each "
100108"nesting level."
101109msgstr ""
110+ "*indent* (por defecto 1) especifica la cantidad de sangría agregada para "
111+ "cada nivel de anidamiento."
102112
103113#: ../Doc/library/pprint.rst:56
104114msgid ""
@@ -107,13 +117,20 @@ msgid ""
107117"replaced by ``...``. By default, there is no constraint on the depth of the "
108118"objects being formatted."
109119msgstr ""
120+ "*depth* controla el número de niveles de anidamientos que podría ser "
121+ "impreso; si la estructura de datos a imprimir es muy profunda, el siguiente "
122+ "nivel es reemplazado por ``...``. Por defecto, no hay ninguna restricción "
123+ "en la profundidad de los objetos que se formatean."
110124
111125#: ../Doc/library/pprint.rst:61
112126msgid ""
113127"*width* (default 80) specifies the desired maximum number of characters per "
114128"line in the output. If a structure cannot be formatted within the width "
115129"constraint, a best effort will be made."
116130msgstr ""
131+ "*width* (por defecto 80) especifica el número máximo deseado de caracteres "
132+ "por línea en la salida. Si no se puede formatear una estructura dentro de la "
133+ "restricción de ancho, se hará el mejor esfuerzo."
117134
118135#: ../Doc/library/pprint.rst:65
119136msgid ""
0 commit comments