@@ -473,6 +473,7 @@ msgid ""
473473":const:`CHECK_UNKNOWN` until enough of the input has been decoded to "
474474"determine what integrity check it uses."
475475msgstr ""
476+ "输入流使用的一致性检查的 ID。 这可能为 :const:`CHECK_UNKNOWN` 直到已解压了足够的输入数据来确定它所使用的一致性检查。"
476477
477478#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:275
478479msgid "``True`` if the end-of-stream marker has been reached."
@@ -484,7 +485,7 @@ msgstr "压缩数据流的末尾还有数据。"
484485
485486#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:281
486487msgid "Before the end of the stream is reached, this will be ``b\"\" ``."
487- msgstr ""
488+ msgstr "在达到数据流末尾之前,这个值将为 ``b \"\" ``。 "
488489
489490#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:285
490491msgid ""
@@ -496,32 +497,35 @@ msgstr "如果在要求新的未解压缩输入之前 :meth:`.decompress` 方法
496497msgid ""
497498"Compress *data* (a :class:`bytes` object), returning the compressed data as "
498499"a :class:`bytes` object."
499- msgstr ""
500+ msgstr "压缩 *data* (一个 :class:`bytes` 对象),返回包含压缩数据的 :class:`bytes` 对象。 "
500501
501502#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:295
502503msgid ""
503504"See :class:`LZMACompressor` above for a description of the *format*, "
504505"*check*, *preset* and *filters* arguments."
505506msgstr ""
507+ "参见上文的 :class:`LZMACompressor` 了解有关 *format*, *check*, *preset* 和 *filters* "
508+ "参数的说明。"
506509
507510#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:301
508511msgid ""
509512"Decompress *data* (a :class:`bytes` object), returning the uncompressed data"
510513" as a :class:`bytes` object."
511- msgstr ""
514+ msgstr "解压缩 *data* (一个 :class:`bytes` 对象),返回包含解压缩数据的 :class:`bytes` 对象。 "
512515
513516#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:304
514517msgid ""
515518"If *data* is the concatenation of multiple distinct compressed streams, "
516519"decompress all of these streams, and return the concatenation of the "
517520"results."
518- msgstr ""
521+ msgstr "如果 *data* 是多个单独压缩数据流的拼接,则解压缩所有相应数据流,并返回结果的拼接。 "
519522
520523#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:307
521524msgid ""
522525"See :class:`LZMADecompressor` above for a description of the *format*, "
523526"*memlimit* and *filters* arguments."
524527msgstr ""
528+ "参见上文的 :class:`LZMADecompressor` 了解有关 *format*, *memlimit* 和 *filters* 参数的说明。"
525529
526530#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:312
527531msgid "Miscellaneous"
@@ -530,7 +534,7 @@ msgstr "杂项"
530534#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:316
531535msgid ""
532536"Return ``True`` if the given integrity check is supported on this system."
533- msgstr ""
537+ msgstr "如果本系统支持给定的一致性检查则返回 ``True``。 "
534538
535539#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:318
536540msgid ""
@@ -539,10 +543,12 @@ msgid ""
539543" using a version of :program:`liblzma` that was compiled with a limited "
540544"feature set."
541545msgstr ""
546+ ":const:`CHECK_NONE` 和 :const:`CHECK_CRC32` 总是受支持。 :const:`CHECK_CRC64` 和 "
547+ ":const:`CHECK_SHA256` 或许不可用,如果你正在使用基于受限制特性集编译的 :program:`liblzma` 版本的话。"
542548
543549#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:327
544550msgid "Specifying custom filter chains"
545- msgstr ""
551+ msgstr "指定自定义的过滤器链 "
546552
547553#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:329
548554msgid ""
@@ -551,20 +557,23 @@ msgid ""
551557"must contain the key ``\" id\" ``, and may contain additional keys to specify "
552558"filter-dependent options. Valid filter IDs are as follows:"
553559msgstr ""
560+ "过滤器链描述符是由字典组成的序列,其中每个字典包含单个过滤器的 ID 和选项。 每个字典必须包含键 "
561+ "``\" id\" ``,并可能包含额外的键用来指定基于过滤器的选项。 有效的过滤器 ID 如下:"
554562
555563#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:336
556564msgid "Compression filters:"
557- msgstr ""
565+ msgstr "压缩过滤器: "
558566
559567#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:335
560568msgid ":const:`FILTER_LZMA1` (for use with :const:`FORMAT_ALONE`)"
561- msgstr ""
569+ msgstr ":const:`FILTER_LZMA1` (配合 :const:`FORMAT_ALONE` 使用) "
562570
563571#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:336
564572msgid ""
565573":const:`FILTER_LZMA2` (for use with :const:`FORMAT_XZ` and "
566574":const:`FORMAT_RAW`)"
567575msgstr ""
576+ ":const:`FILTER_LZMA2` (配合 :const:`FORMAT_XZ` 和 :const:`FORMAT_RAW` 使用)"
568577
569578#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:339
570579msgid "Delta filter:"
0 commit comments