Skip to content

Traduccion argparse #401

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 21 commits into from
Aug 26, 2020
Merged
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
Corrección de errores
  • Loading branch information
Qkolnek committed Aug 25, 2020
commit 81590f8ca7f38c2f4f6cb53e33c2abf937d3d8ce
8 changes: 4 additions & 4 deletions library/argparse.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-08-24 17:50+0200\n"
"PO-Revision-Date: 2020-08-25 18:29+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -1190,7 +1190,7 @@ msgid ""
"For positional arguments with nargs_ equal to ``?`` or ``*``, the "
"``default`` value is used when no command-line argument was present::"
msgstr ""
"Para argumentos posiciones con nargs_ igual a ``?`` o ``*``, el valor "
"Para argumentos posicionales con nargs_ igual a ``?`` o ``*``, el valor "
"``default`` se utiliza cuando no hay ningún argumento de línea de comandos "
"presente::"

Expand Down Expand Up @@ -1260,7 +1260,7 @@ msgid ""
"simply check against a range of values::"
msgstr ""
"El argumento de palabra clave *choices_* puede ser más conveniente para las "
"verificadoras de tipo que simplemente comparan contra un rango de valores::"
"verificadores de tipo que simplemente comparan contra un rango de valores::"

#: ../Doc/library/argparse.rst:1076
msgid "See the choices_ section for more details."
Expand Down Expand Up @@ -1407,7 +1407,7 @@ msgid ""
msgstr ""
"Cuando :class:`ArgumentParser` genera mensajes de ayuda, necesita alguna "
"forma de referirse a cada argumento esperado. Por defecto, los objetos "
"*ArgumentParser* utilizan el valor *dest_* como \"nombre de cada objeto. "
"*ArgumentParser* utilizan el valor *dest_* como \"nombre\" de cada objeto. "
"Por defecto, para las acciones de argumento posicional, el valor *dest_* se "
"utiliza directamente, y para las acciones de argumento opcional, el valor "
"*dest_* está en mayúsculas. Así, un único argumento posicional con "
Expand Down