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

Skip to content

Commit 55fe392

Browse files
[po] auto sync
1 parent c3fecb0 commit 55fe392

3 files changed

Lines changed: 5473 additions & 5453 deletions

File tree

library/keyword.po

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
#
66
# Translators:
77
# Meng Du <[email protected]>, 2019
8-
# Freesand Leo <[email protected]>, 2019
98
#
109
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: Python 3.8\n"
1413
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
14+
"POT-Creation-Date: 2020-03-15 05:03+0000\n"
1615
"PO-Revision-Date: 2017-02-16 23:16+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
16+
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
1817
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,18 +31,17 @@ msgstr "**源码:** :source:`Lib/keyword.py`"
3231

3332
#: ../../library/keyword.rst:11
3433
msgid ""
35-
"This module allows a Python program to determine if a string is a keyword."
36-
msgstr "此模块允许 Python 程序确定字符串是否为关键字。"
34+
"This module allows a Python program to determine if a string is a "
35+
":ref:`keyword <keywords>`."
36+
msgstr ""
3737

38-
#: ../../library/keyword.rst:16
39-
msgid "Return ``True`` if *s* is a Python keyword."
40-
msgstr "如果 *s* 是一个 Python 保留关键字则返回 ``True``。"
38+
#: ../../library/keyword.rst:17
39+
msgid "Return ``True`` if *s* is a Python :ref:`keyword <keywords>`."
40+
msgstr ""
4141

42-
#: ../../library/keyword.rst:21
42+
#: ../../library/keyword.rst:22
4343
msgid ""
44-
"Sequence containing all the keywords defined for the interpreter. If any "
45-
"keywords are defined to only be active when particular :mod:`__future__` "
46-
"statements are in effect, these will be included as well."
44+
"Sequence containing all the :ref:`keywords <keywords>` defined for the "
45+
"interpreter. If any keywords are defined to only be active when particular "
46+
":mod:`__future__` statements are in effect, these will be included as well."
4747
msgstr ""
48-
"序列包含为解释器定义的所有关键字。 如果任何被定义的关键字为仅在 :mod:`__future__` "
49-
"语句生效是特定时间处于活动状态,则也将包含这些关键字。"

tutorial/classes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.8\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
20+
"POT-Creation-Date: 2020-03-15 05:03+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
2222
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -482,8 +482,8 @@ msgstr "实例对象"
482482
msgid ""
483483
"Now what can we do with instance objects? The only operations understood by"
484484
" instance objects are attribute references. There are two kinds of valid "
485-
"attribute names, data attributes and methods."
486-
msgstr "现在我们可以用实例对象做什么?实例对象理解的唯一操作是属性引用。有两种有效的属性名称,数据属性和方法。"
485+
"attribute names: data attributes and methods."
486+
msgstr ""
487487

488488
#: ../../tutorial/classes.rst:328
489489
msgid ""

0 commit comments

Comments
 (0)