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

Skip to content

Commit a04e853

Browse files
[po] auto sync
1 parent e4b09c0 commit a04e853

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tutorial/classes.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# KaMingChung <[email protected]>, 2020
1313
# Freesand Leo <[email protected]>, 2020
1414
# jaystone776 <[email protected]>, 2021
15+
# Hissy <[email protected]>, 2021
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
23-
"Last-Translator: jaystone776 <[email protected]>, 2021\n"
24+
"Last-Translator: Hissy <[email protected]>, 2021\n"
2425
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -76,8 +77,8 @@ msgid ""
7677
msgstr ""
7778
"在 C++ 术语中,通常类成员(包括数据成员)是 *public* (例外见下文 :ref:`tut-private`),所有成员函数都是 "
7879
"*virtual*。 与在 Modula-3 "
79-
"中一样,没有用于从其方法引用对象成员的简写:方法函数使用表示对象的显式第一个参数声明,该参数由调用隐式提供。 与 Smalltalk "
80-
"一样,类本身也是对象。 这为导入和重命名提供了语义。 与 C++ 和 Modula-3 不同,内置类型可以用作用户扩展的基类。 此外,与 C++ "
80+
"中一样,没有用于从对象的方法中引用对象成员的简写:方法函数在声明时,有一个显示的参数代表本对象,该参数由调用隐式提供。 与 Smalltalk "
81+
"一样,类本身也是对象。 这为导入和重命名提供了语义。 与 C++ 和 Modula-3 不同,内置类型可以用作基类,供用户扩展。 此外,与 C++ "
8182
"一样,大多数具有特殊语法(算术运算符,下标等)的内置运算符都可以为类实例而重新定义。"
8283

8384
#: ../../tutorial/classes.rst:34

0 commit comments

Comments
 (0)