Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c787426

Browse files
traducido archivo library/pprint
1 parent 3c570f9 commit c787426

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Camilo Baquero (@camilooob)
3838
Carlos A. Crespo (@cacrespo)
3939
Carlos AlMa (@carlosalma)
4040
Carlos Bernad (@carlos-bernad)
41+
Carlos Enrique Carrasco Varas (@Krlitos_Forever)
4142
Carlos Joel Delgado Pizarro (@c0x6a)
4243
Carlos Martel Lamas (@Letram)
4344
Catalina Arrey Amunátegui (@CatalinaArrey)

library/pprint.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
14+
"PO-Revision-Date: 2023-03-13 16:54-0300\n"
1515
"Last-Translator: Pedro Aarón <[email protected]>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
@@ -20,6 +20,7 @@ msgstr ""
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 2.4.2\n"
2324

2425
#: ../Doc/library/pprint.rst:2
2526
msgid ":mod:`pprint` --- Data pretty printer"
@@ -87,15 +88,16 @@ msgstr ""
8788
"interpreta varios parámetros."
8889

8990
#: ../Doc/library/pprint.rst:47
90-
#, fuzzy
9191
msgid ""
9292
"*stream* (default ``sys.stdout``) is a :term:`file-like object` to which the "
9393
"output will be written by calling its :meth:`write` method. If both *stream* "
9494
"and ``sys.stdout`` are ``None``, then :meth:`~PrettyPrinter.pprint` silently "
9595
"returns."
9696
msgstr ""
9797
"*stream* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual "
98-
"la salida va a ser escrita usando el método :meth:`write`."
98+
"la salida va a ser escrita usando el método :meth:`write`. Si tanto *stream* "
99+
"como ``sys.stdout`` son ``None``, entonces :meth:`~PrettyPrinter.pprint` "
100+
"devuelve el resultado sin mostrar nada."
99101

100102
#: ../Doc/library/pprint.rst:52
101103
msgid ""
@@ -184,16 +186,17 @@ msgid "No longer attempts to write to ``sys.stdout`` if it is ``None``."
184186
msgstr ""
185187

186188
#: ../Doc/library/pprint.rst:118
187-
#, fuzzy
188189
msgid ""
189190
"Return the formatted representation of *object* as a string. *indent*, "
190191
"*width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are "
191192
"passed to the :class:`PrettyPrinter` constructor as formatting parameters "
192193
"and their meanings are as described in its documentation above."
193194
msgstr ""
194-
"Retorna la representación formateada de *object* como una cadena. *indent*, "
195-
"*width*, *depth*, *compact*, *sort_dicts* y *underscore_numbers* se pasarán "
196-
"al constructor :class:`PrettyPrinter` como parámetros de formato."
195+
"Retorna la representación formateada de *object* como una cadena de "
196+
"caracteres. *indent*, *width*, *depth*, *compact*, *sort_dicts* y "
197+
"*underscore_numbers* se pasan al constructor de :class:`PrettyPrinter` como "
198+
"parámetros de formato y su significado es el descrito en su documentación "
199+
"anterior."
197200

198201
#: ../Doc/library/pprint.rst:126
199202
msgid ""
@@ -210,21 +213,18 @@ msgstr ""
210213
"`pprint` como parámetros de formato."
211214

212215
#: ../Doc/library/pprint.rst:138
213-
#, fuzzy
214216
msgid ""
215217
"Prints the formatted representation of *object* on *stream*, followed by a "
216218
"newline. If *stream* is ``None``, ``sys.stdout`` is used. This may be used "
217219
"in the interactive interpreter instead of the :func:`print` function for "
218220
"inspecting values (you can even reassign ``print = pprint.pprint`` for use "
219221
"within a scope)."
220222
msgstr ""
221-
"Imprime la representación formateada de *object* en *stream*, seguida de una "
222-
"nueva línea. Si *stream* es ``None``, se utiliza ``sys.stdout``. Esto se "
223-
"puede usar en el intérprete interactivo en lugar de la función :func:`print` "
224-
"para inspeccionar valores (incluso puede reasignar ``print = pprint.pprint`` "
225-
"para usarlo dentro de un alcance). *indent*, *width*, *depth*, *compact*, "
226-
"*sort_dicts* y *underscore_numbers* se pasarán al constructor :class:"
227-
"`PrettyPrinter` como parámetros de formato."
223+
"Imprime la representación formateada de *object* en *stream*, seguido de un "
224+
"salto de línea. Si *stream* es ``None``, se utiliza ``sys.stdout``.Esto "
225+
"puede ser utilizado en el intérprete interactivo en lugar de la función :"
226+
"func:`print` para inspeccionar valores (incluso puedes reasignar ``print = "
227+
"pprint.pprint`` para usarlo dentro de un alcance)."
228228

229229
#: ../Doc/library/pprint.rst:144
230230
msgid ""

0 commit comments

Comments
 (0)