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

Skip to content

Commit e20c8d0

Browse files
[po] auto sync
1 parent 7d3de2b commit e20c8d0

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
@@ -11,6 +11,7 @@
1111
# zkonge <[email protected]>, 2019
1212
# Shengjing Zhu <[email protected]>, 2019
1313
# Freesand Leo <[email protected]>, 2020
14+
# KaMingChung <[email protected]>, 2020
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2020-07-14 03:37+0000\n"
2122
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
22-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
23+
"Last-Translator: KaMingChung <zjm947373@gmail.com>, 2020\n"
2324
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2425
"MIME-Version: 1.0\n"
2526
"Content-Type: text/plain; charset=UTF-8\n"
@@ -772,8 +773,8 @@ msgid ""
772773
"class may end up calling a method of a derived class that overrides it. "
773774
"(For C++ programmers: all methods in Python are effectively ``virtual``.)"
774775
msgstr ""
775-
"派生类可能会重载其基类的方法。 "
776-
"因为方法在调用同一对象的其他方法时没有特殊权限,调用同一基类中定义的另一方法的基类方法最终可能会调用覆盖它的派生类的方法。 (对 C++ "
776+
"派生类可能会重写其基类的方法。 "
777+
"因为方法在调用同一对象的其他方法时没有特殊权限,所以调用同一基类中定义的另一方法的基类方法最终可能会调用覆盖它的派生类的方法。 (对 C++ "
777778
"程序员的提示:Python 中所有的方法实际上都是 ``virtual`` 方法。)"
778779

779780
#: ../../tutorial/classes.rst:609

0 commit comments

Comments
 (0)