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

Skip to content

Commit e7feadb

Browse files
Traduction de library/collections.po (#1561)
Automerge of PR #1561 by @alkimya #1560 Closes #1560 Révision d'une fuzzy et une traduction manquante. Co-authored-by: Julien Palard <[email protected]>
1 parent 6fe1ec3 commit e7feadb

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

library/collections.po

+13-11
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: 2021-03-19 16:59+0100\n"
9-
"PO-Revision-Date: 2020-09-25 19:17-0600\n"
10-
"Last-Translator: Yannick Gingras <[email protected]>\n"
11-
"Language-Team: FRENCH <[email protected]>\n"
9+
"PO-Revision-Date: 2021-03-20 19:28+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.3\n"
16+
"X-Generator: Gtranslator 3.38.0\n"
17+
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
1718

1819
#: library/collections.rst:2
1920
msgid ":mod:`collections` --- Container datatypes"
@@ -290,20 +291,19 @@ msgstr ""
290291
"l'écriture dans n'importe quel dictionnaire de la chaîne."
291292

292293
#: library/collections.rst:130
293-
#, fuzzy
294294
msgid ""
295295
"Django's `Context class <https://github.com/django/django/blob/main/django/"
296296
"template/context.py>`_ for templating is a read-only chain of mappings. It "
297297
"also features pushing and popping of contexts similar to the :meth:"
298298
"`~collections.ChainMap.new_child` method and the :attr:`~collections."
299299
"ChainMap.parents` property."
300300
msgstr ""
301-
"La `classe de contexte de Django <https://github.com/django/django/blob/"
302-
"master/django/template/context.py>`_ pour la création de modèles est une "
303-
"chaîne de dictionnaires en lecture seule. Elle comporte également des "
304-
"fonctionnalités d'ajouts et de retraits de contextes similaires à la "
305-
"méthode :meth:`~collections.ChainMap.new_child` et à la propriété :attr:"
306-
"`~collections.ChainMap.parents`."
301+
"La `classe de contexte de Django <https://github.com/django/django/blob/main/"
302+
"django/template/context.py>`_ pour la création de modèles est une chaîne de "
303+
"dictionnaires en lecture seule. Elle comporte également des fonctionnalités "
304+
"d'ajouts et de retraits de contextes similaires à la méthode :meth:"
305+
"`~collections.ChainMap.new_child` et à la propriété :attr:`~collections."
306+
"ChainMap.parents`."
307307

308308
#: library/collections.rst:137
309309
msgid ""
@@ -1229,6 +1229,8 @@ msgid ""
12291229
"To support pickling, the named tuple class should be assigned to a variable "
12301230
"that matches *typename*."
12311231
msgstr ""
1232+
"Pour permettre la sérialisation, la classe de *n*-uplet nommée doit être "
1233+
"assignée à une variable qui correspond à *typename*."
12321234

12331235
#: library/collections.rst:855
12341236
msgid "Added support for *rename*."

0 commit comments

Comments
 (0)