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

Skip to content

Commit 9be37df

Browse files
[po] auto sync
1 parent a1a1802 commit 9be37df

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

c-api/exceptions.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Pandaaaa906 <[email protected]>, 2020
1111
# ppcfish <[email protected]>, 2020
1212
# Ziqi Wang <[email protected]>, 2020
13+
# Yi Cao <[email protected]>, 2020
1314
# Freesand Leo <[email protected]>, 2020
1415
#
1516
#, fuzzy
@@ -97,7 +98,7 @@ msgstr ""
9798
msgid ""
9899
"Call this function **only** when the error indicator is set. Otherwise it "
99100
"will cause a fatal error!"
100-
msgstr ""
101+
msgstr "只有在错误指示器被设置时才需要调用这个函数,否则这会导致错误!"
101102

102103
#: ../../c-api/exceptions.rst:63
103104
msgid ""
@@ -108,7 +109,7 @@ msgstr ""
108109

109110
#: ../../c-api/exceptions.rst:70
110111
msgid "Alias for ``PyErr_PrintEx(1)``."
111-
msgstr ""
112+
msgstr "``PyErr_PrintEx(1)`` 的别名。"
112113

113114
#: ../../c-api/exceptions.rst:75
114115
msgid ""

c-api/object.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
# Translators:
77
# 汪心禾 <[email protected]>, 2020
8+
# Yi Cao <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2020
810
#
911
#, fuzzy
1012
msgid ""
@@ -13,7 +15,7 @@ msgstr ""
1315
"Report-Msgid-Bugs-To: \n"
1416
"POT-Creation-Date: 2020-08-20 14:53+0000\n"
1517
"PO-Revision-Date: 2020-05-30 11:50+0000\n"
16-
"Last-Translator: 汪心禾 <wangxinhe06@gmail.com>, 2020\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1719
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1820
"MIME-Version: 1.0\n"
1921
"Content-Type: text/plain; charset=UTF-8\n"
@@ -305,7 +307,7 @@ msgstr ""
305307

306308
#: ../../c-api/object.rst:279 ../../c-api/object.rst:291
307309
msgid "This is the equivalent of the Python expression: ``callable(*args)``."
308-
msgstr ""
310+
msgstr "这等价于 Python 表达式 ``callable(*args)``。"
309311

310312
#: ../../c-api/object.rst:284
311313
msgid ""
@@ -363,7 +365,7 @@ msgstr ""
363365
msgid ""
364366
"This is the equivalent of the Python expression: ``callable(arg1, arg2, "
365367
"...)``."
366-
msgstr ""
368+
msgstr "这和Python表达式``callable(arg1, arg2, ...)``是一样的。"
367369

368370
#: ../../c-api/object.rst:336
369371
msgid ""

0 commit comments

Comments
 (0)