compléter la traduction flou de collections (#1164)

This commit is contained in:
marqov 2020-03-03 19:58:09 +01:00 committed by GitHub
parent 05377772c2
commit 02405ce5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-04-11 19:52+0200\n"
"PO-Revision-Date: 2020-03-03 19:26+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n"
"X-Generator: Poedit 1.8.7.1\n"
#: ../Doc/library/collections.rst:2
msgid ":mod:`collections` --- Container datatypes"
@ -121,7 +121,6 @@ msgstr ""
"de ``str``"
#: ../Doc/library/collections.rst:41
#, fuzzy
msgid ""
"Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc` "
"module. For backwards compatibility, they continue to be visible in this "
@ -129,8 +128,7 @@ msgid ""
msgstr ""
"Les :ref:`collections-abstract-base-classes` ont été déplacées vers le "
"module :mod:`collections.abc`. Pour assurer la rétrocompatibilité, elles "
"sont toujours disponibles dans ce module en Python 3.7 mais seront ensuite "
"totalement supprimées."
"sont toujours disponibles dans ce module en Python 3.8."
#: ../Doc/library/collections.rst:43
msgid ":class:`ChainMap` objects"