Skip to content

Commit 37f23d2

Browse files
author
stevostean
committed
Translation lzma.po (85%)
1 parent ba6e2c2 commit 37f23d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/lzma.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11-
"PO-Revision-Date: 2018-02-20 21:19+0100\n"
11+
"PO-Revision-Date: 2018-02-20 21:35+0100\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
@@ -388,6 +388,12 @@ msgid ""
388388
"meth:`flush`. The returned data should be concatenated with the output of "
389389
"any previous calls to :meth:`compress`."
390390
msgstr ""
391+
"Une *data* compressée (un objet :class:`bytes`), renvoie un objet :class:"
392+
"`bytes` contenant une donnée compressée pour au moins une partie de "
393+
"l'entrée. Certaine *data* peuvent être mise en tampon, pour être utiliser "
394+
"lors de prochains appels par :meth:`compress` et :meth:`flush`. La donnée "
395+
"renvoyée pourra être concaténée avec la sortie d'appels précédents vers la "
396+
"méthode :meth:`compress`."
391397

392398
#: ../Doc/library/lzma.rst:205
393399
msgid ""

0 commit comments

Comments
 (0)