File tree 2 files changed +3
-6
lines changed
Filter options
2 files changed +3
-6
lines changed
Original file line number Diff line number Diff line change 1
- {"translation" : " 81.88%" , "updated_at" : " 2025-02-03T22:30:26Z " }
1
+ {"translation" : " 81.88%" , "updated_at" : " 2025-02-14T16:31:38Z " }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-02-03 19:22 +0000\n "
14
+ "POT-Creation-Date : 2025-02-14 16:07 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:23+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -483,16 +483,13 @@ msgstr "现在我们能用实例对象做什么? 实例对象所能理解的
483
483
484
484
#: ../../tutorial/classes.rst:328
485
485
msgid ""
486
- "*data attributes* correspond to \" instance variables\" in Smalltalk, and to "
486
+ "*Data attributes* correspond to \" instance variables\" in Smalltalk, and to "
487
487
"\" data members\" in C++. Data attributes need not be declared; like local "
488
488
"variables, they spring into existence when they are first assigned to. For "
489
489
"example, if ``x`` is the instance of :class:`MyClass` created above, the "
490
490
"following piece of code will print the value ``16``, without leaving a "
491
491
"trace::"
492
492
msgstr ""
493
- "*数据属性* 对应于 Smalltalk 中的“实例变量”,以及 C++ 中的“数据成员”。 "
494
- "数据属性不需要声明;像局部变量一样,它们将在第一次被赋值时产生。 例如,如果 ``x`` 是上面创建的 :class:`MyClass` "
495
- "的实例,则以下代码段将打印数值 ``16``,且不保留任何追踪信息::"
496
493
497
494
#: ../../tutorial/classes.rst:340
498
495
msgid ""
You can’t perform that action at this time.
0 commit comments