@@ -6,13 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-01-27 19:26+0100\n "
9
- "PO-Revision-Date : 2018-10-04 12:21 +0200\n "
10
- "Last-Translator : Julien Palard <julien@palard.fr >\n "
9
+ "PO-Revision-Date : 2021-05-05 14:32 +0200\n "
10
+ "Last-Translator : Mindiell <mindiell@mindiell.net >\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.2.1\n "
16
17
17
18
#: c-api/bytearray.rst:6
18
19
msgid "Byte Array Objects"
@@ -37,22 +38,20 @@ msgid "Type check macros"
37
38
msgstr "Macros de vérification de type"
38
39
39
40
#: c-api/bytearray.rst:27
40
- #, fuzzy
41
41
msgid ""
42
42
"Return true if the object *o* is a bytearray object or an instance of a "
43
43
"subtype of the bytearray type. This function always succeeds."
44
44
msgstr ""
45
45
"Renvoie vrai si l'objet *o* est un ``bytearray`` ou une instance d'un sous-"
46
- "type du type ``bytearray``."
46
+ "type du type ``bytearray``. Cette méthode réussit toujours. "
47
47
48
48
#: c-api/bytearray.rst:33
49
- #, fuzzy
50
49
msgid ""
51
50
"Return true if the object *o* is a bytearray object, but not an instance of "
52
51
"a subtype of the bytearray type. This function always succeeds."
53
52
msgstr ""
54
53
"Renvoie vrai si l'objet *o* est un ``bytearray``, mais pas une instance d'un "
55
- "sous-type du type ``bytearray``."
54
+ "sous-type du type ``bytearray``. Cette méthode réussit toujours. "
56
55
57
56
#: c-api/bytearray.rst:38
58
57
msgid "Direct API functions"
@@ -67,13 +66,12 @@ msgstr ""
67
66
"implémente le :ref:`protocole buffer <bufferobjects>`."
68
67
69
68
#: c-api/bytearray.rst:50
70
- #, fuzzy
71
69
msgid ""
72
70
"Create a new bytearray object from *string* and its length, *len*. On "
73
71
"failure, ``NULL`` is returned."
74
72
msgstr ""
75
73
"Crée un nouvel objet ``bytearray`` à partir d'un objet *string* et de sa "
76
- "longueur, *len*. En cas d'échec, * NULL* est renvoyé."
74
+ "longueur, *len*. En cas d'échec, `` NULL`` est renvoyé."
77
75
78
76
#: c-api/bytearray.rst:56
79
77
msgid ""
@@ -83,21 +81,19 @@ msgstr ""
83
81
"avec le résultat."
84
82
85
83
#: c-api/bytearray.rst:61
86
- #, fuzzy
87
84
msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
88
85
msgstr ""
89
86
"Renvoie la taille de *bytearray* après vérification de la présence d'un "
90
- "pointeur * NULL* ."
87
+ "pointeur `` NULL`` ."
91
88
92
89
#: c-api/bytearray.rst:66
93
- #, fuzzy
94
90
msgid ""
95
91
"Return the contents of *bytearray* as a char array after checking for a "
96
92
"``NULL`` pointer. The returned array always has an extra null byte appended."
97
93
msgstr ""
98
94
"Renvoie le contenu de *bytearray* sous forme d'un tableau de caractères, en "
99
- "vérifiant que ce n'est pas un pointeur * NULL* . Le tableau renvoyé se termine "
100
- "toujours par un octet *null*."
95
+ "vérifiant que ce n'est pas un pointeur `` NULL`` . Le tableau renvoyé a "
96
+ "toujours un caractère *null* rajouté ."
101
97
102
98
#: c-api/bytearray.rst:73
103
99
msgid "Resize the internal buffer of *bytearray* to *len*."
0 commit comments