From cf4933bdd4d876c0829904fe4a04950c5c11f129 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Wed, 27 Feb 2019 12:35:53 +0100 Subject: [PATCH 1/2] Fixed fuzzys in zipfile --- library/zipfile.po | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/library/zipfile.po b/library/zipfile.po index 8c33da2b..26614447 100644 --- a/library/zipfile.po +++ b/library/zipfile.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-12-21 09:48+0100\n" -"PO-Revision-Date: 2018-12-12 23:36+0100\n" +"PO-Revision-Date: 2019-02-27 12:15+0100\n" "Last-Translator: Jules Lasne \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\n" +"X-Generator: Poedit 2.2.1\n" #: ../Doc/library/zipfile.rst:2 msgid ":mod:`zipfile` --- Work with ZIP archives" @@ -283,7 +283,6 @@ msgstr "" "appropriée pour un fichier archive ZIP vide sera écrite dans le fichier." #: ../Doc/library/zipfile.rst:176 -#, fuzzy msgid "" "ZipFile is also a context manager and therefore supports the :keyword:`with` " "statement. In the example, *myzip* is closed after the :keyword:`!with` " @@ -291,7 +290,7 @@ msgid "" msgstr "" "*ZipFile* est aussi un gestionnaire de contexte et gère ainsi la " "déclaration :keyword:`with`. Dans l'exemple, *myzip* est fermé à la fin de " -"la déclaration :keyword:`with` --- même si une exception est levée : ::" +"la déclaration :keyword:`!with` --- même si une exception est levée ::" #: ../Doc/library/zipfile.rst:183 msgid "Added the ability to use :class:`ZipFile` as a context manager." @@ -649,7 +648,6 @@ msgstr "" "`ValueError`. Précédemment, une erreur :exc:`RuntimeError` était levée." #: ../Doc/library/zipfile.rst:400 -#, fuzzy msgid "" "Write a file into the archive. The contents is *data*, which may be either " "a :class:`str` or a :class:`bytes` instance; if it is a :class:`str`, it is " @@ -725,7 +723,6 @@ msgstr "" "informations de débogage sont affichées sur ``sys.stdout``." #: ../Doc/library/zipfile.rst:443 -#, fuzzy msgid "" "The comment associated with the ZIP file as a :class:`bytes` object. If " "assigning a comment to a :class:`ZipFile` instance created with mode " @@ -1002,7 +999,6 @@ msgstr "" "`bytes`." #: ../Doc/library/zipfile.rst:609 -#, fuzzy msgid "" "Expansion field data. The `PKZIP Application Note`_ contains some comments " "on the internal structure of the data contained in this :class:`bytes` " From 3a9a20f6660cf1d0b754ac196c084293687a51ab Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Thu, 28 Feb 2019 09:15:47 +0100 Subject: [PATCH 2/2] Fix erreur genre --- library/zipfile.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/zipfile.po b/library/zipfile.po index 26614447..73780f59 100644 --- a/library/zipfile.po +++ b/library/zipfile.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-12-21 09:48+0100\n" -"PO-Revision-Date: 2019-02-27 12:15+0100\n" +"PO-Revision-Date: 2019-02-28 09:13+0100\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -731,7 +731,7 @@ msgid "" msgstr "" "Le commentaire associé au fichier ZIP en tant qu'objet :class:`bytes`. Si " "vous affectez un commentaire à une instance de :class:`ZipFile` créée avec " -"le mode ``'w'``, ``'x'`` ou ``'a'``, elle ne doit pas dépasser 65535 octets. " +"le mode ``'w'``, ``'x'`` ou ``'a'``, il ne doit pas dépasser 65535 octets. " "Les commentaires plus longs que cette taille seront tronqués." #: ../Doc/library/zipfile.rst:453