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

Skip to content

Commit 44e6c28

Browse files
[po] auto sync
1 parent c3812c6 commit 44e6c28

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

c-api/exceptions.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# cdarlint <[email protected]>, 2021
88
# allenjuly7 <[email protected]>, 2021
99
# Ziqi Wang <[email protected]>, 2021
10+
# jaystone776 <[email protected]>, 2021
1011
# Yi Cao <[email protected]>, 2021
1112
# jsgang <[email protected]>, 2021
1213
# Pandaaaa906 <[email protected]>, 2021
1314
# ppcfish <[email protected]>, 2021
14-
# jaystone776 <[email protected]>, 2021
1515
# Jiuh-star <[email protected]>, 2021
1616
# helloworldSB <[email protected]>, 2021
1717
# 文博 周 <[email protected]>, 2021
1818
# Freesand Leo <[email protected]>, 2021
19+
# Dai Xu <[email protected]>, 2022
1920
#
2021
#, fuzzy
2122
msgid ""
@@ -24,7 +25,7 @@ msgstr ""
2425
"Report-Msgid-Bugs-To: \n"
2526
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
2627
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
27-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
28+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2022\n"
2829
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2930
"MIME-Version: 1.0\n"
3031
"Content-Type: text/plain; charset=UTF-8\n"
@@ -982,6 +983,8 @@ msgid ""
982983
":c:type:`PyObject*`; they are all class objects. For completeness, here are"
983984
" all the variables:"
984985
msgstr ""
986+
"所有的 Python 标准异常都可用作全局变量,其名称为 ``PyExc_`` 跟上 Python 异常名称。这些变量是 "
987+
":c:type:`PyObject*` 类型;都是类对象。下面列出了全部这些用作标准异常的变量:"
985988

986989
#: ../../c-api/exceptions.rst:889 ../../c-api/exceptions.rst:1022
987990
#: ../../c-api/exceptions.rst:1067
@@ -1487,7 +1490,7 @@ msgstr "这些别名曾经是单独的异常类型。"
14871490

14881491
#: ../../c-api/exceptions.rst:1034 ../../c-api/exceptions.rst:1095
14891492
msgid "Notes:"
1490-
msgstr "注释:"
1493+
msgstr ":"
14911494

14921495
#: ../../c-api/exceptions.rst:1037
14931496
msgid "This is a base class for other standard exceptions."
@@ -1497,7 +1500,7 @@ msgstr "这是其他标准异常的基类。"
14971500
msgid ""
14981501
"Only defined on Windows; protect code that uses this by testing that the "
14991502
"preprocessor macro ``MS_WINDOWS`` is defined."
1500-
msgstr ""
1503+
msgstr "仅在 Windows 中定义;检测是否定义了预处理程序宏 ``MS_WINDOWS`` ,以便保护用到它的代码。"
15011504

15021505
#: ../../c-api/exceptions.rst:1046
15031506
msgid "Standard Warning Categories"
@@ -1510,6 +1513,8 @@ msgid ""
15101513
" the type :c:type:`PyObject*`; they are all class objects. For completeness,"
15111514
" here are all the variables:"
15121515
msgstr ""
1516+
"所有的标准 Python 警告类别都可以用作全局变量,其名称为``PyExc_`` 跟上 Python 异常名称。这些变量是 "
1517+
":c:type:`PyObject*` 类型;都是类对象。以下列出了所有用作警告的变量:"
15131518

15141519
#: ../../c-api/exceptions.rst:1069
15151520
msgid ":c:data:`PyExc_Warning`"

0 commit comments

Comments
 (0)