Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69b0ed6

Browse files
authored
Traduction de library/fractions.po (#1570)
1 parent e7feadb commit 69b0ed6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

library/fractions.po

+11-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
9-
"PO-Revision-Date: 2018-09-28 11:32+0200\n"
10-
"Last-Translator: \n"
11-
"Language-Team: FRENCH <[email protected]>\n"
9+
"PO-Revision-Date: 2021-03-22 14:55+0100\n"
10+
"Last-Translator: Loc Cosnier <[email protected]>\n"
11+
"Language-Team: French <[email protected]>\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 1.6.10\n"
16+
"X-Generator: Gtranslator 3.38.0\n"
17+
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
1718

1819
#: library/fractions.rst:2
1920
msgid ":mod:`fractions` --- Rational numbers"
@@ -115,6 +116,10 @@ msgid ""
115116
"*denominator*. :func:`math.gcd` always return a :class:`int` type. "
116117
"Previously, the GCD type depended on *numerator* and *denominator*."
117118
msgstr ""
119+
"La fonction :func:`math.gcd` est maintenant utilisée pour normaliser le "
120+
"*numerator* et le *denominator*. :func:`math.gcd` renvoie toujours un type :"
121+
"class:`int`. Auparavant, le type du PGCD dépendait du *numerator* et du "
122+
"*denominator*."
118123

119124
#: library/fractions.rst:94
120125
msgid "Numerator of the Fraction in lowest term."
@@ -129,6 +134,8 @@ msgid ""
129134
"Return a tuple of two integers, whose ratio is equal to the Fraction and "
130135
"with a positive denominator."
131136
msgstr ""
137+
"Renvoie un *n*-uplet de deux entiers, dont le quotient est égal à la "
138+
"fraction et dont le dénominateur est positif."
132139

133140
#: library/fractions.rst:110
134141
msgid ""

0 commit comments

Comments
 (0)