@@ -617,60 +617,63 @@ msgid ""
617617" filter in the chain must be a compression filter, and any other filters "
618618"must be delta or BCJ filters."
619619msgstr ""
620+ "一个过滤器链最多可由 4 个过滤器组成,并且不能为空。 过滤器链中的最后一个过滤器必须为压缩过滤器,其他过滤器必须为 Delta 或 BCJ 过滤器。"
620621
621622#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:353
622623msgid ""
623624"Compression filters support the following options (specified as additional "
624625"entries in the dictionary representing the filter):"
625- msgstr ""
626+ msgstr "压缩过滤器支持下列选项(指定为表示过滤器的字典中的附加条目): "
626627
627628#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:356
628629msgid ""
629630"``preset``: A compression preset to use as a source of default values for "
630631"options that are not specified explicitly."
631- msgstr ""
632+ msgstr "``preset``: 压缩预设选项,用于作为未显式指定的选项的默认值的来源。 "
632633
633634#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:358
634635msgid ""
635636"``dict_size``: Dictionary size in bytes. This should be between 4 KiB and "
636637"1.5 GiB (inclusive)."
637- msgstr ""
638+ msgstr "``dict_size``: 以字节表示的字典大小。 这应当在 4 KiB 和 1.5 GiB 之间(包含边界)。 "
638639
639640#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:360
640641msgid "``lc``: Number of literal context bits."
641- msgstr ""
642+ msgstr "``lc``: 字面值上下文的位数。 "
642643
643644#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:361
644645msgid ""
645646"``lp``: Number of literal position bits. The sum ``lc + lp`` must be at most"
646647" 4."
647- msgstr ""
648+ msgstr "``lp``: 字面值位置的比特数。 总计值 ``lc + lp`` 必须不大于 4。 "
648649
649650#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:363
650651msgid "``pb``: Number of position bits; must be at most 4."
651- msgstr ""
652+ msgstr "``pb``: 位置的比特数;必须不大于 4。 "
652653
653654#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:364
654655msgid "``mode``: :const:`MODE_FAST` or :const:`MODE_NORMAL`."
655- msgstr ""
656+ msgstr "``mode``: :const:`MODE_FAST` 或 :const:`MODE_NORMAL`。 "
656657
657658#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:365
658659msgid ""
659660"``nice_len``: What should be considered a \" nice length\" for a match. This "
660661"should be 273 or less."
661- msgstr ""
662+ msgstr "``nice_len``: 对于一个匹配应当被视为“适宜长度”的值。 这应当小于或等于 273。 "
662663
663664#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:367
664665msgid ""
665666"``mf``: What match finder to use -- :const:`MF_HC3`, :const:`MF_HC4`, "
666667":const:`MF_BT2`, :const:`MF_BT3`, or :const:`MF_BT4`."
667668msgstr ""
669+ "``mf``: 要使用的匹配查找器 -- :const:`MF_HC3`, :const:`MF_HC4`, :const:`MF_BT2`, "
670+ ":const:`MF_BT3` 或 :const:`MF_BT4`。"
668671
669672#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:369
670673msgid ""
671674"``depth``: Maximum search depth used by match finder. 0 (default) means to "
672675"select automatically based on other filter options."
673- msgstr ""
676+ msgstr "``depth``: 匹配查找器使用的最大查找深度。 0 (默认值) 表示基于其他过滤器选项自动选择。 "
674677
675678#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:372
676679msgid ""
0 commit comments