1
0
Fork 0

traduction library/binascii (#1277)

* traduction libraty/binascii

* correction double espace

* Apply suggestions from code review

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>

* powrap

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
This commit is contained in:
Zepmanbc 2020-05-13 13:00:47 +02:00 committed by GitHub
parent 021476f9d1
commit 4a089de83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-02-25 22:48+0100\n"
"Last-Translator: Florent Bartoli <fbartoli@monaco.edu>\n"
"PO-Revision-Date: 2020-05-10 13:40+0200\n"
"Last-Translator: ZepmanBC <zepman@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n"
"X-Generator: Poedit 2.0.6\n"
#: ../Doc/library/binascii.rst:2
msgid ":mod:`binascii` --- Convert between binary and ASCII"
@ -248,10 +248,15 @@ msgid ""
"Separator placement is counted from the right end of the output by default, "
"if you wish to count from the left, supply a negative *bytes_per_sep* value."
msgstr ""
"Si *sep* est spécifié, il doit s'agir d'une chaîne de caractères ou d'un "
"objet *byte*. Il sera inséré dans la sortie tous les *bytes_per_sep* octets. "
"Par défaut, l'emplacement du séparateur est compté à partir de l'extrémité "
"droite de la sortie. Si vous souhaitez compter à partir de la gauche, "
"indiquez une valeur *bytes_per_sep* négative."
#: ../Doc/library/binascii.rst:173
msgid "The *sep* and *bytes_per_sep* parameters were added."
msgstr ""
msgstr "ajout des paramètres *sep* et *bytes_per_sep*."
#: ../Doc/library/binascii.rst:179
msgid ""