Skip to content

Commit 4bc142a

Browse files
committed
c-api/iter.po: Done.
1 parent ab620fb commit 4bc142a

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

c-api/iter.po

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2017-11-20 13:19+0100\n"
13+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
1616
"MIME-Version: 1.0\n"
@@ -19,15 +19,15 @@ msgstr ""
1919

2020
#: ../Doc/c-api/iter.rst:6
2121
msgid "Iterator Protocol"
22-
msgstr ""
22+
msgstr "Protocole d'Itération"
2323

2424
#: ../Doc/c-api/iter.rst:8
2525
msgid "There are two functions specifically for working with iterators."
26-
msgstr ""
26+
msgstr "Il existe deux fonctions dédiées à l'interaction avec les itérateurs."
2727

2828
#: ../Doc/c-api/iter.rst:12
2929
msgid "Return true if the object *o* supports the iterator protocol."
30-
msgstr ""
30+
msgstr "Renvoie vrai si l'objet *o* supporte le protocole d'itération."
3131

3232
#: ../Doc/c-api/iter.rst:17
3333
msgid ""
@@ -36,9 +36,16 @@ msgid ""
3636
"values, returns *NULL* with no exception set. If an error occurs while "
3737
"retrieving the item, returns *NULL* and passes along the exception."
3838
msgstr ""
39+
"Renvoie la valeur suivante d'une itération de *o*. L'objet doit être un "
40+
"itérateur (c'est à l'appelant de faire cette vérification). Renvoie *NULL* "
41+
"s'il n'y a plus de valeurs, sans déclarer d'exception. Renvoie *NULL* en "
42+
"déclarant une exception si une erreur survient lors de la récupération d'un "
43+
"élément."
3944

4045
#: ../Doc/c-api/iter.rst:22
4146
msgid ""
4247
"To write a loop which iterates over an iterator, the C code should look "
4348
"something like this::"
4449
msgstr ""
50+
"Pour écrire une boucle itérant un itérateur, le code C devrait ressembler "
51+
"à : ::"

0 commit comments

Comments
 (0)