1 fuzzy + 1 non traduite dans library/stdtypes.po (#1313)

This commit is contained in:
Mathieu Dupuy 2020-05-28 19:59:46 +00:00 committed by GitHub
parent b9f6d4d011
commit becb17c658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n" "Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-23 11:38+0200\n" "POT-Creation-Date: 2020-05-23 11:38+0200\n"
"PO-Revision-Date: 2019-12-11 11:18+0100\n" "PO-Revision-Date: 2020-05-28 19:10+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" "Last-Translator: Mathieu Dupuy <deronnax@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n" "X-Generator: Poedit 2.3.1\n"
#: ../Doc/library/stdtypes.rst:8 #: ../Doc/library/stdtypes.rst:8
msgid "Built-in Types" msgid "Built-in Types"
@ -432,7 +432,6 @@ msgstr ""
"nombre complexe avec une partie réelle et une partie imaginaire." "nombre complexe avec une partie réelle et une partie imaginaire."
#: ../Doc/library/stdtypes.rst:261 #: ../Doc/library/stdtypes.rst:261
#, fuzzy
msgid "" msgid ""
"Python fully supports mixed arithmetic: when a binary arithmetic operator " "Python fully supports mixed arithmetic: when a binary arithmetic operator "
"has operands of different numeric types, the operand with the \"narrower\" " "has operands of different numeric types, the operand with the \"narrower\" "
@ -441,20 +440,21 @@ msgid ""
"of different types behaves as though the exact values of those numbers were " "of different types behaves as though the exact values of those numbers were "
"being compared. [2]_" "being compared. [2]_"
msgstr "" msgstr ""
"Python gère pleinement l'arithmétique mixte : quand un opérateur " "Python gère pleinement l'arithmétique de types numériques mixtes : lorsqu'un "
"arithmétique binaire a des opérandes de types numériques différents, " "opérateur arithmétique binaire possède des opérandes de types numériques "
"l'opérande avec le type \"le plus étroit\" est élargie au type de l'autre, " "différents, l'opérande de type le plus « étroit » est élargi à celui de "
"où l'entier est plus étroit que la virgule flottante, qui est plus étroite " "l'autre. Dans ce système, l'entier est plus « étroit » que la virgule "
"que les complexes. Les comparaisons entre des nombres de type mixte " "flottante, qui est plus « étroite » que le complexe. Une comparaison entre "
"utilisent la même règle. [2]_ Les constructeurs :func:`int`, :func:`float` " "des nombres de types différents se comporte comme si les valeurs exactes de "
"et :func:`complex` peuvent être utilisé pour produire des nombres d'un type " "ces nombres étaient comparées. [2]_"
"spécifique."
#: ../Doc/library/stdtypes.rst:267 #: ../Doc/library/stdtypes.rst:267
msgid "" msgid ""
"The constructors :func:`int`, :func:`float`, and :func:`complex` can be used " "The constructors :func:`int`, :func:`float`, and :func:`complex` can be used "
"to produce numbers of a specific type." "to produce numbers of a specific type."
msgstr "" msgstr ""
"Les constructeurs :func:`int`, :func:`float`, et :func:`complex` peuvent "
"être utilisés pour produire des nombres d'un type numérique spécifique."
#: ../Doc/library/stdtypes.rst:270 #: ../Doc/library/stdtypes.rst:270
msgid "" msgid ""