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

Skip to content

Ajustar detalles en 14 traducciones finalizadas #1605

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
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Perform some improvements
  • Loading branch information
paaaron committed Oct 31, 2021
commit 8d58f0489b08451dbf9ff97654e0b4ee941c6a3b
23 changes: 15 additions & 8 deletions library/pprint.po
Original file line number Diff line number Diff line change
Expand Up @@ -67,32 +67,32 @@ msgstr ""
#: ../Doc/library/pprint.rst:28
msgid "Added support for pretty-printing :class:`types.SimpleNamespace`."
msgstr ""
"Añade soporte para impresión bonita :class:`types.SimpleNamespace`."
"Soporte añadido para imprimir de forma bonita :class:`types.SimpleNamespace`."

#: ../Doc/library/pprint.rst:31
msgid "Added support for pretty-printing :class:`dataclasses.dataclass`."
msgstr ""
"Añade soporte para impresión bonita :class:`dataclasses.dataclass`."
"Soporte añadido para imprimir de forma bonita :class:`dataclasses.dataclass`."

#: ../Doc/library/pprint.rst:34
msgid "The :mod:`pprint` module defines one class:"
msgstr "El módulo :mod:`pprint` define una sola clase:"
msgstr "El módulo `pprint` solo define una clase:"

#: ../Doc/library/pprint.rst:44
msgid ""
"Construct a :class:`PrettyPrinter` instance. This constructor understands "
"several keyword parameters."
msgstr ""
"Constructor de la instancia :class:`PrettyPrinter`. Este constructor interpreta "
"varios parámetros."
"Constructor de la instancia :class:`PrettyPrinter`. Este constructor "
"interpreta varios parámetros."

#: ../Doc/library/pprint.rst:47
msgid ""
"*stream* (default ``sys.stdout``) is a :term:`file-like object` to which the "
"output will be written by calling its :meth:`write` method."
msgstr ""
"*flujo* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual la "
"salida va a ser impresa usando el método :meth:`write`."
"*stream* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual "
"la salida va a ser escrita usando el método :meth:`write`."

#: ../Doc/library/pprint.rst:50
msgid ""
Expand All @@ -107,7 +107,7 @@ msgid ""
"*indent* (default 1) specifies the amount of indentation added for each "
"nesting level."
msgstr ""
"*sangría* (por defecto 1) especifica la cantidad de sangría agregada para "
"*indent* (por defecto 1) especifica la cantidad de sangría agregada para "
"cada nivel de anidamiento."

#: ../Doc/library/pprint.rst:56
Expand All @@ -117,13 +117,20 @@ msgid ""
"replaced by ``...``. By default, there is no constraint on the depth of the "
"objects being formatted."
msgstr ""
"*depth* controla el número de niveles de anidamientos que podria ser "
"impreso; si la estructura de datos a imprimir es muy profunda, el siguiente "
"nivel es reemplazado por ``...``. Por defecto, no hay ninguna restricción "
"en la profundidad de los objetos que se formatean."

#: ../Doc/library/pprint.rst:61
msgid ""
"*width* (default 80) specifies the desired maximum number of characters per "
"line in the output. If a structure cannot be formatted within the width "
"constraint, a best effort will be made."
msgstr ""
"*width* (por defecto 80) especifica el número máximo deseado de caracteres "
"por línea en la salida. Si no se puede formatear una estructura dentro de la "
"restricción de ancho, se hará el mejor esfuerzo."

#: ../Doc/library/pprint.rst:65
msgid ""
Expand Down
3 changes: 2 additions & 1 deletion library/shlex.po
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ msgstr ""
#: ../Doc/library/shlex.rst:68
msgid "The ``shlex`` module is **only designed for Unix shells**."
msgstr ""
"El módulo ``shlex`` **solo está diseñado para los intérpretes de comandos UNIX**."
"El módulo ``shlex`` **solo está diseñado para los intérpretes de comandos "
"UNIX**."

#: ../Doc/library/shlex.rst:70
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions library/symbol.po
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ msgid ""
"The symbol module is deprecated and will be removed in future versions of "
"Python."
msgstr ""
"El módulo de símbolo se encuentra en desuso y se eliminará en futuras versiones de "
"Python."
"El módulo de símbolo se encuentra en desuso y se eliminará en futuras "
"versiones de Python."

#: ../Doc/library/symbol.rst:25
msgid "This module also provides one additional data object:"
Expand Down
2 changes: 1 addition & 1 deletion whatsnew/3.3.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgstr ""
"Last-Translator: Pedro Aarón <[email protected]>\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"X-Generator: Poedit 2.4.2\n"
Expand Down