Fuzzy de library/contextlib.po (#1645)

This commit is contained in:
mchlumsky 2021-05-26 13:15:55 -04:00 committed by GitHub
parent 730b9a3028
commit 528f614345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n" "Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-01 16:00+0200\n" "POT-Creation-Date: 2020-10-01 16:00+0200\n"
"PO-Revision-Date: 2019-12-01 23:39+0100\n" "PO-Revision-Date: 2021-05-23 14:41-0400\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n" "X-Generator: Poedit 2.4.3\n"
#: library/contextlib.rst:2 #: library/contextlib.rst:2
msgid "" msgid ""
@ -106,16 +106,15 @@ msgstr ""
"ressources ::" "ressources ::"
#: library/contextlib.rst:73 #: library/contextlib.rst:73
#, fuzzy
msgid "" msgid ""
"The function being decorated must return a :term:`generator`-iterator when " "The function being decorated must return a :term:`generator`-iterator when "
"called. This iterator must yield exactly one value, which will be bound to " "called. This iterator must yield exactly one value, which will be bound to "
"the targets in the :keyword:`with` statement's :keyword:`!as` clause, if any." "the targets in the :keyword:`with` statement's :keyword:`!as` clause, if any."
msgstr "" msgstr ""
"La fonction à décorer doit renvoyer un :term:`générateur-itérateur " "La fonction à décorer doit renvoyer un :term:`générateur <generator>`-"
"<generator-iterator>` quand elle est appelée. Ce générateur ne doit produire " "itérateur quand elle est appelée. Ce générateur ne doit produire qu'une "
"qu'une seule valeur, qui est récupérée dans le bloc :keyword:`with` à l'aide " "seule valeur, qui est récupérée dans le bloc :keyword:`with` à l'aide de la "
"de la clause :keyword:`!as` si précisée." "clause :keyword:`!as` si précisée."
#: library/contextlib.rst:77 #: library/contextlib.rst:77
msgid "" msgid ""