@@ -6,14 +6,14 @@ msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2020-07-20 10:51+0200\n "
9- "PO-Revision-Date : 2020-05-16 22:52 +0200\n "
9+ "PO-Revision-Date : 2020-08-10 16:10 +0200\n "
1010"Last-Translator : Antoine Wecxsteen\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.2. 4\n "
16+ "X-Generator : Poedit 2.4\n "
1717
1818#: library/json.rst:2
1919msgid ":mod:`json` --- JSON encoder and decoder"
@@ -423,11 +423,8 @@ msgstr ""
423423"cette :ref:`table de conversion <json-to-py-table>`."
424424
425425#: library/json.rst:286
426- #, fuzzy
427426msgid "The other arguments have the same meaning as in :func:`load`."
428- msgstr ""
429- "Les autres arguments ont la même signification que pour :func:`load`, à "
430- "l'exception d'*encoding* qui est ignoré et obsolète depuis Python 3.1."
427+ msgstr "Les autres arguments ont la même signification que dans :func:`load`."
431428
432429#: library/json.rst:291
433430msgid ""
@@ -439,7 +436,7 @@ msgstr ""
439436
440437#: library/json.rst:295
441438msgid "The keyword argument *encoding* has been removed."
442- msgstr ""
439+ msgstr "suppression de l’argument nommé *encoding*. "
443440
444441#: library/json.rst:300
445442msgid "Encoders and Decoders"
@@ -602,7 +599,7 @@ msgid ""
602599"*s* where the document ended."
603600msgstr ""
604601"Décode en document JSON depuis *s* (une instance :class:`str` débutant par "
605- "un document JSON) et renvoie un *tuple* de 2 éléments contenant la "
602+ "un document JSON) et renvoie un n-uplet de 2 éléments contenant la "
606603"représentation Python de l'objet et l'index dans *s* où le document se "
607604"terminait."
608605
@@ -1068,6 +1065,8 @@ msgid ""
10681065"Disable escaping of non-ascii characters, see :func:`json.dumps` for more "
10691066"information."
10701067msgstr ""
1068+ "Désactive l’échappement des caractères non ASCII, voir :func:`json.dumps` "
1069+ "pour plus d'informations."
10711070
10721071#: library/json.rst:742
10731072msgid "Parse every input line as separate JSON object."
@@ -1076,6 +1075,8 @@ msgstr "Transforme chaque ligne d'entrée en un objet JSON individuel."
10761075#: library/json.rst:748
10771076msgid "Mutually exclusive options for whitespace control"
10781077msgstr ""
1078+ "Options mutuellement exclusives pour le contrôle des caractères "
1079+ "d’espacements (caractères « blancs »)."
10791080
10801081#: library/json.rst:754
10811082msgid "Show the help message."
0 commit comments