1
0
Fork 0

Add some (simple) translations

This commit is contained in:
Thibaut Julien 2018-10-05 18:34:13 +02:00
parent 8e95f5bdd5
commit 4e79d47f3d
1 changed files with 7 additions and 4 deletions

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2018-10-05 17:45+0200\n"
"PO-Revision-Date: 2018-10-05 18:31+0200\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: \n"
"X-Generator: Poedit 2.1.1\n"
"X-Generator: Poedit 1.8.11\n"
#: ../Doc/library/decimal.rst:2
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
@ -1985,7 +1985,7 @@ msgstr ""
#: ../Doc/library/decimal.rst:1814
msgid "Recipes"
msgstr ""
msgstr "Recettes"
#: ../Doc/library/decimal.rst:1816
msgid ""
@ -1995,17 +1995,20 @@ msgstr ""
#: ../Doc/library/decimal.rst:1971
msgid "Decimal FAQ"
msgstr ""
msgstr "FAQ *decimal*"
#: ../Doc/library/decimal.rst:1973
msgid ""
"Q. It is cumbersome to type ``decimal.Decimal('1234.5')``. Is there a way "
"to minimize typing when using the interactive interpreter?"
msgstr ""
"Q. C'est fastidieux de taper ``decimal.Decimal('1234.5')``. Y a-t-il un "
"moyen de réduire la frappe quand on utilise l'interpréteur interactif ?"
#: ../Doc/library/decimal.rst:1976
msgid "A. Some users abbreviate the constructor to just a single letter:"
msgstr ""
"R. Certains utilisateurs abrègent le constructeur en une seule lettre :"
#: ../Doc/library/decimal.rst:1982
msgid ""