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

Skip to content

Commit 24e9157

Browse files
[po] auto sync
1 parent c8e721f commit 24e9157

2 files changed

Lines changed: 5 additions & 4 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
# Shengjing Zhu <[email protected]>, 2019
1212
# KaMingChung <[email protected]>, 2020
1313
# Freesand Leo <[email protected]>, 2020
14+
# jaystone776 <[email protected]>, 2021
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2021-01-01 05:02+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: jaystone776 <1732865113@qq.com>, 2021\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"
@@ -39,8 +40,8 @@ msgid ""
3940
"attributes attached to it for maintaining its state. Class instances can "
4041
"also have methods (defined by its class) for modifying its state."
4142
msgstr ""
42-
"类提供了一种组合数据和功能的方法。 创建一个新类意味着创建一个新的对象 *类型*,从而允许创建一个该类型的新 *实例* "
43-
"每个类的实例可以拥有保存自己状态的属性。 一个类的实例也可以有改变自己状态的(定义在类中的)方法。"
43+
"类把数据与功能绑定在一起。创建新类就是创建新的对象 *类型*,从而创建该类型的新 *实例* "
44+
"。类实例具有多种保持自身状态的属性。类实例还支持(在类中定义的)改变自身状态的方法。"
4445

4546
#: ../../tutorial/classes.rst:13
4647
msgid ""

tutorial/introduction.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgstr ""
2828

2929
#: ../../tutorial/introduction.rst:5
3030
msgid "An Informal Introduction to Python"
31-
msgstr "Python 的非正式介绍"
31+
msgstr "Python 速览"
3232

3333
#: ../../tutorial/introduction.rst:7
3434
msgid ""

0 commit comments

Comments
 (0)