8000 [po] auto sync · python/python-docs-zh-cn@d52a07c · GitHub
[go: up one dir, main page]

Skip to content

Commit d52a07c

Browse files
[po] auto sync
1 parent 0ffc210 commit d52a07c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "83.29%", "updated_at": "2025-05-05T16:19:28Z"}
1+
{"translation": "83.31%", "updated_at": "2025-05-06T07:18:38Z"}

whatsnew/3.3.po

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,24 +1339,32 @@ msgid ""
13391339
"descriptors is now to provide :attr:`__isabstractmethod__` as a dynamically "
13401340
"updated property. The built-in descriptors have been updated accordingly."
13411341
msgstr ""
1342+
"改进了对包含由抽象方法组成的描述器的抽象基类的支持。 现在声明抽象描述器的推荐方式是提供 :attr:`__isabstractmethod__` "
1343+
"作为动态更新的特性属性。 内置的描述器已获得到相应的更新。"
13421344

13431345
#: ../../whatsnew/3.3.rst:919 ../../whatsnew/3.3.rst:2245
13441346
msgid ""
13451347
":class:`abc.abstractproperty` has been deprecated, use :class:`property` "
13461348
"with :func:`abc.abstractmethod` instead."
13471349
msgstr ""
1350+
":class:`abc.abstractproperty` 已被弃用,改为 :class:`property` 配合 "
1351+
":func:`abc.abstractmethod` 使用。"
13481352

13491353
#: ../../whatsnew/3.3.rst:921 ../../whatsnew/3.3.rst:2247
13501354
msgid ""
13511355
":class:`abc.abstractclassmethod` has been deprecated, use "
13521356
":class:`classmethod` with :func:`abc.abstractmethod` instead."
13531357
msgstr ""
1358+
":class:`abc.abstractclassmethod` 已被弃用,改为 :class:`classmethod` 配合 "
1359+
":func:`abc.abstractmethod` 使用。"
13541360

13551361
#: ../../whatsnew/3.3.rst:923 ../../whatsnew/3.3.rst:2249
13561362
msgid ""
13571363
":class:`abc.abstractstaticmethod` has been deprecated, use "
13581364
":class:`staticmethod` with :func:`abc.abstractmethod` instead."
13591365
msgstr ""
1366+
":class:`abc.abstractstaticmethod` 已被弃用,改为 :class:`staticmethod` 配合 "
1367+
":func:`abc.abstractmethod` 使用。"
13601368

13611369
#: ../../whatsnew/3.3.rst:926
13621370
msgid "(Contributed by Darren Dale in :issue:`11610`.)"
@@ -1367,6 +1375,7 @@ msgid ""
13671375
":meth:`abc.ABCMeta.register` now returns the registered subclass, which "
13681376
"means it can now be used as a class decorator (:issue:`10868`)."
13691377
msgstr ""
1378+
"现在 :meth:`abc.ABCMeta.register` 将返回已注册的子类,这意味着它现在可被用作类装饰器 (:issue:`10868`)。"
13701379

13711380
#: ../../whatsnew/3.3.rst:933
13721381
msgid "array"
@@ -1393,6 +1402,9 @@ msgid ""
13931402
" :mod:`base64` modern interface. For example, ``base64.b64decode('YWJj')`` "
13941403
"returns ``b'abc'``. (Contributed by Catalin Iacob in :issue:`13641`.)"
13951404
msgstr ""
1405+
"现在 :mod:`base64` 现代接口的解码函数可接受仅包含 ASCII 字符的 Unicode 字符串。 "
1406+
"例如,``base64.b64decode('YWJj')`` 将返回 ``b'abc'``。 (由 Catalin Iacob 在 "
1407+
":issue:`13641` 中贡献。)"
13961408

13971409
#: ../../whatsnew/3.3.rst:950
13981410
msgid "binascii"
@@ -1404,6 +1416,8 @@ msgid ""
14041416
"functions now all also accept ASCII-only strings as input. (Contributed by "
14051417
"Antoine Pitrou in :issue:`13637`.)"
14061418
msgstr ""
1419+
"除了它们通常接受的二进制对象,``a2b_`` 现在还接受仅包含 ASCII 字符的字符串作为输入。 (由 Antoine Pitrou 在 "
1420+
":issue:`13637` 中贡献。)"
14071421

14081422
#: ../../whatsnew/3.3.rst:958
14091423
msgid "bz2"
@@ -1438,6 +1452,9 @@ msgid ""
14381452
":class:`bz2.BZ2File` can now also be used to create this type of file, using"
14391453
" the ``'a'`` (append) mode."
14401454
msgstr ""
1455+
"现在 :class:`bz2.BZ2File` 和 :func:`bz2.decompress` 能解压缩多流输入(比如由 "
1456+
":program:`pbzip2` 工具所产生的输入)。 :class:`bz2.BZ2File` 现在还可被用来创建这种类型的文件,具体做法是使用 "
1457+
"``'a'`` (append) 模式。"
14411458

14421459
#: ../../whatsnew/3.3.rst:976
14431460
msgid "(Contributed by Nir Aides in :issue:`1625`.)"
@@ -1448,6 +1465,8 @@ msgid ""
14481465
":class:`bz2.BZ2File` now implements all of the :class:`io.BufferedIOBase` "
14491466
"API, except for the :meth:`detach` and :meth:`truncate` methods."
14501467
msgstr ""
1468+
"现在 :class:`bz2.BZ2File` 实现了所有的 :class:`io.BufferedIOBase` API,但 "
1469+
":meth:`detach` 和 :meth:`truncate` 等方法除外。"
14511470

14521471
#: ../../whatsnew/3.3.rst:983
14531472
msgid "codecs"

0 commit comments

Comments
 (0)
0