Skip to content

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

Open
wants to merge 3 commits into
base: 3.12
Choose a base branch
from
Open

afic, archiving, argparse #9

wants to merge 3 commits into from

Conversation

Addivsyou
Copy link

1 traduzione della pagina migliorata(afic), 1 pagina tradotta(archiving), prime 100 righe di argparse tradotti(argparse)


#: library/argparse.rst:30
msgid "Core Functionality"
msgstr ""
msgstr "funzionalità Principale"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr "funzionalità Principale"
msgstr "Funzionalità Principale"

#: 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)::"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"che accettano valori, e flag di attivazione/spegnimento(on/off)::"
"che accettano valori, e flag di attivazione/spegnimento (on/off)::"

or just

Suggested change
"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 "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"In generale, queste chiamate indicano a :class:`ArgumentParser` come prendere le "
"In generale, queste chiamate indicano ad :class:`ArgumentParser` come prendere le "

or

Suggested change
"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 "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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 "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"senza argomenti, e il :class:`ArgumentParser` determinerà automaticamente "
"senza argomenti, e :class:`ArgumentParser` determinerà automaticamente "

or

Suggested change
"senza argomenti, e il :class:`ArgumentParser` determinerà automaticamente "
"senza argomenti, e l':class:`ArgumentParser` determinerà automaticamente "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants