Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a089de

Browse files
Zepmanbcawecx
andauthored
traduction library/binascii (#1277)
* traduction libraty/binascii * correction double espace * Apply suggestions from code review Co-authored-by: Antoine <[email protected]> * powrap Co-authored-by: Antoine <[email protected]>
1 parent 021476f commit 4a089de

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

library/binascii.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2019-02-25 22:48+0100\n"
10-
"Last-Translator: Florent Bartoli <[email protected]>\n"
9+
"PO-Revision-Date: 2020-05-10 13:40+0200\n"
10+
"Last-Translator: ZepmanBC <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\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"
16+
"X-Generator: Poedit 2.0.6\n"
1717

1818
#: ../Doc/library/binascii.rst:2
1919
msgid ":mod:`binascii` --- Convert between binary and ASCII"
@@ -248,10 +248,15 @@ msgid ""
248248
"Separator placement is counted from the right end of the output by default, "
249249
"if you wish to count from the left, supply a negative *bytes_per_sep* value."
250250
msgstr ""
251+
"Si *sep* est spécifié, il doit s'agir d'une chaîne de caractères ou d'un "
252+
"objet *byte*. Il sera inséré dans la sortie tous les *bytes_per_sep* octets. "
253+
"Par défaut, l'emplacement du séparateur est compté à partir de l'extrémité "
254+
"droite de la sortie. Si vous souhaitez compter à partir de la gauche, "
255+
"indiquez une valeur *bytes_per_sep* négative."
251256

252257
#: ../Doc/library/binascii.rst:173
253258
msgid "The *sep* and *bytes_per_sep* parameters were added."
254-
msgstr ""
259+
msgstr "ajout des paramètres *sep* et *bytes_per_sep*."
255260

256261
#: ../Doc/library/binascii.rst:179
257262
msgid ""

0 commit comments

Comments
 (0)