@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2020-10-01 16:00+0200\n "
9
- "PO-Revision-Date : 2018-10-07 18:55 +0200\n "
9
+ "PO-Revision-Date : 2021-06-02 14:51 +0200\n "
10
10
"Last-Translator : \n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 1.8.11 \n "
16
+ "X-Generator : Poedit 2.4.1 \n "
17
17
18
18
#: library/decimal.rst:2
19
19
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
@@ -708,24 +708,33 @@ msgid ""
708
708
"otherwise. Currently, a :class:`Decimal` instance is always canonical, so "
709
709
"this operation always returns :const:`True`."
710
710
msgstr ""
711
+ "Renvoie :const:`True` si l'argument est sous forme canonique et :const:"
712
+ "`False` sinon. Actuellement, une instance :class:`Decimal` est toujours "
713
+ "canonique, donc cette opération renvoie toujours :const:`True`."
711
714
712
715
#: library/decimal.rst:616
713
716
msgid ""
714
717
"Return :const:`True` if the argument is a finite number, and :const:`False` "
715
718
"if the argument is an infinity or a NaN."
716
719
msgstr ""
720
+ "Renvoie :const:`True` si l'argument est un nombre fini et :const:`False` si "
721
+ "l'argument est un infini ou :const:`NaN`."
717
722
718
723
#: library/decimal.rst:621
719
724
msgid ""
720
725
"Return :const:`True` if the argument is either positive or negative infinity "
721
726
"and :const:`False` otherwise."
722
727
msgstr ""
728
+ "Renvoie :const:`True` si l'argument est un infini positif ou négatif et :"
729
+ "const:`False` sinon."
723
730
724
731
#: library/decimal.rst:626
725
732
msgid ""
726
733
"Return :const:`True` if the argument is a (quiet or signaling) NaN and :"
727
734
"const:`False` otherwise."
728
735
msgstr ""
736
+ "Renvoie :const:`True` si l'argument est un :const:`NaN` (signalétique ou "
737
+ "silencieux) et :const:`False` sinon."
729
738
730
739
#: library/decimal.rst:631
731
740
msgid ""
@@ -738,18 +747,24 @@ msgid ""
738
747
"Return :const:`True` if the argument is a quiet NaN, and :const:`False` "
739
748
"otherwise."
740
749
msgstr ""
750
+ "Renvoie :const:`True` si l'argument est un NaN silencieux et :const:`False` "
751
+ "sinon."
741
752
742
753
#: library/decimal.rst:641
743
754
msgid ""
744
755
"Return :const:`True` if the argument has a negative sign and :const:`False` "
745
756
"otherwise. Note that zeros and NaNs can both carry signs."
746
757
msgstr ""
758
+ "Renvoie :const:`True` si l'argument est négatif et :const:`False` sinon. "
759
+ "Notez que les zéros et les NaNs peuvent être signés."
747
760
748
761
#: library/decimal.rst:646
749
762
msgid ""
750
763
"Return :const:`True` if the argument is a signaling NaN and :const:`False` "
751
764
"otherwise."
752
765
msgstr ""
766
+ "Renvoie :const:`True` si l'argument est un NaN signalétique et :const:"
767
+ "`False` sinon."
753
768
754
769
#: library/decimal.rst:651
755
770
msgid ""
@@ -762,18 +777,24 @@ msgid ""
762
777
"Return :const:`True` if the argument is a (positive or negative) zero and :"
763
778
"const:`False` otherwise."
764
779
msgstr ""
780
+ "Renvoie :const:`True` si l'argument est un zéro (positif ou négatif) et :"
781
+ "const:`False` sinon."
765
782
766
783
#: library/decimal.rst:661
767
784
msgid ""
768
785
"Return the natural (base e) logarithm of the operand. The result is "
769
786
"correctly rounded using the :const:`ROUND_HALF_EVEN` rounding mode."
770
787
msgstr ""
788
+ "Renvoie le logarithme naturel (base e) de l'opérande. Le résultat est "
789
+ "arrondi avec le mode :const:`ROUND_HALF_EVEN`."
771
790
772
791
#: library/decimal.rst:666
773
792
msgid ""
774
793
"Return the base ten logarithm of the operand. The result is correctly "
775
794
"rounded using the :const:`ROUND_HALF_EVEN` rounding mode."
776
795
msgstr ""
796
+ "Renvoie le logarithme en base 10 de l'opérande. Le résultat est arrondi avec "
797
+ "le mode :const:`ROUND_HALF_EVEN`."
777
798
778
799
#: library/decimal.rst:671
779
800
msgid ""
@@ -874,9 +895,10 @@ msgid ""
874
895
"is one of the following ten strings."
875
896
msgstr ""
876
897
898
+ # Élément d'une liste, d'où le ; final
877
899
#: library/decimal.rst:757
878
900
msgid "``\" -Infinity\" ``, indicating that the operand is negative infinity."
879
- msgstr ""
901
+ msgstr "`` \" -Infinity \" ``, indiquant que l'opérande est l'infini négatif; "
880
902
881
903
#: library/decimal.rst:758
882
904
msgid ""
@@ -888,13 +910,15 @@ msgid ""
888
910
"``\" -Subnormal\" ``, indicating that the operand is negative and subnormal."
889
911
msgstr ""
890
912
913
+ # Élément d'une liste, d'où le ; final
891
914
#: library/decimal.rst:760
892
915
msgid "``\" -Zero\" ``, indicating that the operand is a negative zero."
893
- msgstr ""
916
+ msgstr "`` \" -Zero \" ``, indiquant que l'opérande est un zéro négatif; "
894
917
918
+ # Élément d'une liste, d'où le ; final
895
919
#: library/decimal.rst:761
896
920
msgid "``\" +Zero\" ``, indicating that the operand is a positive zero."
897
- msgstr ""
921
+ msgstr "`` \" +Zero \" ``, indiquant que l'opérande est un zéro positif; "
898
922
899
923
#: library/decimal.rst:762
900
924
msgid ""
@@ -906,17 +930,23 @@ msgid ""
906
930
"``\" +Normal\" ``, indicating that the operand is a positive normal number."
907
931
msgstr ""
908
932
933
+ # Élément d'une liste, d'où le ; final
909
934
#: library/decimal.rst:764
910
935
msgid "``\" +Infinity\" ``, indicating that the operand is positive infinity."
911
- msgstr ""
936
+ msgstr "`` \" +Infinity \" ``, indiquant que l'opérande est l'infini positif; "
912
937
938
+ # Élément d'une liste, d'où le ; final
913
939
#: library/decimal.rst:765
914
940
msgid "``\" NaN\" ``, indicating that the operand is a quiet NaN (Not a Number)."
915
941
msgstr ""
942
+ "``\" NaN\" ``, indiquant que l'opérande est un NaN (*Not a Number*, pas un "
943
+ "nombre) silencieux;"
916
944
917
945
#: library/decimal.rst:766
918
946
msgid "``\" sNaN\" ``, indicating that the operand is a signaling NaN."
919
947
msgstr ""
948
+ "``\" sNaN\" ``, indiquant que l'opérande est un NaN (*Not a Number*, pas un "
949
+ "nombre) signalétique."
920
950
921
951
#: library/decimal.rst:770
922
952
msgid ""
@@ -1325,7 +1355,7 @@ msgstr "Renvoie la valeur absolue de *x*."
1325
1355
1326
1356
#: library/decimal.rst:1135
1327
1357
msgid "Return the sum of *x* and *y*."
1328
- msgstr ""
1358
+ msgstr "Renvoie la somme de *x* et *y*. "
1329
1359
1330
1360
#: library/decimal.rst:1140
1331
1361
msgid "Returns the same Decimal object *x*."
@@ -1354,31 +1384,31 @@ msgstr ""
1354
1384
1355
1385
#: library/decimal.rst:1170
1356
1386
msgid "Returns a copy of *x* with the sign inverted."
1357
- msgstr ""
1387
+ msgstr "Renvoie une copie de *x* mais de signe opposé. "
1358
1388
1359
1389
#: library/decimal.rst:1175
1360
1390
msgid "Copies the sign from *y* to *x*."
1361
- msgstr ""
1391
+ msgstr "Copie le signe de *y* vers *x*. "
1362
1392
1363
1393
#: library/decimal.rst:1180
1364
1394
msgid "Return *x* divided by *y*."
1365
- msgstr ""
1395
+ msgstr "Renvoie *x* divisé par *y*. "
1366
1396
1367
1397
#: library/decimal.rst:1185
1368
1398
msgid "Return *x* divided by *y*, truncated to an integer."
1369
- msgstr ""
1399
+ msgstr "Renvoie *x* divisé par *y*, tronqué comme entier. "
1370
1400
1371
1401
#: library/decimal.rst:1190
1372
1402
msgid "Divides two numbers and returns the integer part of the result."
1373
- msgstr ""
1403
+ msgstr "Renvoie la partie entière de la division entre deux nombres. "
1374
1404
1375
1405
#: library/decimal.rst:1195
1376
1406
msgid "Returns `e ** x`."
1377
- msgstr ""
1407
+ msgstr "Renvoie `e ** x`. "
1378
1408
1379
1409
#: library/decimal.rst:1200
1380
1410
msgid "Returns *x* multiplied by *y*, plus *z*."
1381
- msgstr ""
1411
+ msgstr "Renvoie *x* multiplié par *y*, plus *z*. "
1382
1412
1383
1413
#: library/decimal.rst:1205
1384
1414
msgid "Returns ``True`` if *x* is canonical; otherwise returns ``False``."
@@ -1390,11 +1420,13 @@ msgstr ""
1390
1420
1391
1421
#: library/decimal.rst:1215
1392
1422
msgid "Returns ``True`` if *x* is infinite; otherwise returns ``False``."
1393
- msgstr ""
1423
+ msgstr "Renvoie :const:`True` si *x* est infini et :const:`False` sinon. "
1394
1424
1395
1425
#: library/decimal.rst:1220
1396
1426
msgid "Returns ``True`` if *x* is a qNaN or sNaN; otherwise returns ``False``."
1397
1427
msgstr ""
1428
+ "Renvoie :const:`True` si *x* est un NaN (silencieux ou signalétique) et :"
1429
+ "const:`False` sinon."
1398
1430
1399
1431
#: library/decimal.rst:1225
1400
1432
msgid ""
@@ -1404,31 +1436,33 @@ msgstr ""
1404
1436
#: library/decimal.rst:1230
1405
1437
msgid "Returns ``True`` if *x* is a quiet NaN; otherwise returns ``False``."
1406
1438
msgstr ""
1439
+ "Renvoie :const:`True` si *x* est un NaN silencieux et :const:`False` sinon."
1407
1440
1408
1441
#: library/decimal.rst:1235
1409
1442
msgid "Returns ``True`` if *x* is negative; otherwise returns ``False``."
1410
- msgstr ""
1443
+ msgstr "Renvoie :const:`True` si *x* est négatif et :const:`False` sinon. "
1411
1444
1412
1445
#: library/decimal.rst:1240
1413
1446
msgid ""
1414
1447
"Returns ``True`` if *x* is a signaling NaN; otherwise returns ``False``."
1415
1448
msgstr ""
1449
+ "Renvoie :const:`True` si *x* est un NaN signalétique et :const:`False` sinon."
1416
1450
1417
1451
#: library/decimal.rst:1245
1418
1452
msgid "Returns ``True`` if *x* is subnormal; otherwise returns ``False``."
1419
1453
msgstr ""
1420
1454
1421
1455
#: library/decimal.rst:1250
1422
1456
msgid "Returns ``True`` if *x* is a zero; otherwise returns ``False``."
1423
- msgstr ""
1457
+ msgstr "Renvoie :const:`True` si *x* est un zéro et :const:`False` sinon. "
1424
1458
1425
1459
#: library/decimal.rst:1255
1426
1460
msgid "Returns the natural (base e) logarithm of *x*."
1427
- msgstr ""
1461
+ msgstr "Renvoie le logarithme naturel (en base e) de *x*. "
1428
1462
1429
1463
#: library/decimal.rst:1260
1430
1464
msgid "Returns the base 10 logarithm of *x*."
1431
- msgstr ""
1465
+ msgstr "Renvoie le logarithme en base 10 de *x*. "
1432
1466
1433
1467
#: library/decimal.rst:1265
1434
1468
msgid "Returns the exponent of the magnitude of the operand's MSD."
@@ -1452,7 +1486,7 @@ msgstr ""
1452
1486
1453
1487
#: library/decimal.rst:1290
1454
1488
msgid "Compares two values numerically and returns the maximum."
1455
- msgstr ""
1489
+ msgstr "Renvoie le maximum entre les deux valeurs numériques. "
1456
1490
1457
1491
#: library/decimal.rst:1305
1458
1492
msgid "Compares the values numerically with their sign ignored."
@@ -1468,7 +1502,7 @@ msgstr ""
1468
1502
1469
1503
#: library/decimal.rst:1315
1470
1504
msgid "Return the product of *x* and *y*."
1471
- msgstr ""
1505
+ msgstr "Renvoie la multiplication de *x* avec *y*. "
1472
1506
1473
1507
#: library/decimal.rst:1320
1474
1508
msgid "Returns the largest representable number smaller than *x*."
@@ -1484,7 +1518,7 @@ msgstr ""
1484
1518
1485
1519
#: library/decimal.rst:1335
1486
1520
msgid "Reduces *x* to its simplest form."
1487
- msgstr ""
1521
+ msgstr "Réduit *x* à sa forme la plus simple. "
1488
1522
1489
1523
#: library/decimal.rst:1340
1490
1524
msgid "Returns an indication of the class of *x*."
@@ -1533,13 +1567,15 @@ msgstr ""
1533
1567
msgid "all three arguments must be integral"
1534
1568
msgstr ""
1535
1569
1570
+ # Élément d'une liste, d'où le ; final
1536
1571
#: library/decimal.rst:1372
1537
1572
msgid "``y`` must be nonnegative"
1538
- msgstr ""
1573
+ msgstr "``y`` ne doit pas être négatif; "
1539
1574
1575
+ # Élément d'une liste, d'où le ; final
1540
1576
#: library/decimal.rst:1373
1541
1577
msgid "at least one of ``x`` or ``y`` must be nonzero"
1542
- msgstr ""
1578
+ msgstr "au moins l'un de ``x`` ou ``y`` doit être différent de zéro; "
1543
1579
1544
1580
#: library/decimal.rst:1374
1545
1581
msgid "``modulo`` must be nonzero and have at most 'precision' digits"
@@ -1560,11 +1596,11 @@ msgstr ""
1560
1596
1561
1597
#: library/decimal.rst:1391
1562
1598
msgid "Just returns 10, as this is Decimal, :)"
1563
- msgstr ""
1599
+ msgstr "Renvoie 10 car c'est Decimal, :) "
1564
1600
1565
1601
#: library/decimal.rst:1396
1566
1602
msgid "Returns the remainder from integer division."
1567
- msgstr ""
1603
+ msgstr "Donne le reste de la division entière. "
1568
1604
1569
1605
#: library/decimal.rst:1398
1570
1606
msgid ""
@@ -1584,7 +1620,7 @@ msgstr ""
1584
1620
1585
1621
#: library/decimal.rst:1415
1586
1622
msgid "Returns ``True`` if the two operands have the same exponent."
1587
- msgstr ""
1623
+ msgstr "Renvoie :const:`True` si les deux opérandes ont le même exposant. "
1588
1624
1589
1625
#: library/decimal.rst:1420
1590
1626
msgid "Returns the first operand after adding the second value its exp."
@@ -1619,6 +1655,9 @@ msgid ""
1619
1655
"The constants in this section are only relevant for the C module. They are "
1620
1656
"also included in the pure Python version for compatibility."
1621
1657
msgstr ""
1658
+ "Les constantes de cette section ne sont pertinentes que pour le module C. "
1659
+ "Elles sont aussi incluses pour le compatibilité dans la version en Python "
1660
+ "pur."
1622
1661
1623
1662
#: library/decimal.rst:1467
1624
1663
msgid "32-bit"
@@ -1656,6 +1695,8 @@ msgstr ":const:`-1999999999999999997`"
1656
1695
msgid ""
1657
1696
"The value is ``True``. Deprecated, because Python now always has threads."
1658
1697
msgstr ""
1698
+ "La valeur est :const:`True`. Déprécié, parce que maintenant Python possède "
1699
+ "toujours des fils d'exécution."
1659
1700
1660
1701
#: library/decimal.rst:1487
1661
1702
msgid ""
@@ -1671,7 +1712,7 @@ msgstr ""
1671
1712
1672
1713
#: library/decimal.rst:1495
1673
1714
msgid "Rounding modes"
1674
- msgstr ""
1715
+ msgstr "Modes d'arrondi "
1675
1716
1676
1717
#: library/decimal.rst:1499
1677
1718
msgid "Round towards :const:`Infinity`."
@@ -1709,7 +1750,7 @@ msgstr ""
1709
1750
1710
1751
#: library/decimal.rst:1534
1711
1752
msgid "Signals"
1712
- msgstr ""
1753
+ msgstr "Signaux "
1713
1754
1714
1755
#: library/decimal.rst:1536
1715
1756
msgid ""
@@ -1783,7 +1824,7 @@ msgstr ""
1783
1824
1784
1825
#: library/decimal.rst:1602
1785
1826
msgid "Numerical overflow."
1786
- msgstr ""
1827
+ msgstr "Débordement numérique. "
1787
1828
1788
1829
#: library/decimal.rst:1604
1789
1830
msgid ""
@@ -2041,6 +2082,8 @@ msgid ""
2041
2082
"Q. Once I have valid two place inputs, how do I maintain that invariant "
2042
2083
"throughout an application?"
2043
2084
msgstr ""
2085
+ "Q. Une fois que mes entrées sont à deux décimales valides, comment maintenir "
2086
+ "cet invariant dans l'application ?"
2044
2087
2045
2088
#: library/decimal.rst:2019
2046
2089
msgid ""
@@ -2049,12 +2092,19 @@ msgid ""
2049
2092
"division and non-integer multiplication, will change the number of decimal "
2050
2093
"places and need to be followed-up with a :meth:`quantize` step:"
2051
2094
msgstr ""
2095
+ "R. Certaines opérations comme l'addition, la soustraction et la "
2096
+ "multiplication par un entier préservent automatiquement la virgule fixe. "
2097
+ "D'autres opérations, comme la division et la multiplication par des non-"
2098
+ "entiers, changent le nombre de décimales et doivent être suivies d'une "
2099
+ "étape :meth:`quantize` :"
2052
2100
2053
2101
#: library/decimal.rst:2037
2054
2102
msgid ""
2055
2103
"In developing fixed-point applications, it is convenient to define functions "
2056
2104
"to handle the :meth:`quantize` step:"
2057
2105
msgstr ""
2106
+ "Lors du développement d'applications en virgule fixe, il est pratique de "
2107
+ "définir des fonctions pour gérer cette étape de quantification :"
2058
2108
2059
2109
#: library/decimal.rst:2050
2060
2110
msgid ""
0 commit comments