Skip to content

Traduction de library/argparse.po, suite #1412

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 40 commits into from
Sep 30, 2020
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
eebac69
Premier jet pour la traduction de library/argparse.po
ygingras Sep 7, 2020
5d27988
Inclusion des commentaires du groupe Montréal-Python pour argparse.po
ygingras Sep 8, 2020
26abe70
Conversion d'espaces en espaces insécables dans argparse.po
ygingras Sep 8, 2020
7e9a7d1
corrections grammaticales sur argparse.po
ygingras Sep 8, 2020
f16ef23
Second jet de traduction pour library/argparse.po
ygingras Sep 9, 2020
12ef38e
Normalisation du marquage rst dans argparse.po
ygingras Sep 9, 2020
6494f4e
Merged with upstream.
ygingras Sep 9, 2020
ccf09b3
Plus de traductions pour argparse.po
ygingras Sep 9, 2020
b1b7b63
Merge branch '3.9' of https://github.com/python/python-docs-fr into l…
ygingras Sep 9, 2020
7490437
Ajout des commentaires de christopheNan et vpoulailleau dans argparse.po
ygingras Sep 9, 2020
a8b1954
rewrapped argparse.po
ygingras Sep 9, 2020
31b2889
Merged with upstream
ygingras Sep 9, 2020
fe43e28
Plus de traductions dans argparse.po
ygingras Sep 10, 2020
5bda073
Réponse aux autres commentaires de vpoulailleau pour argparse.po
ygingras Sep 10, 2020
2f5e407
rewrapped argparse.po
ygingras Sep 10, 2020
c3294e1
Merge branch 'library-argparse' of github.com:ygingras/python-docs-fr…
ygingras Sep 10, 2020
44bfca7
Plus de traductions pour argparse.po
ygingras Sep 10, 2020
763576f
Inclusions des commentaires de christopheNan dans argparse.po
ygingras Sep 10, 2020
12a642a
Le jeu -> Jeu dans argparse.po
ygingras Sep 10, 2020
39889af
Merge branch 'library-argparse' of github.com:ygingras/python-docs-fr…
ygingras Sep 10, 2020
9c4f788
rewrapped argparse.po
ygingras Sep 11, 2020
dca06ae
Merge branch 'library-argparse' of github.com:ygingras/python-docs-fr…
ygingras Sep 11, 2020
16be6ab
Autres traductions pour argparse.po
ygingras Sep 11, 2020
021c455
Corrections dans argparse.po
ygingras Sep 12, 2020
ee4da56
rewrapped argparse.po
ygingras Sep 12, 2020
73d29b5
Relecture d'argparse.po
ygingras Sep 12, 2020
83ac252
rewrapped argparse.po
ygingras Sep 12, 2020
2224e01
Merged with upstream/3.9
ygingras Sep 13, 2020
b508bcd
Intégration des commentaires de JulienPalard sur argparse.po
ygingras Sep 13, 2020
ad0065b
Intégration d'autres commentaires de JulienPalard sur argparse.po
ygingras Sep 13, 2020
770ea8e
rewrapped argparse.po
ygingras Sep 15, 2020
f8d60ed
Merge branch '3.9' of https://github.com/python/python-docs-fr into l…
ygingras Sep 21, 2020
ae2db88
Inclusions des commentaires de PhilippeGalvan
ygingras Sep 23, 2020
d92f8ed
Suite de l'intégration des commentaires de PhilippeGalvan
ygingras Sep 23, 2020
e985ce0
Intégration des commentaires des relecteurs
ygingras Sep 24, 2020
20085f2
Autres intégrations des commentaires des relecteurs
ygingras Sep 24, 2020
d35e1a8
Autres intégrations des commentaires des relecteurs
ygingras Sep 24, 2020
47027de
rewrapped argparse.po
ygingras Sep 24, 2020
35f28c8
Update library/argparse.po
ygingras Sep 25, 2020
f5e5593
Résolution de la liste invalide dans argparse.po
ygingras Sep 25, 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
Prev Previous commit
Next Next commit
Autres intégrations des commentaires des relecteurs
  • Loading branch information
ygingras committed Sep 24, 2020
commit 20085f2ebb269b10ceba1058d1c628bb6609143c
17 changes: 9 additions & 8 deletions library/argparse.po
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ msgid ""
"`~ArgumentParser.parse_args` method of an :class:`ArgumentParser`, it will "
"exit with error info."
msgstr ""
"Par défaut, quand vous passez une liste d'arguments invalide à la méthode :"
"En général, quand vous passez une liste d'arguments invalide à la méthode :"
"meth:`~ArgumentParser.parse_args` d'une instance d':class:`ArgumentParser`, "
"l'exécution se termine avec un message d'erreur."

Expand Down Expand Up @@ -1048,7 +1048,7 @@ msgid ""
"supported values are:"
msgstr ""
"En général, les objets ``ArgumentParser`` associent un seul argument de la "
"ligne de commande à une action à prendre. L'argument nommé ``nargs`` associe "
"ligne de commande à une seule action à entreprendre. L'argument nommé ``nargs`` associe "
"un nombre différent d'arguments de la ligne de commande à une action. Les "
"valeurs reconnues sont :"

Expand Down Expand Up @@ -1151,11 +1151,12 @@ msgid ""
"the ``const`` value to one of the attributes of the object returned by :meth:"
"`~ArgumentParser.parse_args`. See the action_ description for examples."
msgstr ""
"Quand :meth:`~ArgumentParser.add_argument` est appelée avec "
"quand :meth:`~ArgumentParser.add_argument` est appelée avec "
"``action='store_const'`` ou ``action='append_const'``. Ces actions ajoutent "
"la valeur de ``const`` à l'un des attributs de l'objet renvoyé par :meth:"
"`~ArgumentParser.parse_args`. Consultez la description d'action_ pour voir "
"quelques exemples."
"quelques exemples ;"
# Nous sommes dans une énumération après un :, donc pas de majuscule et le paragraphe doit se terminer par ;.

#: library/argparse.rst:981
msgid ""
Expand All @@ -1166,7 +1167,7 @@ msgid ""
"command-line argument following it, the value of ``const`` will be assumed "
"instead. See the nargs_ description for examples."
msgstr ""
"Quand la méthode :meth:`~ArgumentParser.add_argument` est appelée avec des "
"quand la méthode :meth:`~ArgumentParser.add_argument` est appelée avec des "
"chaînes d'options (telles que ``-f`` ou ``--foo``) et ``nargs='?'``. Ceci "
"crée un argument optionnel qui peut être suivi de zéro ou un argument de "
"ligne de commande. Quand la ligne de commande est analysée, si la chaîne "
Expand Down Expand Up @@ -1363,7 +1364,7 @@ msgid ""
"`~ArgumentParser.parse_args` will report an error if that option is not "
"present at the command line."
msgstr ""
"Tel que démontré dans l'exemple, quand l'option est marquée comme "
"Tel qu'illustré' dans l'exemple, quand l'option est marquée comme "
"``required``, :meth:`~ArgumentParser.parse_args` mentionne une erreur si "
"l'option est absente de la ligne de commande."

Expand Down Expand Up @@ -1651,15 +1652,15 @@ msgid ""
"args_ - List of strings to parse. The default is taken from :data:`sys."
"argv`."
msgstr ""
"L'argument args_ – Liste de chaînes à analyser. La valeur par défaut est récupérée dans : :data:`sys."
"args_ – Liste de chaînes à analyser. La valeur par défaut est récupérée dans : :data:`sys."
"argv`."

#: library/argparse.rst:1398
msgid ""
"namespace_ - An object to take the attributes. The default is a new empty :"
"class:`Namespace` object."
msgstr ""
"L'argument namespace_ – Un objet pour recevoir les attributs. Par défaut : "
"namespace_ – Un objet pour recevoir les attributs. Par défaut : "
"une nouvelle instance (vide) de :class:`Namespace`."

#: library/argparse.rst:1403
Expand Down