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

Skip to content

Commit 2f71cf1

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

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

library/configparser.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,9 @@ msgid ""
828828
"converts option names to lower case), the values ``foo %(bar)s`` and ``foo "
829829
"%(BAR)s`` are equivalent."
830830
msgstr ""
831+
"插值中使用的所有选项名称将像任何其他选项名称引用一样通过 :meth:`optionxform` 方法来传递。 例如,使用 "
832+
":meth:`optionxform` 的默认实现(它会将选项名称转换为小写形式)时,值 ``foo %(bar)s`` 和 ``foo "
833+
"%(BAR)s`` 是等价的。"
831834

832835
#: ../../library/configparser.rst:913
833836
msgid ""

library/keyword.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Meng Du <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-03-15 05:03+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:16+0000\n"
16-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -33,15 +34,17 @@ msgstr "**源码:** :source:`Lib/keyword.py`"
3334
msgid ""
3435
"This module allows a Python program to determine if a string is a "
3536
":ref:`keyword <keywords>`."
36-
msgstr ""
37+
msgstr "此模块允许 Python 程序确定某个字符串是否为 :ref:`关键字 <keywords>`。"
3738

3839
#: ../../library/keyword.rst:17
3940
msgid "Return ``True`` if *s* is a Python :ref:`keyword <keywords>`."
40-
msgstr ""
41+
msgstr "如果 *s* 是一个 Python :ref:`关键字 <keywords>` 则返回 ``True``。"
4142

4243
#: ../../library/keyword.rst:22
4344
msgid ""
4445
"Sequence containing all the :ref:`keywords <keywords>` defined for the "
4546
"interpreter. If any keywords are defined to only be active when particular "
4647
":mod:`__future__` statements are in effect, these will be included as well."
4748
msgstr ""
49+
"包含解释器定义的所有 :ref:`关键字 <keywords>` 的序列。 如果所定义的任何关键字仅在特定 :mod:`__future__` "
50+
"语句生效时被激活,它们也将被包含在内。"

tutorial/classes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ 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 "
485485
"attribute names: data attributes and methods."
486-
msgstr ""
486+
msgstr "现在我们能用实例对象做什么? 实例对象理解的唯一操作是属性引用。 有两种有效的属性名称:数据属性和方法。"
487487

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

0 commit comments

Comments
 (0)