-
-
Notifications
You must be signed in to change notification settings - Fork 11
afic, archiving, argparse #9
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
base: 3.12
Are you sure you want to change the base?
Conversation
…ghe di argparse tradotti
library/argparse.po
Outdated
|
||
#: library/argparse.rst:30 | ||
msgid "Core Functionality" | ||
msgstr "" | ||
msgstr "funzionalità Principale" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgstr "funzionalità Principale" | |
msgstr "Funzionalità Principale" |
library/argparse.po
Outdated
|
||
#: library/argparse.rst:41 | ||
msgid "" | ||
"The :meth:`ArgumentParser.add_argument` method attaches individual argument " | ||
"specifications to the parser. It supports positional arguments, options " | ||
"that accept values, and on/off flags::" | ||
msgstr "" | ||
"Il metodo :meth:`ArgumentParser.add_argument` collega le specifiche degli argomenti " | ||
"individuali al parser. Supporta argomenti posizionali, opzioni " | ||
"che accettano valori, e flag di attivazione/spegnimento(on/off)::" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"che accettano valori, e flag di attivazione/spegnimento(on/off)::" | |
"che accettano valori, e flag di attivazione/spegnimento (on/off)::" |
or just
"che accettano valori, e flag di attivazione/spegnimento(on/off)::" | |
"che accettano valori, e flag on/off::" |
@@ -258,6 +293,12 @@ msgid "" | |||
"stored and used when :meth:`~ArgumentParser.parse_args` is called. For " | |||
"example::" | |||
msgstr "" | |||
Popolare un :class:`ArgumentParser` con informazioni sugli argomenti del programma " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Popolare un :class:`ArgumentParser` con informazioni sugli argomenti del programma " | |
"Popolare un :class:`ArgumentParser` con informazioni sugli argomenti del programma " |
@@ -258,6 +293,12 @@ msgid "" | |||
"stored and used when :meth:`~ArgumentParser.parse_args` is called. For " | |||
"example::" | |||
msgstr "" | |||
Popolare un :class:`ArgumentParser` con informazioni sugli argomenti del programma " | |||
"avviene facendo chiamate al metodo :meth:`~ArgumentParser.add_argument`. " | |||
"In generale, queste chiamate indicano a :class:`ArgumentParser` come prendere le " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"In generale, queste chiamate indicano a :class:`ArgumentParser` come prendere le " | |
"In generale, queste chiamate indicano ad :class:`ArgumentParser` come prendere le " |
or
"In generale, queste chiamate indicano a :class:`ArgumentParser` come prendere le " | |
"In generale, queste chiamate indicano all':class:`ArgumentParser` come prendere le " |
@@ -267,10 +308,15 @@ msgid "" | |||
"will be either the :func:`sum` function, if ``--sum`` was specified at the " | |||
"command line, or the :func:`max` function if it was not." | |||
msgstr "" | |||
"Successivamente, chiamando il :meth:`~ArgumentParser.parse_args`, verrà restituito un oggetto con " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Successivamente, chiamando il :meth:`~ArgumentParser.parse_args`, verrà restituito un oggetto con " | |
"Successivamente, chiamando :meth:`~ArgumentParser.parse_args`, verrà restituito un oggetto con " |
|
||
#: library/argparse.rst:179 | ||
msgid "" | ||
"In a script, :meth:`~ArgumentParser.parse_args` will typically be called " | ||
"with no arguments, and the :class:`ArgumentParser` will automatically " | ||
"determine the command-line arguments from :data:`sys.argv`." | ||
msgstr "" | ||
"In uno script, di solito si chiama :meth:`~ArgumentParser.parse_args` " | ||
"senza argomenti, e il :class:`ArgumentParser` determinerà automaticamente " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"senza argomenti, e il :class:`ArgumentParser` determinerà automaticamente " | |
"senza argomenti, e :class:`ArgumentParser` determinerà automaticamente " |
or
"senza argomenti, e il :class:`ArgumentParser` determinerà automaticamente " | |
"senza argomenti, e l':class:`ArgumentParser` determinerà automaticamente " |
1 traduzione della pagina migliorata(afic), 1 pagina tradotta(archiving), prime 100 righe di argparse tradotti(argparse)