Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fe1ec3

Browse files
authored
Traduction de library/collections.abc.po (#1565)
1 parent bcfbb84 commit 6fe1ec3

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

library/collections.abc.po

+12-17
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"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"
1718

1819
#: library/collections.abc.rst:2
1920
msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers"
@@ -326,24 +327,20 @@ msgid "``aclose``, ``__aiter__``, ``__anext__``"
326327
msgstr "``aclose``, ``__aiter__``, ``__anext__``"
327328

328329
#: library/collections.abc.rst:102
329-
#, fuzzy
330330
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__`."
332332

333333
#: library/collections.abc.rst:106
334-
#, fuzzy
335334
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__`."
337336

338337
#: library/collections.abc.rst:110
339-
#, fuzzy
340338
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__`."
342340

343341
#: library/collections.abc.rst:114
344-
#, fuzzy
345342
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__`."
347344

348345
#: library/collections.abc.rst:118
349346
msgid "ABC for classes that provide the :meth:`__iter__` method."
@@ -450,7 +447,6 @@ msgstr ""
450447
"personnalisées doivent définir la méthode :meth:`__await__`."
451448

452449
#: library/collections.abc.rst:196
453-
#, fuzzy
454450
msgid ""
455451
":term:`Coroutine <coroutine>` objects and instances of the :class:"
456452
"`~collections.abc.Coroutine` ABC are all instances of this ABC."
@@ -561,7 +557,6 @@ msgstr ""
561557
"*mixin* :"
562558

563559
#: library/collections.abc.rst:287
564-
#, fuzzy
565560
msgid ""
566561
"Since some set operations create new sets, the default mixin methods need a "
567562
"way to create new instances from an iterable. The class constructor is "
@@ -580,9 +575,9 @@ msgstr ""
580575
"supposition est faite par une méthode de classe interne appelée :meth:"
581576
"`_from_iterable` qui appelle ``cls(iterable)`` pour construire un nouvel "
582577
"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."
586581

587582
#: library/collections.abc.rst:298
588583
msgid ""

0 commit comments

Comments
 (0)