@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.12\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2023-08-04 14:13 +0000\n "
18+ "POT-Creation-Date : 2023-12-01 14:14 +0000\n "
1919"PO-Revision-Date : 2021-06-28 01:07+0000\n "
2020"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
2121"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -217,16 +217,12 @@ msgstr ""
217217
218218#: ../../library/gzip.rst:108
219219msgid ""
220- "Calling a :class:`GzipFile` object's :meth:`close` method does not close "
220+ "Calling a :class:`GzipFile` object's :meth:`! close` method does not close "
221221"*fileobj*, since you might wish to append more material after the compressed"
222222" data. This also allows you to pass an :class:`io.BytesIO` object opened "
223223"for writing as *fileobj*, and retrieve the resulting memory buffer using the"
224224" :class:`io.BytesIO` object's :meth:`~io.BytesIO.getvalue` method."
225225msgstr ""
226- "调用 :class:`GzipFile` 的 :meth:`close` 方法不会关闭 "
227- "*fileobj*,因为你可以希望增加其它内容到已经压缩的数中。你可以将一个 :class:`io.BytesIO` 对象作为 "
228- "*fileobj*,也可以使用 :class:`io.BytesIO` 的 :meth:`~io.BytesIO.getvalue` "
229- "方法从内存缓存中恢复数据。"
230226
231227#: ../../library/gzip.rst:114
232228msgid ""
@@ -397,46 +393,46 @@ msgid ""
397393" format."
398394msgstr "支持 :program:`gzip` 格式所需要的基本压缩模块。"
399395
400- #: ../../library/gzip.rst:254
396+ #: ../../library/gzip.rst:256
401397msgid "Command Line Interface"
402398msgstr "命令行界面"
403399
404- #: ../../library/gzip.rst:256
400+ #: ../../library/gzip.rst:258
405401msgid ""
406402"The :mod:`gzip` module provides a simple command line interface to compress "
407403"or decompress files."
408404msgstr ":mod:`gzip` 模块提供了简单的命令行界面用于压缩和解压缩文件。"
409405
410- #: ../../library/gzip.rst:259
406+ #: ../../library/gzip.rst:261
411407msgid "Once executed the :mod:`gzip` module keeps the input file(s)."
412408msgstr "在执行后 :mod:`gzip` 模块会保留输入文件。"
413409
414- #: ../../library/gzip.rst:263
410+ #: ../../library/gzip.rst:265
415411msgid ""
416412"Add a new command line interface with a usage. By default, when you will "
417413"execute the CLI, the default compression level is 6."
418414msgstr "添加一个带有用法说明的新命令行界面命令。 默认情况下,当你要执行 CLI 时,默认压缩等级为 6。"
419415
420- #: ../../library/gzip.rst:267
416+ #: ../../library/gzip.rst:269
421417msgid "Command line options"
422418msgstr "命令行选项"
423419
424- #: ../../library/gzip.rst:271
420+ #: ../../library/gzip.rst:273
425421msgid "If *file* is not specified, read from :data:`sys.stdin`."
426422msgstr "如果未指定 *file*,则从 :data:`sys.stdin` 读取。"
427423
428- #: ../../library/gzip.rst:275
424+ #: ../../library/gzip.rst:277
429425msgid "Indicates the fastest compression method (less compression)."
430426msgstr "指明最快速的压缩方法(较低压缩率)。"
431427
432- #: ../../library/gzip.rst:279
428+ #: ../../library/gzip.rst:281
433429msgid "Indicates the slowest compression method (best compression)."
434430msgstr "指明最慢速的压缩方法(最高压缩率)。"
435431
436- #: ../../library/gzip.rst:283
432+ #: ../../library/gzip.rst:285
437433msgid "Decompress the given file."
438434msgstr "解压缩给定的文件。"
439435
440- #: ../../library/gzip.rst:287
436+ #: ../../library/gzip.rst:289
441437msgid "Show the help message."
442438msgstr "显示帮助消息。"
0 commit comments