Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46900be

Browse files
[po] auto sync
1 parent 6574ecd commit 46900be

3 files changed

Lines changed: 11152 additions & 11145 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "99.33%", "updated_at": "2025-12-23T16:51:46Z"}
1+
{"translation": "99.33%", "updated_at": "2026-01-23T14:52:28Z"}

reference/datamodel.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2025
88
# python-doc bot, 2025
9+
# Freesand Leo <[email protected]>, 2026
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.12\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-09-22 19:59+0000\n"
16+
"POT-Creation-Date: 2026-01-21 16:04+0000\n"
1617
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
17-
"Last-Translator: python-doc bot, 2025\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2026\n"
1819
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2375,9 +2376,9 @@ msgid ""
23752376
"(the call to the class). The return value of :meth:`__new__` should be the "
23762377
"new object instance (usually an instance of *cls*)."
23772378
msgstr ""
2378-
"调用以创建一个 *cls* 类的新实例。:meth:`__new__` 是一个静态方法 "
2379-
"(因为是特例所以你不需要显式地声明),它会将所请求实例所属的类作为第一个参数。其余的参数会被传递给对象构造器表达式 "
2380-
"(对类的调用)。:meth:`__new__` 的返回值应为新对象实例 (通常是 *cls* 的实例)。"
2379+
"调用以创建一个 *cls* 类的新实例。 :meth:`__new__` "
2380+
"是一个静态方法(因为是特例所以你不需要显式地声明,它会将所请求实例所属的类作为第一个参数。 其余的参数则是传递给对象构造表达式(对类的调用)的参数。 "
2381+
":meth:`__new__` 的返回值应为新对象实例通常是 *cls* 的实例。"
23812382

23822383
#: ../../reference/datamodel.rst:1829
23832384
msgid ""

0 commit comments

Comments
 (0)