Skip to content

Traduction de library/decimal.po #1660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch '3.10' into lib-decimal
  • Loading branch information
Mathieu Dupuy committed May 27, 2022
commit a941cdb2540a02713ad38bcbb809a981f73ed2a1
40 changes: 19 additions & 21 deletions library/decimal.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
"PO-Revision-Date: 2021-06-02 14:51+0200\n"
"POT-Creation-Date: 2022-05-21 16:37+0200\n"
"PO-Revision-Date: 2018-10-07 18:55+0200\n"
"Last-Translator: \n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -898,53 +898,51 @@ msgid ""
msgstr ""

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:757
msgid "``\"-Infinity\"``, indicating that the operand is negative infinity."
msgstr "``\"-Infinity\"``, indiquant que l'opérande est l'infini négatif ;"

#: library/decimal.rst:758
msgid "``\"-Infinity\"``, indicating that the operand is negative infinity."
msgstr ""
msgstr "``\"-Infinity\"``, indiquant que l'opérande est l'infini négatif ;"

#: library/decimal.rst:759
msgid ""
"``\"-Normal\"``, indicating that the operand is a negative normal number."
msgstr ""

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:760
msgid "``\"-Zero\"``, indicating that the operand is a negative zero."
msgstr "``\"-Zero\"``, indiquant que l'opérande est un zéro négatif ;"
msgid ""
"``\"-Subnormal\"``, indicating that the operand is negative and subnormal."
msgstr ""

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:761
msgid "``\"+Zero\"``, indicating that the operand is a positive zero."
msgstr "``\"+Zero\"``, indiquant que l'opérande est un zéro positif ;"
msgid "``\"-Zero\"``, indicating that the operand is a negative zero."
msgstr "``\"-Zero\"``, indiquant que l'opérande est un zéro négatif ;"

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:762
msgid "``\"+Zero\"``, indicating that the operand is a positive zero."
msgstr ""
msgstr "``\"+Zero\"``, indiquant que l'opérande est un zéro positif ;"

#: library/decimal.rst:763
msgid ""
"``\"+Subnormal\"``, indicating that the operand is positive and subnormal."
msgstr ""

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:764
msgid "``\"+Infinity\"``, indicating that the operand is positive infinity."
msgstr "``\"+Infinity\"``, indiquant que l'opérande est l'infini positif ;"
msgid ""
"``\"+Normal\"``, indicating that the operand is a positive normal number."
msgstr ""

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:765
msgid "``\"+Infinity\"``, indicating that the operand is positive infinity."
msgstr ""
"``\"NaN\"``, indiquant que l'opérande est un NaN (*Not a Number*, pas un "
"nombre) silencieux ;"
msgstr "``\"+Infinity\"``, indiquant que l'opérande est l'infini positif ;"

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:766
msgid "``\"NaN\"``, indicating that the operand is a quiet NaN (Not a Number)."
msgstr ""
"``\"NaN\"``, indiquant que l'opérande est un NaN (*Not a Number*, pas un "
"nombre) silencieux ;"

#: library/decimal.rst:767
msgid "``\"sNaN\"``, indicating that the operand is a signaling NaN."
Expand Down Expand Up @@ -1572,12 +1570,12 @@ msgid "all three arguments must be integral"
msgstr ""

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:1372
#: library/decimal.rst:1373
msgid "``y`` must be nonnegative"
msgstr "``y`` ne doit pas être négatif ;"

# Élément d'une liste, d'où le ; final
#: library/decimal.rst:1373
#: library/decimal.rst:1374
msgid "at least one of ``x`` or ``y`` must be nonzero"
msgstr "au moins l'un de ``x`` ou ``y`` doit être différent de zéro ;"

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.