@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.14\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2025-10-27 14:15+0000\n "
15+ "POT-Creation-Date :2025-10-29 14:15+0000\n "
1616"PO-Revision-Date :2025-09-16 00:02+0000\n "
1717"Last-Translator :Freesand Leo <yuqinju@163.com>, 2025\n "
1818"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -91,6 +91,10 @@ msgid ""
9191"the default, :const:`Z_DEFAULT_COMPRESSION` (``-1``) for more information "
9292"about these values."
9393msgstr ""
94+ "压缩 *data* 中的字节,返回包含已压缩数据的字节串对象。 *level* 是一个用于控制压缩级别的 ``0`` 到 ``9`` 之间的整数或 "
95+ "``-1``;请参阅 :const:`Z_BEST_SPEED` (``1``), :const:`Z_BEST_COMPRESSION` "
96+ "(``9``), :const:`Z_NO_COMPRESSION` (``0``) 及默认值 "
97+ ":const:`Z_DEFAULT_COMPRESSION` (``-1``) 了解有关这些值的详情。"
9498
9599#: ../../library/zlib.rst:57
96100msgid ""
@@ -99,6 +103,8 @@ msgid ""
99103"trailer is included in the output. It can take several ranges of values, "
100104"defaulting to ``15`` (:const:`MAX_WBITS`):"
101105msgstr ""
106+ "参数 *wbits* 控制压缩数据时所使用的历史缓冲区大小(或称“窗口大小”),以及输出中是否包括头部和尾部。 它可以接受几个范围内的值,默认值为 "
107+ "``15`` (:const:`MAX_WBITS`):"
102108
103109#: ../../library/zlib.rst:62
104110msgid ""
@@ -153,6 +159,9 @@ msgid ""
153159":const:`Z_DEFAULT_COMPRESSION` (``-1``) for more information about these "
154160"values."
155161msgstr ""
162+ "*level* 为压缩级别 -- 一个 ``0`` 到 ``9`` 之间的整数或 ``-1``。 请参阅 :const:`Z_BEST_SPEED` "
163+ "(``1``), :const:`Z_BEST_COMPRESSION` (``9``), :const:`Z_NO_COMPRESSION` "
164+ "(``0``) 及默认值 :const:`Z_DEFAULT_COMPRESSION` (``-1``) 了解有关这些值的详情。"
156165
157166#: ../../library/zlib.rst:94
158167msgid ""
@@ -183,6 +192,8 @@ msgid ""
183192":const:`Z_DEFAULT_STRATEGY`, :const:`Z_FILTERED`, :const:`Z_HUFFMAN_ONLY`, "
184193":const:`Z_RLE` and :const:`Z_FIXED`."
185194msgstr ""
195+ "*strategy* 用于调节压缩算法。 可能的值为 :const:`Z_DEFAULT_STRATEGY`, :const:`Z_FILTERED`,"
196+ " :const:`Z_HUFFMAN_ONLY`, :const:`Z_RLE` 和 :const:`Z_FIXED`。"
186197
187198#: ../../library/zlib.rst:109
188199msgid ""