Skip to content

afic, archiving, argparse#9

Open
Addivsyou wants to merge 3 commits intopython:3.12from
Addivsyou:3.12
Open

afic, archiving, argparse#9
Addivsyou wants to merge 3 commits intopython:3.12from
Addivsyou:3.12

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"

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::"

"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 "

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 "

"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 "

"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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants