11111212# KaMingChung <[email protected] >, 20201313# Freesand Leo <[email protected] >, 202014- # jaystone776 <[email protected] >, 2021151415+ # jaystone776 <[email protected] >, 20211616#
1717#, fuzzy
1818msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121"Report-Msgid-Bugs-To : \n "
2222"POT-Creation-Date : 2021-01-01 05:02+0000\n "
2323"PO-Revision-Date : 2017-02-16 23:39+0000\n "
24- "
Last-Translator :
Hissy <[email protected] >, 2021\n"
24+ "
Last-Translator :
jaystone776 <[email protected] >, 2021\n"
2525"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2626"MIME-Version : 1.0\n "
2727"Content-Type : text/plain; charset=UTF-8\n "
@@ -57,9 +57,9 @@ msgid ""
5757"nature of Python: they are created at runtime, and can be modified further "
5858"after creation."
5959msgstr ""
60- "和其他编程语言相比,Python 用非常少的新语法和语义将类加入到语言中。它是 C++ 和 Modula-3 中类机制的结合体。Python "
61- "的类提供了面向对象编程 (OOP)的所有标准特性:类继承机制允许多个基类,派生类可以覆盖它基类的任何方法,一个方法可以调用基类中相同名称的的方法 。对象可以包含任意数量和类型的数据。和模块一样,类也拥有"
62- " Python 天然的动态特性:在运行时创建,创建后可以修改 。"
60+ "和其他编程语言相比,Python 只用了很少的新语法和语义就加入了类。Python 的类是 C++ 和 Modula-3 "
61+ "中类机制的结合体,而且支持所有面向对象编程 (OOP)的标准特性:类继承机制支持多个基类,派生类可以覆盖基类的任何方法,类的方法可以调用基类中相同名称的方法 。对象可以包含任意数量和类型的数据。和模块一样,类也拥有"
62+ " Python 天然的动态特性:在运行时创建,创建后也可以修改 。"
6363
6464#: ../../tutorial/classes.rst:23
6565msgid ""
0 commit comments