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

Skip to content

Commit 7f36f0e

Browse files
[po] auto sync
1 parent d828dbe commit 7f36f0e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

c-api/exceptions.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Jiuh-star <[email protected]>, 2021
1717
# helloworldSB <[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-01-01 16:06+0000\n"
2627
"PO-Revision-Date: 2020-05-30 11: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"
@@ -919,6 +920,8 @@ msgid ""
919920
":c:type:`PyObject*`; they are all class objects. For completeness, here are"
920921
" all the variables:"
921922
msgstr ""
923+
"所有的 Python 标准异常都可用作全局变量,其名称为 ``PyExc_`` 跟上 Python 异常名称。这些变量是 "
924+
":c:type:`PyObject*` 类型;都是类对象。下面列出了全部这些用作标准异常的变量:"
922925

923926
#: ../../c-api/exceptions.rst:833 ../../c-api/exceptions.rst:966
924927
#: ../../c-api/exceptions.rst:1011
@@ -1434,7 +1437,7 @@ msgstr "这是其他标准异常的基类。"
14341437
msgid ""
14351438
"Only defined on Windows; protect code that uses this by testing that the "
14361439
"preprocessor macro ``MS_WINDOWS`` is defined."
1437-
msgstr ""
1440+
msgstr "仅在 Windows 中定义;检测是否定义了预处理程序宏 ``MS_WINDOWS`` ,以便保护用到它的代码。"
14381441

14391442
#: ../../c-api/exceptions.rst:990
14401443
msgid "Standard Warning Categories"
@@ -1447,6 +1450,8 @@ msgid ""
14471450
" the type :c:type:`PyObject*`; they are all class objects. For completeness,"
14481451
" here are all the variables:"
14491452
msgstr ""
1453+
"所有的标准 Python 警告类别都可以用作全局变量,其名称为``PyExc_`` 跟上 Python 异常名称。这些变量是 "
1454+
":c:type:`PyObject*` 类型;都是类对象。以下列出了所有用作警告的变量:"
14501455

14511456
#: ../../c-api/exceptions.rst:1013
14521457
msgid ":c:data:`PyExc_Warning`"

0 commit comments

Comments
 (0)