From 241497df89e02fa768296e362b8cf568a9ec7373 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 10 Jun 2018 23:32:01 +0200 Subject: [PATCH] Review fuzzy strings: Integrating christopheNan feedback. --- distutils/apiref.po | 4 ++-- library/email.examples.po | 4 ++-- library/functions.po | 8 ++++---- library/json.po | 6 +++--- library/re.po | 5 +++-- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/distutils/apiref.po b/distutils/apiref.po index 824a0500..f8244e56 100644 --- a/distutils/apiref.po +++ b/distutils/apiref.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-10 11:27+0200\n" -"PO-Revision-Date: 2018-06-10 11:33+0200\n" +"PO-Revision-Date: 2018-06-10 23:27+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: \n" "Language: fr\n" @@ -220,7 +220,7 @@ msgid "" "a list of strings; valid classifiers are listed on `PyPI `_." msgstr "" -"une liste des chaînes de charactères, les classifieurs valides est listés " +"une liste des chaînes de caractères, les classifieurs valides sont listés " "sur `PyPI `_." #: ../Doc/distutils/apiref.rst:83 diff --git a/library/email.examples.po b/library/email.examples.po index f234109b..71ed7444 100644 --- a/library/email.examples.po +++ b/library/email.examples.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-10 11:27+0200\n" -"PO-Revision-Date: 2018-06-10 15:37+0200\n" +"PO-Revision-Date: 2018-06-10 23:28+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -44,7 +44,7 @@ msgid "" "Parsing :rfc:`822` headers can easily be done by the using the classes from " "the :mod:`~email.parser` module:" msgstr "" -"Parser des entêtes :rfc:`822` peut être aisément réalisé and utilisant les " +"Analyser des entêtes :rfc:`822` peut être aisément réalisé en utilisant les " "classes du module :mod:`~email.parser` :" #: ../Doc/library/email.examples.rst:21 diff --git a/library/functions.po b/library/functions.po index ec12e760..c348e47c 100644 --- a/library/functions.po +++ b/library/functions.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-10 11:27+0200\n" -"PO-Revision-Date: 2018-06-10 15:24+0200\n" +"PO-Revision-Date: 2018-06-10 23:30+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: \n" "Language: fr\n" @@ -2392,8 +2392,8 @@ msgid "" "input." msgstr "" "Renvoie *number* arrondi avec une précision de *ndigits* chiffres après la " -"virgule. Si *ndigits* est omis ou est ``None``, l'entier le plus proche est " -"renvoyé." +"virgule. Si *ndigits* est omis (ou est ``None``), l'entier le plus proche " +"est renvoyé." #: ../Doc/library/functions.rst:1313 msgid "" @@ -2411,7 +2411,7 @@ msgstr "" "``round(0.5)`` et ``round(-0.5)`` valent tous les deux ``0``, et " "``round(1.5)`` vaut ``2``). *ndigits* accepte tout nombre entier (positif, " "zéro, ou négatif). La valeur renvoyée est un entier si *ndigits* n'est pas " -"donné, ou est ``None``. Sinon elle sera du même type que *number*." +"donné, (ou est ``None``). Sinon elle est du même type que *number*." #: ../Doc/library/functions.rst:1322 msgid "" diff --git a/library/json.po b/library/json.po index d9b240f5..ca4739f1 100644 --- a/library/json.po +++ b/library/json.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-10 11:27+0200\n" -"PO-Revision-Date: 2018-06-10 15:27+0200\n" +"PO-Revision-Date: 2018-06-10 23:30+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: LANGUAGE \n" "Language: fr\n" @@ -107,8 +107,8 @@ msgid "" "to-json-table>`." msgstr "" "Sérialise *obj* comme un flux JSON formaté vers *fp* (un :term:`file-like " -"object` supportant ``.write()``) utilisant cette :ref:`table de conversion " -"`." +"object` gérant ``.write()``) utilisant cette :ref:`table de conversion `." #: ../Doc/library/json.rst:136 msgid "" diff --git a/library/re.po b/library/re.po index a6a33fc6..eac0d7b3 100644 --- a/library/re.po +++ b/library/re.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-10 11:27+0200\n" -"PO-Revision-Date: 2018-06-10 15:36+0200\n" +"PO-Revision-Date: 2018-06-10 23:31+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: \n" "Language: fr\n" @@ -105,7 +105,8 @@ msgid "" msgstr "" "Le module tiers `regex `_, dont l'interface " "est compatible avec le module :mod:`re` de la bibliothèque standard, mais " -"offre des fonctionnalités additionnelles et un meilleur support de l'Unicode." +"offre des fonctionnalités additionnelles et une meilleure gestion de " +"l'Unicode." #: ../Doc/library/re.rst:56 msgid "Regular Expression Syntax"