@@ -6,14 +6,15 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2020-12-17 16:05+0100\n "
9
- "PO-Revision-Date : 2018-09-27 15:04+0200 \n "
10
- "
Last-Translator :
Julien Palard <[email protected] >\n"
11
- "
Language-Team :
FRENCH <[email protected] >\n"
9
+ "PO-Revision-Date : 2021-03-21 16:06+0100 \n "
10
+ "
Last-Translator :
Loc Cosnier <[email protected] >\n"
11
+ "
Language-Team :
French <[email protected] >\n"
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.0.9\n "
16
+ "X-Generator : Gtranslator 3.38.0\n "
17
+ "Plural-Forms : nplurals=2; plural=(n > 1)\n "
17
18
18
19
#: library/collections.abc.rst:2
19
20
msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers"
@@ -326,24 +327,20 @@ msgid "``aclose``, ``__aiter__``, ``__anext__``"
326
327
msgstr "``aclose``, ``__aiter__``, ``__anext__``"
327
328
328
329
#: library/collections.abc.rst:102
329
- #, fuzzy
330
330
msgid "ABC for classes that provide the :meth:`__contains__` method."
331
- msgstr "ABC pour les classes qui définissent la méthode :meth:`__iter__ `."
331
+ msgstr "ABC pour les classes qui définissent la méthode :meth:`__contains__ `."
332
332
333
333
#: library/collections.abc.rst:106
334
- #, fuzzy
335
334
msgid "ABC for classes that provide the :meth:`__hash__` method."
336
- msgstr "ABC pour les classes qui définissent la méthode :meth:`__iter__ `."
335
+ msgstr "ABC pour les classes qui définissent la méthode :meth:`__hash__ `."
337
336
338
337
#: library/collections.abc.rst:110
339
- #, fuzzy
340
338
msgid "ABC for classes that provide the :meth:`__len__` method."
341
- msgstr "ABC pour les classes qui définissent la méthode :meth:`__iter__ `."
339
+ msgstr "ABC pour les classes qui définissent la méthode :meth:`__len__ `."
342
340
343
341
#: library/collections.abc.rst:114
344
- #, fuzzy
345
342
msgid "ABC for classes that provide the :meth:`__call__` method."
346
- msgstr "ABC pour les classes qui définissent la méthode :meth:`__iter__ `."
343
+ msgstr "ABC pour les classes qui définissent la méthode :meth:`__call__ `."
347
344
348
345
#: library/collections.abc.rst:118
349
346
msgid "ABC for classes that provide the :meth:`__iter__` method."
@@ -450,7 +447,6 @@ msgstr ""
450
447
"personnalisées doivent définir la méthode :meth:`__await__`."
451
448
452
449
#: library/collections.abc.rst:196
453
- #, fuzzy
454
450
msgid ""
455
451
":term:`Coroutine <coroutine>` objects and instances of the :class:"
456
452
"`~collections.abc.Coroutine` ABC are all instances of this ABC."
@@ -561,7 +557,6 @@ msgstr ""
561
557
"*mixin* :"
562
558
563
559
#: library/collections.abc.rst:287
564
- #, fuzzy
565
560
msgid ""
566
561
"Since some set operations create new sets, the default mixin methods need a "
567
562
"way to create new instances from an iterable. The class constructor is "
@@ -580,9 +575,9 @@ msgstr ""
580
575
"supposition est faite par une méthode de classe interne appelée :meth:"
581
576
"`_from_iterable` qui appelle ``cls(iterable)`` pour construire un nouvel "
582
577
"ensemble. Si le :class:`Set` *mixin* est utilisé dans une classe avec un "
583
- "constructeur de signature différente, vous devrez surcharger :meth:"
584
- "`_from_iterable` avec une méthode de classe qui peut construire de nouvelles "
585
- "instances à partir d'un argument itérable."
578
+ "constructeur de signature différente, vous devez surcharger :meth:"
579
+ "`_from_iterable` avec une méthode de classe ou une méthode ordinaire qui "
580
+ "peut construire de nouvelles instances à partir d'un argument itérable."
586
581
587
582
#: library/collections.abc.rst:298
588
583
msgid ""
0 commit comments