From 12a5a372b3c84a797066a8fce2bbb9c53c2748d8 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Mon, 10 Aug 2020 23:34:07 +0200 Subject: [PATCH] rapide relecture library/json.po (#1376) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * library/json.po: 2 traduction+ 1 fuzzy + 1 correction * pas de majuscule pour les notes de version * suggestions d'awecx Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com> * avec un point à la fin svp Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com> --- library/json.po | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/library/json.po b/library/json.po index 5c6f1f97..5fcd2222 100644 --- a/library/json.po +++ b/library/json.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-07-20 10:51+0200\n" -"PO-Revision-Date: 2020-05-16 22:52+0200\n" +"PO-Revision-Date: 2020-08-10 16:10+0200\n" "Last-Translator: Antoine Wecxsteen\n" "Language-Team: FRENCH \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.4\n" +"X-Generator: Poedit 2.4\n" #: library/json.rst:2 msgid ":mod:`json` --- JSON encoder and decoder" @@ -423,11 +423,8 @@ msgstr "" "cette :ref:`table de conversion `." #: library/json.rst:286 -#, fuzzy msgid "The other arguments have the same meaning as in :func:`load`." -msgstr "" -"Les autres arguments ont la même signification que pour :func:`load`, à " -"l'exception d'*encoding* qui est ignoré et obsolète depuis Python 3.1." +msgstr "Les autres arguments ont la même signification que dans :func:`load`." #: library/json.rst:291 msgid "" @@ -439,7 +436,7 @@ msgstr "" #: library/json.rst:295 msgid "The keyword argument *encoding* has been removed." -msgstr "" +msgstr "suppression de l’argument nommé *encoding*." #: library/json.rst:300 msgid "Encoders and Decoders" @@ -602,7 +599,7 @@ msgid "" "*s* where the document ended." msgstr "" "Décode en document JSON depuis *s* (une instance :class:`str` débutant par " -"un document JSON) et renvoie un *tuple* de 2 éléments contenant la " +"un document JSON) et renvoie un n-uplet de 2 éléments contenant la " "représentation Python de l'objet et l'index dans *s* où le document se " "terminait." @@ -1068,6 +1065,8 @@ msgid "" "Disable escaping of non-ascii characters, see :func:`json.dumps` for more " "information." msgstr "" +"Désactive l’échappement des caractères non ASCII, voir :func:`json.dumps` " +"pour plus d'informations." #: library/json.rst:742 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." #: library/json.rst:748 msgid "Mutually exclusive options for whitespace control" msgstr "" +"Options mutuellement exclusives pour le contrôle des caractères " +"d’espacements (caractères « blancs »)." #: library/json.rst:754 msgid "Show the help message."