55#
66# Translators:
77# Meng Du <[email protected] >, 20198- # Freesand Leo <[email protected] >, 201998#
109#, fuzzy
1110msgid ""
1211msgstr ""
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
3433msgid ""
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
4343msgid ""
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."
4747msgstr ""
48- "序列包含为解释器定义的所有关键字。 如果任何被定义的关键字为仅在 :mod:`__future__` "
49- "语句生效是特定时间处于活动状态,则也将包含这些关键字。"
0 commit comments