Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
clacri merged 21 commits intopython:3.8fromQkolnek:traduccion-argparse
Aug 26, 2020
Merged
Changes from1 commit
Commits
Show all changes
21 commits
Select commitHold shift + click to select a range
ea63e55
Traducido el 40%
QkolnekJun 12, 2020
37ef54b
argparse 70% realizado
QkolnekJul 8, 2020
04ea2d4
traduccion-argparse 90%
QkolnekJul 16, 2020
170480e
Merge remote-tracking branch 'upstream/3.8' into traduccion-argparse
QkolnekJul 16, 2020
8ccbaa5
Revisión del texto
QkolnekAug 19, 2020
1c80530
Correción de errores
QkolnekAug 19, 2020
41bd3e2
Últimos cambios
QkolnekAug 20, 2020
07ea40b
Merge branch '3.8' into traduccion-argparse
clacriAug 23, 2020
5999bfd
Corrección de error en dict
QkolnekAug 24, 2020
dcb516a
Modificado dictionaries/library_argparse.txt y correción errores argp…
QkolnekAug 24, 2020
e5be7a6
Añadidos nuevos terminos al diccionario
QkolnekAug 24, 2020
fcd3e15
Merge branch 'traduccion-argparse' of github.com:Qkolnek/python-docs-…
QkolnekAug 24, 2020
81590f8
Corrección de errores
QkolnekAug 25, 2020
ca8b0bd
Update library/argparse.po
QkolnekAug 26, 2020
3798c51
Correción errores enlaces
QkolnekAug 26, 2020
4387732
Actualizado diccionario
QkolnekAug 26, 2020
3c65364
Merge branch 'traduccion-argparse' of github.com:Qkolnek/python-docs-…
QkolnekAug 26, 2020
f11974b
Corrección errores
QkolnekAug 26, 2020
89e0bd7
Revisión
QkolnekAug 26, 2020
814ed7b
Corrección errores enlaces (2)
QkolnekAug 26, 2020
8f6858d
Corrección referencias de términos inconsistentes
QkolnekAug 26, 2020
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
PrevPrevious commit
Corrección referencias de términos inconsistentes
  • Loading branch information
@Qkolnek
Qkolnek committedAug 26, 2020
commit8f6858df2f07e9be7fdc1aa03be1fda604b613ee
8 changes: 4 additions & 4 deletionslibrary/argparse.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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-26 23:23+0200\n"
"PO-Revision-Date: 2020-08-26 23:50+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand DownExpand Up@@ -808,7 +808,7 @@ msgstr "help_ - Una breve descripción de lo que hace el argumento."

#: ../Doc/library/argparse.rst:682
msgid "metavar_ - A name for the argument in usage messages."
msgstr "*metavar_* - Un nombre para el argumento en los mensajes de uso."
msgstr "metavar_ - Un nombre para el argumento en los mensajes de uso."

#: ../Doc/library/argparse.rst:684
msgid ""
Expand DownExpand Up@@ -1811,8 +1811,8 @@ msgstr ""
"realiza varias funciones diferentes que requieren diferentes tipos de "
"argumentos en la línea de comandos. :class:`ArgumentParser` soporta la "
"creación de tales sub-comandos con el método :meth:`add_subparsers`. El "
"método:`add_subparsers`se llama normalmente sin argumentos y devuelve un "
"objeto de acción especial. Este objeto tiene un único método, :meth:"
"método :meth:`add_subparsers`se llama normalmente sin argumentos y devuelve "
"unobjeto de acción especial. Este objeto tiene un único método, :meth:"
"`~ArgumentParser.add_parser`, que toma un nombre de comando y cualquier "
"argumento de construcción :class:`ArgumentParser`, y devuelve un objeto :"
"class:`ArgumentParser` que puede ser modificado de la forma habitual."
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp