Skip to content

Commit 0b030e2

Browse files
Traduction de library/argparse.po (#1892)
* fuzzies * coquille pour le paragraphe concernant le paramètre type
1 parent 37da9a8 commit 0b030e2

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

library/argparse.po

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2022-05-21 16:37+0200\n"
9-
"PO-Revision-Date: 2021-11-06 20:20+0100\n"
9+
"PO-Revision-Date: 2022-05-30 11:00+0200\n"
1010
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 3.0\n"
16+
"X-Generator: Poedit 2.4.2\n"
1717

1818
#: library/argparse.rst:2
1919
msgid ""
@@ -192,10 +192,10 @@ msgstr ""
192192
"détaillée ci-dessous, mais en résumé ils sont :"
193193

194194
#: library/argparse.rst:151
195-
#, fuzzy
196195
msgid ""
197196
"prog_ - The name of the program (default: ``os.path.basename(sys.argv[0])``)"
198-
msgstr "prog_ – Nom du programme (par défaut : ``sys.argv[0]``) ;"
197+
msgstr ""
198+
"prog_ – Nom du programme (par défaut : ``os.path.basename(sys.argv[0])``) ;"
199199

200200
#: library/argparse.rst:154
201201
msgid ""
@@ -577,7 +577,6 @@ msgid "fromfile_prefix_chars"
577577
msgstr "Le paramètre *fromfile_prefix_chars*"
578578

579579
#: library/argparse.rst:505
580-
#, fuzzy
581580
msgid ""
582581
"Sometimes, for example when dealing with a particularly long argument list, "
583582
"it may make sense to keep the list of arguments in a file rather than typing "
@@ -1272,7 +1271,7 @@ msgid ""
12721271
"is only applied if the default is a string."
12731272
msgstr ""
12741273
"Si l'argument nommé type_ est utilisé en conjonction avec l'argument nommé "
1275-
"keyword_, le convertisseur de type n'est appliqué que si la valeur par "
1274+
"default_, le convertisseur de type n'est appliqué que si la valeur par "
12761275
"défaut est une chaîne."
12771276

12781277
#: library/argparse.rst:1065
@@ -1474,8 +1473,8 @@ msgid ""
14741473
"The ``help`` strings can include various format specifiers to avoid "
14751474
"repetition of things like the program name or the argument default_. The "
14761475
"available specifiers include the program name, ``%(prog)s`` and most keyword "
1477-
"arguments to :meth:`~ArgumentParser.add_argument`, e.g. ``%(default)s``, "
1478-
"``%(type)s``, etc.::"
1476+
"arguments to :meth:`~ArgumentParser.add_argument`, e.g. ``%(default)s``, ``"
1477+
"%(type)s``, etc.::"
14791478
msgstr ""
14801479
"La chaîne ``help`` peut contenir des spécificateurs de formatage afin "
14811480
"d'éviter la répétition de contenu tel que le nom du programme et la valeur "
@@ -1885,8 +1884,8 @@ msgid ""
18851884
"Simple class used by default by :meth:`~ArgumentParser.parse_args` to create "
18861885
"an object holding attributes and return it."
18871886
msgstr ""
1888-
"Classe rudimentaire qui est utilisé par défaut par :meth:`~ArgumentParser."
1889-
"parse_args` pour créer un objet qui stock les attributs. Cet objet est "
1887+
"Classe rudimentaire utilisée par défaut par :meth:`~ArgumentParser."
1888+
"parse_args` pour créer un objet qui stocke les attributs. Cet objet est "
18901889
"renvoyé par ``ArgumentParser.parse_args``."
18911890

18921891
#: library/argparse.rst:1585
@@ -2609,8 +2608,8 @@ msgid ""
26092608
"with the standard Python syntax to use dictionaries to format strings, that "
26102609
"is, ``%(default)s`` and ``%(prog)s``."
26112610
msgstr ""
2612-
"Remplacer les chaînes avec des arguments de formatage implicite (tels que "
2613-
"``%default`` ou ``%prog``) par la syntaxe standard de Python pour "
2611+
"Remplacer les chaînes avec des arguments de formatage implicite (tels que ``"
2612+
"%default`` ou ``%prog``) par la syntaxe standard de Python pour "
26142613
"l'interpolation d'un dictionnaire dans les chaînes de formatage (c'est-à-"
26152614
"dire ``%(default)s`` et ``%(prog)s``) ;"
26162615

0 commit comments

Comments
 (0)