@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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 "
10
10
"Last-Translator : Antoine Wecxsteen\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\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.2. 4\n "
16
+ "X-Generator : Poedit 2.4\n "
17
17
18
18
#: library/json.rst:2
19
19
msgid ":mod:`json` --- JSON encoder and decoder"
@@ -423,11 +423,8 @@ msgstr ""
423
423
"cette :ref:`table de conversion <json-to-py-table>`."
424
424
425
425
#: library/json.rst:286
426
- #, fuzzy
427
426
msgid "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`."
431
428
432
429
#: library/json.rst:291
433
430
msgid ""
@@ -439,7 +436,7 @@ msgstr ""
439
436
440
437
#: library/json.rst:295
441
438
msgid "The keyword argument *encoding* has been removed."
442
- msgstr ""
439
+ msgstr "suppression de l’argument nommé *encoding*. "
443
440
444
441
#: library/json.rst:300
445
442
msgid "Encoders and Decoders"
@@ -602,7 +599,7 @@ msgid ""
602
599
"*s* where the document ended."
603
600
msgstr ""
604
601
"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 "
606
603
"représentation Python de l'objet et l'index dans *s* où le document se "
607
604
"terminait."
608
605
@@ -1068,6 +1065,8 @@ msgid ""
1068
1065
"Disable escaping of non-ascii characters, see :func:`json.dumps` for more "
1069
1066
"information."
1070
1067
msgstr ""
1068
+ "Désactive l’échappement des caractères non ASCII, voir :func:`json.dumps` "
1069
+ "pour plus d'informations."
1071
1070
1072
1071
#: library/json.rst:742
1073
1072
msgid "Parse every input line as separate JSON object."
@@ -1076,6 +1075,8 @@ msgstr "Transforme chaque ligne d'entrée en un objet JSON individuel."
1076
1075
#: library/json.rst:748
1077
1076
msgid "Mutually exclusive options for whitespace control"
1078
1077
msgstr ""
1078
+ "Options mutuellement exclusives pour le contrôle des caractères "
1079
+ "d’espacements (caractères « blancs »)."
1079
1080
1080
1081
#: library/json.rst:754
1081
1082
msgid "Show the help message."
0 commit comments