@@ -5,15 +5,15 @@ msgid ""
5
5
msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2018-12-12 22:58 +0100\n "
9
- "PO-Revision-Date : 2018-09-29 14:47+0200 \n "
10
- "
Last-Translator :
Julien Palard <[email protected] >\n"
8
+ "POT-Creation-Date : 2018-11-29 16:06 +0100\n "
9
+ "PO-Revision-Date : 2018-12-14 15:07+0100 \n "
10
+ "
Last-Translator :
Jules Lasne <[email protected] >\n"
11
11
"
Language-Team :
FRENCH <[email protected] >\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 2.0. 2\n "
16
+ "X-Generator : Poedit 2.2\n "
17
17
18
18
#: ../Doc/glossary.rst:5
19
19
msgid "Glossary"
@@ -226,7 +226,6 @@ msgstr ""
226
226
"de valeurs utilisables dans une boucle :keyword:`async for`."
227
227
228
228
#: ../Doc/glossary.rst:98
229
- #, fuzzy
230
229
msgid ""
231
230
"Usually refers to an asynchronous generator function, but may refer to an "
232
231
"*asynchronous generator iterator* in some contexts. In cases where the "
@@ -254,7 +253,6 @@ msgid "An object created by a :term:`asynchronous generator` function."
254
253
msgstr "Objet créé par une fonction :term:`asynchronous generator`."
255
254
256
255
#: ../Doc/glossary.rst:109
257
- #, fuzzy
258
256
msgid ""
259
257
"This is an :term:`asynchronous iterator` which when called using the :meth:"
260
258
"`__anext__` method returns an awaitable object which will execute that the "
@@ -383,7 +381,7 @@ msgstr ""
383
381
384
382
#: ../Doc/glossary.rst:156
385
383
msgid "bytes-like object"
386
- msgstr "Objet bytes-compatible"
384
+ msgstr "objet bytes-compatible"
387
385
388
386
#: ../Doc/glossary.rst:158
389
387
msgid ""
@@ -481,7 +479,6 @@ msgid "coercion"
481
479
msgstr "coercition"
482
480
483
481
#: ../Doc/glossary.rst:198
484
- #, fuzzy
485
482
msgid ""
486
483
"The implicit conversion of an instance of one type to another during an "
487
484
"operation which involves two arguments of the same type. For example, "
@@ -496,11 +493,12 @@ msgstr ""
496
493
"opération dont les deux opérandes doivent être de même type. Par exemple "
497
494
"``int(3.15)`` convertit explicitement le nombre à virgule flottante en "
498
495
"nombre entier ``3``. Mais dans l'opération ``3 + 4.5``, les deux opérandes "
499
- "sont d'un type différent, alors qu'elles doivent avoir le même type pour "
500
- "être additionnées (sinon une exception ``TypeError`` serait levée). Sans "
501
- "coercition, toutes les opérandes, même de types compatibles, devraient être "
502
- "converties (on parle aussi de *cast*) explicitement par le développeur, par "
503
- "exemple : ``float(3) + 4.5`` au lieu du simple ``3 + 4.5``."
496
+ "sont d'un type différent (Un entier et un nombre à virgule flottante), alors "
497
+ "qu'elles doivent avoir le même type pour être additionnées (sinon une "
498
+ "exception :exc:`TypeError` serait levée). Sans coercition, toutes les "
499
+ "opérandes, même de types compatibles, devraient être converties (on parle "
500
+ "aussi de *cast*) explicitement par le développeur, par exemple : ``float(3) "
501
+ "+ 4.5`` au lieu du simple ``3 + 4.5``."
504
502
505
503
#: ../Doc/glossary.rst:206
506
504
msgid "complex number"
@@ -943,19 +941,18 @@ msgstr "annotation de fonction"
943
941
944
942
#: ../Doc/glossary.rst:389
945
943
msgid "An :term:`annotation` of a function parameter or return value."
946
- msgstr ":term:`annotation` d'un paramètre de fonction ou valeur de retour"
944
+ msgstr ":term:`annotation` d'un paramètre de fonction ou valeur de retour. "
947
945
948
946
#: ../Doc/glossary.rst:391
949
- #, fuzzy
950
947
msgid ""
951
948
"Function annotations are usually used for :term:`type hints <type hint>`: "
952
949
"for example, this function is expected to take two :class:`int` arguments "
953
950
"and is also expected to have an :class:`int` return value::"
954
951
msgstr ""
955
952
"Les annotations de fonctions sont généralement utilisées pour des :term:"
956
- "`indications de types <type hint>` : par exemple, cette fonction devrait "
953
+ "`indications de types <type hint>` : par exemple, cette fonction devrait "
957
954
"prendre deux arguments :class:`int` et devrait également avoir une valeur de "
958
- "retour de type :class:`int` ::"
955
+ "retour de type :class:`int` ::"
959
956
960
957
#: ../Doc/glossary.rst:399
961
958
msgid "Function annotation syntax is explained in section :ref:`function`."
@@ -1590,7 +1587,7 @@ msgstr ""
1590
1587
1591
1588
#: ../Doc/glossary.rst:661
1592
1589
msgid "mapping"
1593
- msgstr "Tableau de correspondances"
1590
+ msgstr "tableau de correspondances"
1594
1591
1595
1592
#: ../Doc/glossary.rst:663
1596
1593
msgid ""
0 commit comments