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

Fuzzy de library/contextlib.po#1645

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
JulienPalard merged 1 commit intopython:3.9frommchlumsky:contextlib-generator
May 26, 2021
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
13 changes: 6 additions & 7 deletionslibrary/contextlib.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: 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"
"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: Poedit 2.2.1\n"
"X-Generator: Poedit 2.4.3\n"

#: library/contextlib.rst:2
msgid ""
Expand DownExpand Up@@ -106,16 +106,15 @@ msgstr ""
"ressources ::"

#: library/contextlib.rst:73
#, fuzzy
msgid ""
"The function being decorated must return a :term:`generator`-iterator when "
"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."
msgstr ""
"La fonction à décorer doit renvoyer un :term:`générateur-itérateur"
"<generator-iterator>` quand elle est appelée. Ce générateur ne doit produire "
"qu'uneseule valeur, qui est récupérée dans le bloc :keyword:`with` à l'aide "
"de laclause :keyword:`!as` si précisée."
"La fonction à décorer doit renvoyer un :term:`générateur <generator>`-"
"itérateur quand elle est appelée. Ce générateur ne doit produire qu'une "
"seule valeur, qui est récupérée dans le bloc :keyword:`with` à l'aide de la "
"clause :keyword:`!as` si précisée."

#: library/contextlib.rst:77
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp