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

Skip to content

Commit 8b3e6f8

Browse files
[po] auto sync
1 parent b64e94b commit 8b3e6f8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

library/ctypes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,13 +1813,13 @@ msgstr "此函数所返回的对象将会由外部函数调用返回,但它还
18131813
msgid ""
18141814
"This exception is raised when a foreign function call cannot convert one of "
18151815
"the passed arguments."
1816-
msgstr ""
1816+
msgstr "此异常会在外部函数无法对某个传入参数执行转换时被引发。"
18171817

18181818
#: ../../library/ctypes.rstNone
18191819
msgid ""
18201820
"Raises an :ref:`auditing event <auditing>` ``ctypes.seh_exception`` with "
18211821
"argument ``code``."
1822-
msgstr ""
1822+
msgstr "引发一个审计事件 ``ctypes.seh_exception`` 并附带参数 ``code``。"
18231823

18241824
#: ../../library/ctypes.rst:1615
18251825
msgid ""

library/pyclbr.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ msgid ""
4141
"use this module with modules not implemented in Python, including all "
4242
"standard and optional extension modules."
4343
msgstr ""
44+
":mod:`pyclbr` 模块提供了对于以 Python 编写的模块中定义的函数、类和方法的受限信息。 这种信息足够用来实现一个模块浏览器。 "
45+
"这种信息是从 Python 源代码中直接提取而非通过导入模块,因此该模块可以安全地用于不受信任的代码。 此限制使得非 Python "
46+
"实现的模块无法使用此模块,包括所有标准和可选的扩展模块。"
4447

4548
#: ../../library/pyclbr.rst:25
4649
msgid ""

0 commit comments

Comments
 (0)