Skip to content

Commit a268535

Browse files
christopheNanJulienPalard
authored andcommitted
Traduction de library/argparse.po (#1892)
* fuzzies * coquille pour le paragraphe concernant le paramètre type
1 parent 51ba3af commit a268535

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-22 23:13+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 ""
@@ -358,10 +358,10 @@ msgstr ""
358358
"détaillée ci-dessous, mais en résumé ils sont :"
359359

360360
#: library/argparse.rst:198
361-
#, fuzzy
362361
msgid ""
363362
"prog_ - The name of the program (default: ``os.path.basename(sys.argv[0])``)"
364-
msgstr "prog_ – Nom du programme (par défaut : ``sys.argv[0]``) ;"
363+
msgstr ""
364+
"prog_ – Nom du programme (par défaut : ``os.path.basename(sys.argv[0])``) ;"
365365

366366
#: library/argparse.rst:201
367367
msgid ""
@@ -743,7 +743,6 @@ msgid "fromfile_prefix_chars"
743743
msgstr "Le paramètre *fromfile_prefix_chars*"
744744

745745
#: library/argparse.rst:558
746-
#, fuzzy
747746
msgid ""
748747
"Sometimes, when dealing with a particularly long argument list, it may make "
749748
"sense to keep the list of arguments in a file rather than typing it out at "
@@ -1450,7 +1449,7 @@ msgid ""
14501449
"is only applied if the default is a string."
14511450
msgstr ""
14521451
"Si l'argument nommé type_ est utilisé en conjonction avec l'argument nommé "
1453-
"keyword_, le convertisseur de type n'est appliqué que si la valeur par "
1452+
"default_, le convertisseur de type n'est appliqué que si la valeur par "
14541453
"défaut est une chaîne."
14551454

14561455
#: library/argparse.rst:1138
@@ -1653,8 +1652,8 @@ msgid ""
16531652
"The ``help`` strings can include various format specifiers to avoid "
16541653
"repetition of things like the program name or the argument default_. The "
16551654
"available specifiers include the program name, ``%(prog)s`` and most keyword "
1656-
"arguments to :meth:`~ArgumentParser.add_argument`, e.g. ``%(default)s``, "
1657-
"``%(type)s``, etc.::"
1655+
"arguments to :meth:`~ArgumentParser.add_argument`, e.g. ``%(default)s``, ``"
1656+
"%(type)s``, etc.::"
16581657
msgstr ""
16591658
"La chaîne ``help`` peut contenir des spécificateurs de formatage afin "
16601659
"d'éviter la répétition de contenu tel que le nom du programme et la valeur "
@@ -2064,8 +2063,8 @@ msgid ""
20642063
"Simple class used by default by :meth:`~ArgumentParser.parse_args` to create "
20652064
"an object holding attributes and return it."
20662065
msgstr ""
2067-
"Classe rudimentaire qui est utilisé par défaut par :meth:`~ArgumentParser."
2068-
"parse_args` pour créer un objet qui stock les attributs. Cet objet est "
2066+
"Classe rudimentaire utilisée par défaut par :meth:`~ArgumentParser."
2067+
"parse_args` pour créer un objet qui stocke les attributs. Cet objet est "
20692068
"renvoyé par ``ArgumentParser.parse_args``."
20702069

20712070
#: library/argparse.rst:1668
@@ -2804,8 +2803,8 @@ msgid ""
28042803
"with the standard Python syntax to use dictionaries to format strings, that "
28052804
"is, ``%(default)s`` and ``%(prog)s``."
28062805
msgstr ""
2807-
"Remplacer les chaînes avec des arguments de formatage implicite (tels que "
2808-
"``%default`` ou ``%prog``) par la syntaxe standard de Python pour "
2806+
"Remplacer les chaînes avec des arguments de formatage implicite (tels que ``"
2807+
"%default`` ou ``%prog``) par la syntaxe standard de Python pour "
28092808
"l'interpolation d'un dictionnaire dans les chaînes de formatage (c'est-à-"
28102809
"dire ``%(default)s`` et ``%(prog)s``) ;"
28112810

0 commit comments

Comments
 (0)