Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58999e2

Browse files
[po] auto sync
1 parent 7f5861e commit 58999e2

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

library/lzma.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,8 @@ msgid ""
683683
"subtracted. The default is 1, i.e. take the differences between adjacent "
684684
"bytes."
685685
msgstr ""
686+
"Delta 过滤器保存字节数据之间的差值,在特定环境下可产生更具重复性的输入。 它支持一个 ``dist`` 选项,指明要减去的字节之间的差值大小。 "
687+
"默认值为 1,即相邻字节之间的差值。"
686688

687689
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:377
688690
msgid ""
@@ -693,14 +695,16 @@ msgid ""
693695
"specifies the address that should be mapped to the beginning of the input "
694696
"data. The default is 0."
695697
msgstr ""
698+
"BCJ 过滤器主要作用于机器码。 它们会转换机器码内的相对分支、调用和跳转以使用绝对寻址,其目标是提升冗余度以供压缩器利用。 这些过滤器支持一个 "
699+
"``start_offset`` 选项,指明应当被映射到输入数据开头的地址。 默认值为 0。"
696700

697701
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:385
698702
msgid "Examples"
699703
msgstr "例子"
700704

701705
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:387
702706
msgid "Reading in a compressed file::"
703-
msgstr ""
707+
msgstr "在已压缩的数据中读取::"
704708

705709
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:393
706710
msgid "Creating a compressed file::"
@@ -712,12 +716,12 @@ msgstr "在内存中压缩文件::"
712716

713717
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:406
714718
msgid "Incremental compression::"
715-
msgstr ""
719+
msgstr "增量压缩::"
716720

717721
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:417
718722
msgid "Writing compressed data to an already-open file::"
719-
msgstr ""
723+
msgstr "写入已压缩数据到已打开的文件::"
720724

721725
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:426
722726
msgid "Creating a compressed file using a custom filter chain::"
723-
msgstr ""
727+
msgstr "使用自定义过滤器链创建一个已压缩文件::"

library/zipfile.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# Jack Wu <[email protected]>, 2019
1010
# 演奏王 <[email protected]>, 2019
1111
# Zombie110year <[email protected]>, 2019
12-
# Freesand Leo <[email protected]>, 2019
1312
# ppcfish <[email protected]>, 2019
1413
# Makdon <[email protected]>, 2019
1514
# 钢 彭 <[email protected]>, 2019
15+
# Freesand Leo <[email protected]>, 2020
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
2323
"PO-Revision-Date: 2019-09-01 03:23+0000\n"
24-
"Last-Translator: 钢 彭 <szhairui@gmail.com>, 2019\n"
24+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -210,6 +210,11 @@ msgid ""
210210
"module (:mod:`zlib`, :mod:`bz2` or :mod:`lzma`) is not available, "
211211
":exc:`RuntimeError` is raised. The default is :const:`ZIP_STORED`."
212212
msgstr ""
213+
"*compression* 是在写入归档时要使用的 ZIP 压缩方法,应为 :const:`ZIP_STORED`, "
214+
":const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` 或 :const:`ZIP_LZMA`;不可识别的值将导致引发 "
215+
":exc:`NotImplementedError`。 如果指定了 :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` "
216+
"或 :const:`ZIP_LZMA` 但相应的模块 (:mod:`zlib`, :mod:`bz2` 或 :mod:`lzma`) 不可用,则会引发 "
217+
":exc:`RuntimeError`。 默认值为 :const:`ZIP_STORED`。"
213218

214219
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/zipfile.rst:159
215220
msgid ""
@@ -218,6 +223,8 @@ msgid ""
218223
"``false`` :mod:`zipfile` will raise an exception when the ZIP file would "
219224
"require ZIP64 extensions."
220225
msgstr ""
226+
"如果 *allowZip64* 为 ``True`` (默认值) 则当 zipfile 大于 4 GiB 时 zipfile 将创建使用 ZIP64 "
227+
"扩展的 ZIP 文件。 如果该参数为 ``false`` 则当 ZIP 文件需要 ZIP64 扩展时 :mod:`zipfile` 将引发异常。"
221228

222229
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/zipfile.rst:164
223230
msgid ""

0 commit comments

Comments
 (0)