@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-04-10 09:35+0200\n "
9
- "PO-Revision-Date : 2019-02-19 22:22+0100 \n "
9
+ "PO-Revision-Date : 2019-04-11 21:33+0200 \n "
10
10
"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\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 2.0.2 \n "
16
+ "X-Generator : Poedit 2.2.1 \n "
17
17
18
18
#: ../Doc/reference/datamodel.rst:6
19
19
msgid "Data model"
@@ -807,7 +807,6 @@ msgid ":attr:`__doc__`"
807
807
msgstr ":attr:`__doc__`"
808
808
809
809
#: ../Doc/reference/datamodel.rst:475
810
- #, fuzzy
811
810
msgid ""
812
811
"The function's documentation string, or ``None`` if unavailable; not "
813
812
"inherited by subclasses."
@@ -828,7 +827,6 @@ msgid ":attr:`~definition.\\ __name__`"
828
827
msgstr ":attr:`~definition.\\ __name__`"
829
828
830
829
#: ../Doc/reference/datamodel.rst:480
831
- #, fuzzy
832
830
msgid "The function's name."
833
831
msgstr "Nom de la fonction"
834
832
@@ -837,7 +835,6 @@ msgid ":attr:`~definition.\\ __qualname__`"
837
835
msgstr ":attr:`~definition.\\ __qualname__`"
838
836
839
837
#: ../Doc/reference/datamodel.rst:483
840
- #, fuzzy
841
838
msgid "The function's :term:`qualified name`."
842
839
msgstr ":term:`qualified name` de la fonction"
843
840
@@ -858,7 +855,6 @@ msgid ":attr:`__defaults__`"
858
855
msgstr ":attr:`__defaults__`"
859
856
860
857
#: ../Doc/reference/datamodel.rst:492
861
- #, fuzzy
862
858
msgid ""
863
859
"A tuple containing default argument values for those arguments that have "
864
860
"defaults, or ``None`` if no arguments have a default value."
@@ -3242,27 +3238,22 @@ msgstr ""
3242
3238
"suivies sont :"
3243
3239
3244
3240
#: ../Doc/reference/datamodel.rst:1864
3245
- #, fuzzy
3246
3241
msgid "MRO entries are resolved;"
3247
3242
msgstr "Les entrées MRO sont résolues"
3248
3243
3249
3244
#: ../Doc/reference/datamodel.rst:1865
3250
- #, fuzzy
3251
3245
msgid "the appropriate metaclass is determined;"
3252
3246
msgstr "la méta-classe appropriée est déterminée ;"
3253
3247
3254
3248
#: ../Doc/reference/datamodel.rst:1866
3255
- #, fuzzy
3256
3249
msgid "the class namespace is prepared;"
3257
3250
msgstr "l'espace de nommage de la classe est préparé ;"
3258
3251
3259
3252
#: ../Doc/reference/datamodel.rst:1867
3260
- #, fuzzy
3261
3253
msgid "the class body is executed;"
3262
3254
msgstr "le corps de la classe est exécuté ;"
3263
3255
3264
3256
#: ../Doc/reference/datamodel.rst:1868
3265
- #, fuzzy
3266
3257
msgid "the class object is created."
3267
3258
msgstr "l'objet classe est crée."
3268
3259
@@ -3302,15 +3293,13 @@ msgstr ""
3302
3293
"manière suivante :"
3303
3294
3304
3295
#: ../Doc/reference/datamodel.rst:1892
3305
- #, fuzzy
3306
3296
msgid ""
3307
3297
"if no bases and no explicit metaclass are given, then :func:`type` is used;"
3308
3298
msgstr ""
3309
3299
"si aucune classe et aucune méta-classe n'est donnée, alors :func:`type` est "
3310
3300
"utilisée ;"
3311
3301
3312
3302
#: ../Doc/reference/datamodel.rst:1893
3313
- #, fuzzy
3314
3303
msgid ""
3315
3304
"if an explicit metaclass is given and it is *not* an instance of :func:"
3316
3305
"`type`, then it is used directly as the metaclass;"
@@ -3320,7 +3309,6 @@ msgstr ""
3320
3309
"classe ;"
3321
3310
3322
3311
#: ../Doc/reference/datamodel.rst:1895
3323
- #, fuzzy
3324
3312
msgid ""
3325
3313
"if an instance of :func:`type` is given as the explicit metaclass, or bases "
3326
3314
"are defined, then the most derived metaclass is used."
@@ -3484,7 +3472,6 @@ msgstr ""
3484
3472
"__set_name__` ;"
3485
3473
3486
3474
#: ../Doc/reference/datamodel.rst:1983
3487
- #, fuzzy
3488
3475
msgid ""
3489
3476
"second, all of these ``__set_name__`` methods are called with the class "
3490
3477
"being defined and the assigned name of that particular descriptor;"
@@ -3632,7 +3619,6 @@ msgid "Emulating generic types"
3632
3619
msgstr "Émulation de types génériques"
3633
3620
3634
3621
#: ../Doc/reference/datamodel.rst:2055
3635
- #, fuzzy
3636
3622
msgid ""
3637
3623
"One can implement the generic class syntax as specified by :pep:`484` (for "
3638
3624
"example ``List[int]``) by defining a special method:"
0 commit comments