Skip to content

Commit 4a5ba7b

Browse files
[po] auto sync
1 parent 1f2e89f commit 4a5ba7b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.19%", "updated_at": "2024-06-28T18:46:54Z"}
1+
{"translation": "95.19%", "updated_at": "2024-07-02T11:47:06Z"}

whatsnew/2.2.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-06-14 18:58+0000\n"
15+
"POT-Creation-Date: 2024-06-28 14:50+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1717
"Last-Translator: Unknownuserfrommars, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -336,6 +336,9 @@ msgid ""
336336
"static f``, ``defstatic f()``, or something like that) but no such syntax "
337337
"has been defined yet; that's been left for future versions of Python."
338338
msgstr ""
339+
":func:`staticmethod` 函数接收函数 :func:`!f` , 并将其封装在描述符中返回,这样它就可以存储在类对象中。 "
340+
"您可能希望有特殊的语法来创建这样的方法 (``def static f`` ,``defstatic f()``, "
341+
"或类似的东西),但目前还没有定义这样的语法;这要留待 Python 的未来版本来解决。"
339342

340343
#: ../../whatsnew/2.2.rst:213
341344
msgid ""
@@ -408,6 +411,8 @@ msgid ""
408411
"list of visited classes is [:class:`!D`, :class:`!B`, :class:`!A`, "
409412
":class:`!C`, :class:`!A`]."
410413
msgstr ""
414+
"按照经典的查找规则列出所有基类,如果一个类被重复访问,则将其包含多次。 在上例中,已访问过的类列表为 "
415+
"[:class:`!D`,:class:`!B`,:class:`!A`,:class:`!C`,:class:`!A`]。"
411416

412417
#: ../../whatsnew/2.2.rst:282
413418
msgid ""

0 commit comments

Comments
 (0)