99# Jack Wu <[email protected] >, 201910101111# Zombie110year <[email protected] >, 201912- # Freesand Leo <[email protected] >, 20191312# ppcfish <[email protected] >, 20191413# Makdon <[email protected] >, 2019151415+ # Freesand Leo <[email protected] >, 20201616#
1717#, fuzzy
1818msgid ""
@@ -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`."
212212msgstr ""
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
215220msgid ""
@@ -218,6 +223,8 @@ msgid ""
218223"``false`` :mod:`zipfile` will raise an exception when the ZIP file would "
219224"require ZIP64 extensions."
220225msgstr ""
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
223230msgid ""
0 commit comments