From 808a19b22f0f49a42718f545d6c901aef8ce5902 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Thu, 23 May 2019 23:58:54 +0200 Subject: [PATCH 1/4] Fix fuzzies in library/cmath.po Fixes #741 --- library/cmath.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/library/cmath.po b/library/cmath.po index a716bfcb..4091d759 100644 --- a/library/cmath.po +++ b/library/cmath.po @@ -6,21 +6,20 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-23 16:48+0200\n" -"PO-Revision-Date: 2018-09-27 15:22+0200\n" -"Last-Translator: \n" +"PO-Revision-Date: 2019-05-23 19:57+0200\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 1.5.4\n" +"X-Generator: Poedit 2.2.1\n" #: ../Doc/library/cmath.rst:2 msgid ":mod:`cmath` --- Mathematical functions for complex numbers" msgstr "Fonctions mathématiques pour nombres complexes — :mod:`cmath`" #: ../Doc/library/cmath.rst:9 -#, fuzzy msgid "" "This module provides access to mathematical functions for complex numbers. " "The functions in this module accept integers, floating-point numbers or " From 82c88d570cb925e5e78fe0f72838cd367f14f8fd Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Fri, 24 May 2019 18:31:31 +0200 Subject: [PATCH 2/4] Fixed small mistaje --- library/cmath.po | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/library/cmath.po b/library/cmath.po index 4091d759..f7c743cc 100644 --- a/library/cmath.po +++ b/library/cmath.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-23 16:48+0200\n" -"PO-Revision-Date: 2019-05-23 19:57+0200\n" +"PO-Revision-Date: 2019-05-24 18:31+0200\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.1\n" +"X-Generator: Poedit 2.2.3\n" #: ../Doc/library/cmath.rst:2 msgid ":mod:`cmath` --- Mathematical functions for complex numbers" @@ -29,14 +29,13 @@ msgid "" "number, respectively, and the function is then applied to the result of the " "conversion." msgstr "" -"Ce module est toujours disponible. Il fournit l'accès aux fonctions " -"mathématiques pour les nombres complexes.Les fonctions de ce module " -"acceptent les entiers, les nombres flottants ou les nombres complexes comme " -"arguments. Elles accepteront également tout objet Python ayant une méthode :" -"meth:`__complex__` ou :meth:`__float__` : ces méthodes sont utilisées pour " -"convertir l'objet en un nombre complexe ou respectivement un nombre " -"flottant, et la fonction est ensuite appliquée sur le résultat de la " -"conversion." +"Ce module fournit l'accès aux fonctions mathématiques pour les nombres " +"complexes. Les fonctions de ce module acceptent les entiers, les nombres " +"flottants ou les nombres complexes comme arguments. Elles accepteront " +"également tout objet Python ayant une méthode :meth:`__complex__` ou :meth:" +"`__float__` : ces méthodes sont utilisées pour convertir l'objet en un " +"nombre complexe ou respectivement un nombre flottant, et la fonction est " +"ensuite appliquée sur le résultat de la conversion." #: ../Doc/library/cmath.rst:18 msgid "" From 45f06b223a3a9c3ae8afeb35e099b019db9ffd79 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Tue, 28 May 2019 09:11:35 +0200 Subject: [PATCH 3/4] Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- library/cmath.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cmath.po b/library/cmath.po index f7c743cc..3a493c20 100644 --- a/library/cmath.po +++ b/library/cmath.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Ce module fournit l'accès aux fonctions mathématiques pour les nombres " "complexes. Les fonctions de ce module acceptent les entiers, les nombres " -"flottants ou les nombres complexes comme arguments. Elles accepteront " +"flottants ou les nombres complexes comme arguments. Elles acceptent " "également tout objet Python ayant une méthode :meth:`__complex__` ou :meth:" "`__float__` : ces méthodes sont utilisées pour convertir l'objet en un " "nombre complexe ou respectivement un nombre flottant, et la fonction est " From 90648b10d7617f23bcc9f5158a2032ac25f1bb34 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Tue, 28 May 2019 20:19:19 +0200 Subject: [PATCH 4/4] Fixes from review --- library/cmath.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/cmath.po b/library/cmath.po index 3a493c20..86c5b2a5 100644 --- a/library/cmath.po +++ b/library/cmath.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-23 16:48+0200\n" -"PO-Revision-Date: 2019-05-24 18:31+0200\n" +"PO-Revision-Date: 2019-05-28 20:19+0200\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -32,10 +32,10 @@ msgstr "" "Ce module fournit l'accès aux fonctions mathématiques pour les nombres " "complexes. Les fonctions de ce module acceptent les entiers, les nombres " "flottants ou les nombres complexes comme arguments. Elles acceptent " -"également tout objet Python ayant une méthode :meth:`__complex__` ou :meth:" -"`__float__` : ces méthodes sont utilisées pour convertir l'objet en un " -"nombre complexe ou respectivement un nombre flottant, et la fonction est " -"ensuite appliquée sur le résultat de la conversion." +"également tout objet Python ayant une méthode :meth:`__complex__` " +"(respectivement :meth:`__float__`) : cette méthode est utilisée pour " +"convertir l’objet en nombre complexe (respectivement un nombre flottant) et " +"la fonction est ensuite appliquée sur le résultat de la conversion." #: ../Doc/library/cmath.rst:18 msgid ""