Skip to content

Commit 6b2c785

Browse files
[po] auto sync
1 parent 0242fdd commit 6b2c785

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.79%", "updated_at": "2025-05-06T06:57:25Z"}
1+
{"translation": "81.79%", "updated_at": "2025-05-06T07:55:53Z"}

whatsnew/3.3.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,6 +1750,9 @@ msgid ""
17501750
" :mod:`base64` modern interface. For example, ``base64.b64decode('YWJj')`` "
17511751
"returns ``b'abc'``. (Contributed by Catalin Iacob in :issue:`13641`.)"
17521752
msgstr ""
1753+
"现在 :mod:`base64` 现代接口的解码函数可接受仅包含 ASCII 字符的 Unicode 字符串。 "
1754+
"例如,``base64.b64decode('YWJj')`` 将返回 ``b'abc'``。 (由 Catalin Iacob 在 "
1755+
":issue:`13641` 中贡献。)"
17531756

17541757
#: ../../whatsnew/3.3.rst:953
17551758
msgid "binascii"
@@ -1761,6 +1764,8 @@ msgid ""
17611764
"functions now all also accept ASCII-only strings as input. (Contributed by "
17621765
"Antoine Pitrou in :issue:`13637`.)"
17631766
msgstr ""
1767+
"除了它们通常接受的二进制对象,``a2b_`` 现在还接受仅包含 ASCII 字符的字符串作为输入。 (由 Antoine Pitrou 在 "
1768+
":issue:`13637` 中贡献。)"
17641769

17651770
#: ../../whatsnew/3.3.rst:961
17661771
msgid "bz2"
@@ -1795,6 +1800,9 @@ msgid ""
17951800
":class:`bz2.BZ2File` can now also be used to create this type of file, using"
17961801
" the ``'a'`` (append) mode."
17971802
msgstr ""
1803+
"现在 :class:`bz2.BZ2File` 和 :func:`bz2.decompress` 能解压缩多流输入(比如由 "
1804+
":program:`pbzip2` 工具所产生的输入)。 :class:`bz2.BZ2File` 现在还可被用来创建这种类型的文件,具体做法是使用 "
1805+
"``'a'`` (append) 模式。"
17981806

17991807
#: ../../whatsnew/3.3.rst:979
18001808
msgid "(Contributed by Nir Aides in :issue:`1625`.)"
@@ -1805,6 +1813,8 @@ msgid ""
18051813
":class:`bz2.BZ2File` now implements all of the :class:`io.BufferedIOBase` "
18061814
"API, except for the :meth:`detach` and :meth:`truncate` methods."
18071815
msgstr ""
1816+
"现在 :class:`bz2.BZ2File` 实现了所有的 :class:`io.BufferedIOBase` API,但 "
1817+
":meth:`detach` 和 :meth:`truncate` 等方法除外。"
18081818

18091819
#: ../../whatsnew/3.3.rst:986
18101820
msgid "codecs"

0 commit comments

Comments
 (0)