diff --git a/library/numeric.po b/library/numeric.po index 0266e453..e0895dd3 100644 --- a/library/numeric.po +++ b/library/numeric.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-02 22:11+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2017-11-07 23:56+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: fr\n" @@ -19,7 +19,7 @@ msgstr "" #: ../Doc/library/numeric.rst:6 msgid "Numeric and Mathematical Modules" -msgstr "" +msgstr "Modules Numériques et Mathématiques" #: ../Doc/library/numeric.rst:8 msgid "" @@ -30,7 +30,14 @@ msgid "" "mod:`decimal` module supports exact representations of decimal numbers, " "using arbitrary precision arithmetic." msgstr "" +"Les modules documentés dans ce chapitre fournissent des fonctions et des " +"types autour des nombres et des mathématiques. Le module :mod:`numbers` " +"définit une hiérarchie abstraite des types numériques. Les modules :mod:" +"`math` et :mod:`cmath` contiennent des fonctions mathématiques pour les " +"nombres à virgule flottante ou les nombres complexes. Le module :mod:" +"`decimal` permet de représenter des nombres décimaux de manière exacte, et " +"utilise une arithmétique de précision arbitraire." #: ../Doc/library/numeric.rst:15 msgid "The following modules are documented in this chapter:" -msgstr "" +msgstr "Les modules suivants sont documentés dans ce chapitre :"