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

Skip to content

Commit 06f307b

Browse files
cmaureiraroquega
andauthored
finalizando library/pprint (#1691)
* finalizando library/pprint * Apply suggestions from code review Co-authored-by: Adolfo Hristo David Roque Gámez <[email protected]> * powrap Co-authored-by: Adolfo Hristo David Roque Gámez <[email protected]>
1 parent 8387463 commit 06f307b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

library/pprint.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
1515
"Last-Translator: Pedro Aarón <[email protected]>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2222
"Generated-By: Babel 2.9.1\n"
2323

2424
#: ../Doc/library/pprint.rst:2
@@ -139,19 +139,30 @@ msgid ""
139139
"will be formatted on a separate line. If *compact* is true, as many items "
140140
"as will fit within the *width* will be formatted on each output line."
141141
msgstr ""
142+
"*compact* impacta la forma en que secuencias largas (listas, tuplas, "
143+
"conjuntos, etc) son formateadas. Si *compact* es falso (el valor "
144+
"predeterminado) entonces cada elemento de una secuencia será formateada en "
145+
"una línea separada. Si *compact* es verdadero, todos los elementos que "
146+
"encajen en el *width* de cada línea de salida, lo harán."
142147

143148
#: ../Doc/library/pprint.rst:71
144149
msgid ""
145150
"If *sort_dicts* is true (the default), dictionaries will be formatted with "
146151
"their keys sorted, otherwise they will display in insertion order."
147152
msgstr ""
153+
"Si *sort_dicts* es verdadero (el valor predeterminado), los diccionarios se "
154+
"formatearán con sus claves ordenadas; de lo contrario, se mostrarán en orden "
155+
"de inserción."
148156

149157
#: ../Doc/library/pprint.rst:74
150158
msgid ""
151159
"If *underscore_numbers* is true, integers will be formatted with the ``_`` "
152160
"character for a thousands separator, otherwise underscores are not displayed "
153161
"(the default)."
154162
msgstr ""
163+
"Si *underscore_numbers* es verdadero, los enteros se formatearán con el "
164+
"carácter ``_`` para un separador de miles; de lo contrario, no se mostrarán "
165+
"los guiones bajos (el valor predeterminado)."
155166

156167
#: ../Doc/library/pprint.rst:78 ../Doc/library/pprint.rst:120
157168
#: ../Doc/library/pprint.rst:151

0 commit comments

Comments
 (0)