Skip to content

Commit a09d2a1

Browse files
authored
Traduction de c-api/bytearray.po (#1624)
Automerge of PR #1624 by @Mindiell
1 parent 3bd9f9c commit a09d2a1

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

c-api/bytearray.po

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\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 2.2.1\n"
1617

1718
#: c-api/bytearray.rst:6
1819
msgid "Byte Array Objects"
@@ -37,22 +38,20 @@ msgid "Type check macros"
3738
msgstr "Macros de vérification de type"
3839

3940
#: c-api/bytearray.rst:27
40-
#, fuzzy
4141
msgid ""
4242
"Return true if the object *o* is a bytearray object or an instance of a "
4343
"subtype of the bytearray type. This function always succeeds."
4444
msgstr ""
4545
"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."
4747

4848
#: c-api/bytearray.rst:33
49-
#, fuzzy
5049
msgid ""
5150
"Return true if the object *o* is a bytearray object, but not an instance of "
5251
"a subtype of the bytearray type. This function always succeeds."
5352
msgstr ""
5453
"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."
5655

5756
#: c-api/bytearray.rst:38
5857
msgid "Direct API functions"
@@ -67,13 +66,12 @@ msgstr ""
6766
"implémente le :ref:`protocole buffer <bufferobjects>`."
6867

6968
#: c-api/bytearray.rst:50
70-
#, fuzzy
7169
msgid ""
7270
"Create a new bytearray object from *string* and its length, *len*. On "
7371
"failure, ``NULL`` is returned."
7472
msgstr ""
7573
"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é."
7775

7876
#: c-api/bytearray.rst:56
7977
msgid ""
@@ -83,21 +81,19 @@ msgstr ""
8381
"avec le résultat."
8482

8583
#: c-api/bytearray.rst:61
86-
#, fuzzy
8784
msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
8885
msgstr ""
8986
"Renvoie la taille de *bytearray* après vérification de la présence d'un "
90-
"pointeur *NULL*."
87+
"pointeur ``NULL``."
9188

9289
#: c-api/bytearray.rst:66
93-
#, fuzzy
9490
msgid ""
9591
"Return the contents of *bytearray* as a char array after checking for a "
9692
"``NULL`` pointer. The returned array always has an extra null byte appended."
9793
msgstr ""
9894
"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é."
10197

10298
#: c-api/bytearray.rst:73
10399
msgid "Resize the internal buffer of *bytearray* to *len*."

0 commit comments

Comments
 (0)