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

Skip to content

Commit 3e5078c

Browse files
[po] auto sync
1 parent 87ff343 commit 3e5078c

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

distutils/introduction.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <[email protected]>, 2020
8-
# gashero liu <[email protected]>, 2020
8+
# Harry Liu. <[email protected]>, 2020
99
# Kelly Hwong <[email protected]>, 2020
1010
# Leo Li <[email protected]>, 2020
1111
#

extending/building.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <[email protected]>, 2020
8-
# gashero liu <[email protected]>, 2020
8+
# Harry Liu. <[email protected]>, 2020
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1616
"PO-Revision-Date: 2020-05-30 11:53+0000\n"
17-
"Last-Translator: gashero liu <[email protected]>, 2020\n"
17+
"Last-Translator: Harry Liu. <[email protected]>, 2020\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"

extending/extending.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# eric R <[email protected]>, 2020
1010
# Freesand Leo <[email protected]>, 2020
1111
# taotieren <[email protected]>, 2020
12-
# gashero liu <[email protected]>, 2020
12+
# Harry Liu. <[email protected]>, 2020
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2020-04-25 13:42+0000\n"
2020
"PO-Revision-Date: 2020-05-30 11:53+0000\n"
21-
"Last-Translator: gashero liu <[email protected]>, 2020\n"
21+
"Last-Translator: Harry Liu. <[email protected]>, 2020\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -190,6 +190,9 @@ msgid ""
190190
"the calling function can return ``NULL`` immediately (as we saw in the "
191191
"example)."
192192
msgstr ""
193+
":c:func:`PyArg_ParseTuple` "
194+
"在所有参数都有正确类型且组成部分按顺序放在传递进来的地址里时,返回真(非零)。其在传入无效参数时返回假(零)。在后续例子里,还会抛出特定异常,使得调用的函数可以理解返回"
195+
" ``NULL`` (也就是例子里所见)。"
193196

194197
#: ../../extending/extending.rst:126
195198
msgid "Intermezzo: Errors and Exceptions"
@@ -358,6 +361,9 @@ msgid ""
358361
"class being :exc:`Exception` (unless another class is passed in instead of "
359362
"``NULL``), described in :ref:`bltin-exceptions`."
360363
msgstr ""
364+
"注意异常对象的Python名字是 :exc:`spam.error` 。而 :c:func:`PyErr_NewException` "
365+
"函数可以创建一个类,其基类为 :exc:`Exception` (除非是另一个类传入以替换 ``NULL`` ), 细节参见 :ref:`bltin-"
366+
"exceptions` 。"
361367

362368
#: ../../extending/extending.rst:240
363369
msgid ""

extending/newtypes_tutorial.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# eric R <[email protected]>, 2020
88
# Freesand Leo <[email protected]>, 2020
99
# 刘士 <[email protected]>, 2020
10-
# gashero liu <[email protected]>, 2020
10+
# Harry Liu. <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1818
"PO-Revision-Date: 2020-05-30 11:53+0000\n"
19-
"Last-Translator: gashero liu <[email protected]>, 2020\n"
19+
"Last-Translator: Harry Liu. <[email protected]>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"

0 commit comments

Comments
 (0)