Skip to content

Translate library/lzma.po #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Sep 27, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
translate library/zlib.po (30%)
  • Loading branch information
stevostean committed Jan 10, 2018
commit 05357fa47bb389a49bb7c06ba6b6fe299b8b29bd
14 changes: 13 additions & 1 deletion library/zlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
"PO-Revision-Date: 2018-01-09 21:46+0100\n"
"PO-Revision-Date: 2018-01-10 08:05+0100\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -95,6 +95,9 @@ msgid ""
"Always returns an unsigned value. To generate the same numeric value across "
"all Python versions and platforms, use ``adler32(data) & 0xffffffff``."
msgstr ""
"Renvoie systématiquement une valeur non-signée. Pour produire "
"systématiquement la même valeur à travers toutes les versions de Python et "
"différentes plateformes, utilisez ``adler32(data) & 0xffffffff``."

#: ../Doc/library/zlib.rst:52
msgid ""
Expand All @@ -107,6 +110,15 @@ msgid ""
"compression (currently equivalent to level 6). Raises the :exc:`error` "
"exception if any error occurs."
msgstr ""
"Il compresse les octets contenus dans *data*, renvoie un objets en octets "
"représentant les données compressées. Le *niveau*doit être un entier, "
"compris entre ``0`` et ``9`` ou ``-1`` pour ajuster le niveau de "
"compression ; ``1`` étant plus rapide et procède une compression légère, "
"``9`` est plus lente mais produit la plus forte. ``0`` n'effectue aucune "
"compression. La valeur par défaut est ``-1`` (Z_DEFAULT_COMPRESSION). "
"Z_DEFAULT_COMPRESSION offre une valeur par défaut proposant un équilibre "
"entre vitesse et taux de compression (actuellement équivalente à 6). Si une "
"erreur surgit, l'exception :exc:`error` est levée."

#: ../Doc/library/zlib.rst:60
msgid "*level* can now be used as a keyword parameter."
Expand Down