From 8bfe6f682151d3300392ac9b50942d89bb4bbf87 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sun, 29 Mar 2020 11:56:44 +0200 Subject: [PATCH 1/2] corrige une fuzzy dans library/threading --- library/threading.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/library/threading.po b/library/threading.po index adb45d534..06f61dff2 100644 --- a/library/threading.po +++ b/library/threading.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-02-04 10:00+0100\n" -"PO-Revision-Date: 2020-01-21 21:25+0100\n" +"PO-Revision-Date: 2020-03-29 11:56+0200\n" "Last-Translator: Mathieu Dupuy \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.1\n" +"X-Generator: Poedit 2.3\n" #: ../Doc/library/threading.rst:2 msgid ":mod:`threading` --- Thread-based parallelism" @@ -910,9 +910,8 @@ msgid "There is no return value." msgstr "Il n'y a pas de valeur de retour." #: ../Doc/library/threading.rst:493 -#, fuzzy msgid "Return true if the lock is acquired." -msgstr "Renvoie si le fil d'exécution est vivant ou pas." +msgstr "Retourne ``True`` si le verrou est acquis." #: ../Doc/library/threading.rst:500 msgid "RLock Objects" From f07654a4ac63233fe583ad8cd22e106e49145cd3 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sun, 29 Mar 2020 13:43:42 +0200 Subject: [PATCH 2/2] Update library/threading.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- library/threading.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/threading.po b/library/threading.po index 06f61dff2..c3e7bd36b 100644 --- a/library/threading.po +++ b/library/threading.po @@ -911,7 +911,7 @@ msgstr "Il n'y a pas de valeur de retour." #: ../Doc/library/threading.rst:493 msgid "Return true if the lock is acquired." -msgstr "Retourne ``True`` si le verrou est acquis." +msgstr "Renvoie ``True`` si le verrou est acquis." #: ../Doc/library/threading.rst:500 msgid "RLock Objects"