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

Skip to content

Commit 4b3a6ab

Browse files
[po] auto sync
1 parent 44791ae commit 4b3a6ab

3 files changed

Lines changed: 8541 additions & 8534 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "96.67%", "updated_at": "2025-12-22T03:04:29Z"}
1+
{"translation": "96.67%", "updated_at": "2026-01-23T15:34:48Z"}

reference/datamodel.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
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
# python-doc bot, 2025
8+
# Freesand Leo <[email protected]>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.10\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 16:02+0000\n"
15+
"POT-Creation-Date: 2026-01-21 17:38+0000\n"
1516
"PO-Revision-Date: 2025-09-22 15:58+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2026\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1726,9 +1727,9 @@ msgid ""
17261727
"(the call to the class). The return value of :meth:`__new__` should be the "
17271728
"new object instance (usually an instance of *cls*)."
17281729
msgstr ""
1729-
"调用以创建一个 *cls* 类的新实例。:meth:`__new__` 是一个静态方法 "
1730-
"(因为是特例所以你不需要显式地声明),它会将所请求实例所属的类作为第一个参数。其余的参数会被传递给对象构造器表达式 "
1731-
"(对类的调用)。:meth:`__new__` 的返回值应为新对象实例 (通常是 *cls* 的实例)。"
1730+
"调用以创建一个 *cls* 类的新实例。 :meth:`__new__` "
1731+
"是一个静态方法(因为是特例所以你不需要显式地声明,它会将所请求实例所属的类作为第一个参数。 其余的参数则是传递给对象构造表达式(对类的调用)的参数。 "
1732+
":meth:`__new__` 的返回值应为新对象实例通常是 *cls* 的实例。"
17321733

17331734
#: ../../reference/datamodel.rst:1236
17341735
msgid ""

0 commit comments

Comments
 (0)