@@ -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 : 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"
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.3\n "
16
+ "X-Generator : Gtranslator 3.38.0\n "
17
+ "Plural-Forms : nplurals=2; plural=(n > 1)\n "
17
18
18
19
#: library/collections.rst:2
19
20
msgid ":mod:`collections` --- Container datatypes"
@@ -290,20 +291,19 @@ msgstr ""
290
291
"l'écriture dans n'importe quel dictionnaire de la chaîne."
291
292
292
293
#: library/collections.rst:130
293
- #, fuzzy
294
294
msgid ""
295
295
"Django's `Context class <https://github.com/django/django/blob/main/django/"
296
296
"template/context.py>`_ for templating is a read-only chain of mappings. It "
297
297
"also features pushing and popping of contexts similar to the :meth:"
298
298
"`~collections.ChainMap.new_child` method and the :attr:`~collections."
299
299
"ChainMap.parents` property."
300
300
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`."
307
307
308
308
#: library/collections.rst:137
309
309
msgid ""
@@ -1229,6 +1229,8 @@ msgid ""
1229
1229
"To support pickling, the named tuple class should be assigned to a variable "
1230
1230
"that matches *typename*."
1231
1231
msgstr ""
1232
+ "Pour permettre la sérialisation, la classe de *n*-uplet nommée doit être "
1233
+ "assignée à une variable qui correspond à *typename*."
1232
1234
1233
1235
#: library/collections.rst:855
1234
1236
msgid "Added support for *rename*."
0 commit comments