@@ -6,14 +6,14 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2019-10-09 17:54+0200\n "
9- "PO-Revision-Date : 2019-03-02 10:41 +0100\n "
9+ "PO-Revision-Date : 2019-11-18 08:22 +0100\n "
1010"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
1313"MIME-Version : 1.0\n "
1414"Content-Type : text/plain; charset=UTF-8\n "
1515"Content-Transfer-Encoding : 8bit\n "
16- "X-Generator : Poedit 2.2.1 \n "
16+ "X-Generator : Poedit 2.2.4 \n "
1717
1818#: ../Doc/library/string.rst:2
1919msgid ":mod:`string` --- Common string operations"
@@ -78,13 +78,12 @@ msgid "The string ``'01234567'``."
7878msgstr "La chaîne ``'01234567``."
7979
8080#: ../Doc/library/string.rst:58
81- #, fuzzy
8281msgid ""
8382"String of ASCII characters which are considered punctuation characters in "
8483"the ``C`` locale: ``!\" #$%&'()*+,-./:;<=>?@[\\ ]^_`{|}~``."
8584msgstr ""
8685"Chaîne de caractères ASCII considérés comme ponctuation dans l'environnement "
87- "linguistique ``C``."
86+ "linguistique ``C`` : ``! \" #$%&'()*+,-./:;<=>?@[ \\ ]^_`{|}~`` ."
8887
8988#: ../Doc/library/string.rst:63
9089msgid ""
@@ -240,7 +239,6 @@ msgstr ""
240239"arguments mot-clefs."
241240
242241#: ../Doc/library/string.rst:148
243- #, fuzzy
244242msgid ""
245243"For compound field names, these functions are only called for the first "
246244"component of the field name; subsequent components are handled through "
@@ -961,7 +959,6 @@ msgstr ""
961959"virgule fixe soit en notation scientifique, en fonction de la magnitude."
962960
963961#: ../Doc/library/string.rst:501
964- #, fuzzy
965962msgid ""
966963"The precise rules are as follows: suppose that the result formatted with "
967964"presentation type ``'e'`` and precision ``p-1`` would have exponent "
@@ -974,13 +971,14 @@ msgid ""
974971"unless the ``'#'`` option is used."
975972msgstr ""
976973"Les règles précises sont les suivantes : supposons que le résultat formaté "
977- "avec le type de représentation ``'e'`` et une précision ``1`` ait un "
978- "exposant ``exp``. Alors, si ``-4 <= exp <= p``, le nombre est formaté avec "
974+ "avec le type de représentation ``'e'`` et une précision ``p-1`` ait un "
975+ "exposant ``exp``. Alors, si ``m <= exp <= p`` ou ``m`` est -4 pour des flots "
976+ "et -6 pour :class:`Decimals <decimal.Decimal>`, le nombre est formaté avec "
979977"le type de représentation ``'f'`` et une précision ``p-1-exp``. Sinon, le "
980978"nombre est formaté avec le type de représentation ``'e'`` et une précision "
981979"``p-1``. Dans les deux cas, les zéros finaux et non significatifs sont "
982980"retirés, et la virgule est également retirée s'il n'y a aucun chiffre la "
983- "suivant."
981+ "suivant, sauf si l'option ``'#'`` est utilisée ."
984982
985983#: ../Doc/library/string.rst:514
986984msgid ""
0 commit comments