Skip to content

finalizando library/pprint #1691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions library/pprint.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ msgstr ""
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Generated-By: Babel 2.9.1\n"

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

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

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

#: ../Doc/library/pprint.rst:78 ../Doc/library/pprint.rst:120
#: ../Doc/library/pprint.rst:151
Expand Down