10000 Fixed fuzzys in library/collections.po (#699) · python/python-docs-fr@585f184 · GitHub
[go: up one dir, main page]

Skip to content

Commit 585f184

Browse files
authored
Fixed fuzzys in library/collections.po (#699)
1 parent 2a8cc8f commit 585f184

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

library/collections.po

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-04-10 09:35+0200\n"
9-
"PO-Revision-Date: 2019-02-22 15:27+0100\n"
10-
"Last-Translator: Guillaume Fayard <guillaume.fayard@pycolore.fr>\n"
9+
"PO-Revision-Date: 2019-04-11 19:52+0200\n"
10+
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\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.2\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/library/collections.rst:2
1919
msgid ":mod:`collections` --- Container datatypes"
@@ -1291,7 +1291,6 @@ msgstr ""
12911291
"la fonction :func:`getattr` :"
12921292

12931293
#: ../Doc/library/collections.rst:962
1294-
#, fuzzy
12951294
msgid ""
12961295
"To convert a dictionary to a named tuple, use the ``**`` operator (as "
12971296
"described in :ref:`tut-unpacking-arguments`):"
@@ -1350,14 +1349,14 @@ msgstr ""
13501349
"`~somenamedtuple._replace` pour personnaliser une instance prototype :"
13511350

13521351
#: ../Doc/library/collections.rst:1019
1353-
#, fuzzy
13541352
msgid ""
13551353
"See :class:`typing.NamedTuple` for a way to add type hints for named "
13561354
"tuples. It also provides an elegant notation using the :keyword:`class` "
13571355
"keyword::"
13581356
msgstr ""
13591357
"Voir :meth:`typing.NamedTuple` pour un moyen d'ajouter des indications de "
1360-
"type pour les tuples nommés."
1358+
"type pour les tuples nommés. Cela propose aussi une notation élégante "
1359+
"utilisant le mot-clé :keyword:`class` :"
13611360

13621361
#: ../Doc/library/collections.rst:1028
13631362
msgid ""
@@ -1372,6 +1371,9 @@ msgid ""
13721371
"The :mod:`dataclasses` module provides a decorator and functions for "
13731372
"automatically adding generated special methods to user-defined classes."
13741373
msgstr ""
1374+
"Le module :mod:`dataclasses` fournit un décorateur et des fonctions pour "
1375+
"ajouter automatiquement des méthodes spéciales générées aux classes définies "
1376+
"par l’utilisateur."
13751377

13761378
#: ../Doc/library/collections.rst:1036
13771379
msgid ":class:`OrderedDict` objects"

0 commit comments

Comments
 (0)
0