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

Skip to content

Commit b12864c

Browse files
[po] auto sync
1 parent 07a1d50 commit b12864c

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

library/datetime.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
# dogn he <[email protected]>, 2019
2424
# ppcfish <[email protected]>, 2019
2525
# Freesand Leo <[email protected]>, 2020
26+
# jaystone776 <[email protected]>, 2021
2627
#
2728
#, fuzzy
2829
msgid ""
@@ -31,7 +32,7 @@ msgstr ""
3132
"Report-Msgid-Bugs-To: \n"
3233
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
3334
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
34-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
35+
"Last-Translator: jaystone776 <1732865113@qq.com>, 2021\n"
3536
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3637
"MIME-Version: 1.0\n"
3738
"Content-Type: text/plain; charset=UTF-8\n"
@@ -41,7 +42,7 @@ msgstr ""
4142

4243
#: ../../library/datetime.rst:2
4344
msgid ":mod:`datetime` --- Basic date and time types"
44-
msgstr ":mod:`datetime` --- 基本的日期和时间类型"
45+
msgstr ":mod:`datetime` --- 基本日期和时间类型"
4546

4647
#: ../../library/datetime.rst:11
4748
msgid "**Source code:** :source:`Lib/datetime.py`"

tutorial/classes.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# Konge <[email protected]>, 2019
1212
# KaMingChung <[email protected]>, 2020
1313
# Freesand Leo <[email protected]>, 2020
14-
# jaystone776 <[email protected]>, 2021
1514
# Hissy <[email protected]>, 2021
15+
# jaystone776 <[email protected]>, 2021
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -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."
5959
msgstr ""
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
6565
msgid ""

0 commit comments

Comments
 (0)