Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traduction de library/argparse.po#1892

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jeanas merged 1 commit intopython:3.10fromchristopheNan:pasglop-argparse
May 30, 2022
Merged
Changes fromall commits
Commits
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
23 changes: 11 additions & 12 deletionslibrary/argparse.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-21 16:37+0200\n"
"PO-Revision-Date:2021-11-06 20:20+0100\n"
"PO-Revision-Date:2022-05-30 11:00+0200\n"
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit3.0\n"
"X-Generator: Poedit2.4.2\n"

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

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

#: library/argparse.rst:154
msgid ""
Expand DownExpand Up@@ -577,7 +577,6 @@ msgid "fromfile_prefix_chars"
msgstr "Le paramètre *fromfile_prefix_chars*"

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

#: library/argparse.rst:1065
Expand DownExpand Up@@ -1474,8 +1473,8 @@ msgid ""
"The ``help`` strings can include various format specifiers to avoid "
"repetition of things like the program name or the argument default_. The "
"available specifiers include the program name, ``%(prog)s`` and most keyword "
"arguments to :meth:`~ArgumentParser.add_argument`, e.g. ``%(default)s``, "
"``%(type)s``, etc.::"
"arguments to :meth:`~ArgumentParser.add_argument`, e.g. ``%(default)s``,``"
"%(type)s``, etc.::"
msgstr ""
"La chaîne ``help`` peut contenir des spécificateurs de formatage afin "
"d'éviter la répétition de contenu tel que le nom du programme et la valeur "
Expand DownExpand Up@@ -1885,8 +1884,8 @@ msgid ""
"Simple class used by default by :meth:`~ArgumentParser.parse_args` to create "
"an object holding attributes and return it."
msgstr ""
"Classe rudimentairequi est utilisé par défaut par :meth:`~ArgumentParser."
"parse_args` pour créer un objet quistock les attributs. Cet objet est "
"Classe rudimentaireutilisée par défaut par :meth:`~ArgumentParser."
"parse_args` pour créer un objet quistocke les attributs. Cet objet est "
"renvoyé par ``ArgumentParser.parse_args``."

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

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp