@@ -11,8 +11,8 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
18
"Plural-Forms : nplurals=2; plural=(n != 1)\n "
@@ -67,38 +67,48 @@ msgstr ""
67
67
#: ../Doc/library/pprint.rst:28
68
68
msgid "Added support for pretty-printing :class:`types.SimpleNamespace`."
69
69
msgstr ""
70
+ "Soporte añadido para imprimir de forma bonita :class:`types.SimpleNamespace`."
70
71
71
72
#: ../Doc/library/pprint.rst:31
72
73
msgid "Added support for pretty-printing :class:`dataclasses.dataclass`."
73
74
msgstr ""
75
+ "Soporte añadido para imprimir de forma bonita :class:`dataclasses.dataclass`."
74
76
75
77
#: ../Doc/library/pprint.rst:34
76
78
msgid "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:"
78
80
79
81
#: ../Doc/library/pprint.rst:44
80
82
msgid ""
81
83
"Construct a :class:`PrettyPrinter` instance. This constructor understands "
82
84
"several keyword parameters."
83
85
msgstr ""
86
+ "Constructor de la instancia :class:`PrettyPrinter`. Este constructor "
87
+ "interpreta varios parámetros."
84
88
85
89
#: ../Doc/library/pprint.rst:47
86
90
msgid ""
87
91
"*stream* (default ``sys.stdout``) is a :term:`file-like object` to which the "
88
92
"output will be written by calling its :meth:`write` method."
89
93
msgstr ""
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`."
90
96
91
97
#: ../Doc/library/pprint.rst:50
92
98
msgid ""
93
99
"Other values configure the manner in which nesting of complex data "
94
100
"structures is displayed."
95
101
msgstr ""
102
+ "Otros valores configuran la manera en que el anidamiento de estructuras "
103
+ "datos complejos son visualizados."
96
104
97
105
#: ../Doc/library/pprint.rst:53
98
106
msgid ""
99
107
"*indent* (default 1) specifies the amount of indentation added for each "
100
108
"nesting level."
101
109
msgstr ""
110
+ "*indent* (por defecto 1) especifica la cantidad de sangría agregada para "
111
+ "cada nivel de anidamiento."
102
112
103
113
#: ../Doc/library/pprint.rst:56
104
114
msgid ""
@@ -107,13 +117,20 @@ msgid ""
107
117
"replaced by ``...``. By default, there is no constraint on the depth of the "
108
118
"objects being formatted."
109
119
msgstr ""
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."
110
124
111
125
#: ../Doc/library/pprint.rst:61
112
126
msgid ""
113
127
"*width* (default 80) specifies the desired maximum number of characters per "
114
128
"line in the output. If a structure cannot be formatted within the width "
115
129
"constraint, a best effort will be made."
116
130
msgstr ""
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."
117
134
118
135
#: ../Doc/library/pprint.rst:65
119
136
msgid ""
0 commit comments