77# Dingyuan Wang <abcdoyle888@gmail.com>, 2021
88# sgqy <sgqyzh@gmail.com>, 2021
99# 1lin24 <1lin24@sina.com>, 2021
10- # Freesand Leo <yuqinju@163.com>, 2023
10+ # Freesand Leo <yuqinju@163.com>, 2024
1111#
1212#, fuzzy
1313msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.13\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2024-05-10 22:05-0300 \n "
17+ "POT-Creation-Date : 2024-05-17 14:15+0000 \n "
1818"PO-Revision-Date : 2021-06-28 00:56+0000\n "
19- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2023 \n "
19+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2024 \n "
2020"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -26,7 +26,7 @@ msgstr ""
2626
2727#: ../../library/bz2.rst:2
2828msgid ":mod:`!bz2` --- Support for :program:`bzip2` compression"
29- msgstr ""
29+ msgstr ":mod:`!bz2` --- 对 :program:`bzip2` 压缩算法的支持 "
3030
3131#: ../../library/bz2.rst:12
3232msgid "**Source code:** :source:`Lib/bz2.py`"
@@ -180,7 +180,7 @@ msgstr ""
180180
181181#: ../../library/bz2.rst:94
182182msgid ":class:`BZ2File` also provides the following methods and attributes:"
183- msgstr ""
183+ msgstr ":class:`BZ2File` 还提供了以下方法和属性: "
184184
185185#: ../../library/bz2.rst:98
186186msgid ""
@@ -236,13 +236,13 @@ msgstr "返回读取的字节数(0 表示 EOF)。"
236236
237237#: ../../library/bz2.rst:153
238238msgid "``'rb'`` for reading and ``'wb'`` for writing."
239- msgstr ""
239+ msgstr "``'rb'`` 表示可读而 ``'wb'`` 表示可写。 "
240240
241241#: ../../library/bz2.rst:159
242242msgid ""
243243"The bzip2 file name. Equivalent to the :attr:`~io.FileIO.name` attribute of"
244244" the underlying :term:`file object`."
245- msgstr ""
245+ msgstr "bzip2 文件名。 等价于下层 :term:`file object` 的 :attr:`~io.FileIO.name` 属性。 "
246246
247247#: ../../library/bz2.rst:165
248248msgid "Support for the :keyword:`with` statement was added."
0 commit comments