Skip to content

Commit 729a20e

Browse files
[po] auto sync
1 parent c539523 commit 729a20e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.88%", "updated_at": "2025-02-03T22:30:26Z"}
1+
{"translation": "81.88%", "updated_at": "2025-02-14T16:31:38Z"}

tutorial/classes.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"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"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -483,16 +483,13 @@ msgstr "现在我们能用实例对象做什么? 实例对象所能理解的
483483

484484
#: ../../tutorial/classes.rst:328
485485
msgid ""
486-
"*data attributes* correspond to \"instance variables\" in Smalltalk, and to "
486+
"*Data attributes* correspond to \"instance variables\" in Smalltalk, and to "
487487
"\"data members\" in C++. Data attributes need not be declared; like local "
488488
"variables, they spring into existence when they are first assigned to. For "
489489
"example, if ``x`` is the instance of :class:`MyClass` created above, the "
490490
"following piece of code will print the value ``16``, without leaving a "
491491
"trace::"
492492
msgstr ""
493-
"*数据属性* 对应于 Smalltalk 中的“实例变量”,以及 C++ 中的“数据成员”。 "
494-
"数据属性不需要声明;像局部变量一样,它们将在第一次被赋值时产生。 例如,如果 ``x`` 是上面创建的 :class:`MyClass` "
495-
"的实例,则以下代码段将打印数值 ``16``,且不保留任何追踪信息::"
496493

497494
#: ../../tutorial/classes.rst:340
498495
msgid ""

0 commit comments

Comments
 (0)