|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2025, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2026, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # python-doc bot, 2025 |
| 8 | +# Freesand Leo <[email protected]>, 2026 |
8 | 9 | # |
9 | 10 | #, fuzzy |
10 | 11 | msgid "" |
11 | 12 | msgstr "" |
12 | 13 | "Project-Id-Version: Python 3.10\n" |
13 | 14 | "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" |
15 | 16 | "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" |
17 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
18 | 19 | "MIME-Version: 1.0\n" |
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -1726,9 +1727,9 @@ msgid "" |
1726 | 1727 | "(the call to the class). The return value of :meth:`__new__` should be the " |
1727 | 1728 | "new object instance (usually an instance of *cls*)." |
1728 | 1729 | msgstr "" |
1729 | | -"调用以创建一个 *cls* 类的新实例。:meth:`__new__` 是一个静态方法 " |
1730 | | -"(因为是特例所以你不需要显式地声明),它会将所请求实例所属的类作为第一个参数。其余的参数会被传递给对象构造器表达式 " |
1731 | | -"(对类的调用)。:meth:`__new__` 的返回值应为新对象实例 (通常是 *cls* 的实例)。" |
| 1730 | +"调用以创建一个 *cls* 类的新实例。 :meth:`__new__` " |
| 1731 | +"是一个静态方法(因为是特例所以你不需要显式地声明),它会将所请求实例所属的类作为第一个参数。 其余的参数则是传递给对象构造表达式(对类的调用)的参数。 " |
| 1732 | +":meth:`__new__` 的返回值应为新对象实例(通常是 *cls* 的实例)。" |
1732 | 1733 |
|
1733 | 1734 | #: ../../reference/datamodel.rst:1236 |
1734 | 1735 | msgid "" |
|
0 commit comments