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

Skip to content

Commit 8f47f4c

Browse files
[po] auto sync
1 parent 0f06fc7 commit 8f47f4c

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

c-api/import.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ msgid ""
374374
":c:func:`PyImport_ExtendInittab` to provide additional built-in modules. The"
375375
" structure is defined in :file:`Include/import.h` as::"
376376
msgstr ""
377+
"描述内置模块列表中的一个条目的结构体。 每个结构体都给出了内置在解释器中的某个模块的名称和初始化函数。 名称是一个 ASCII 编码的字符串。 嵌入了 "
378+
"Python 的程序可以使用该结构体的数组来与 :c:func:`PyImport_ExtendInittab` 相结合以提供额外的内置模块。 "
379+
"该结构体在 :file:`Include/import.h` 中被定义为::"
377380

378381
#: ../../c-api/import.rst:297
379382
msgid ""
@@ -385,6 +388,9 @@ msgid ""
385388
"no modules are added to the internal table. This must be called before "
386389
":c:func:`Py_Initialize`."
387390
msgstr ""
391+
"将内置模块表添加一组模块。 *newtab* 数组必须以一个包含以 ``NULL`` 作为 :attr:`name` "
392+
"字段的岗哨条目结束;未能提供岗哨值会导致内存错误。 成功时返回 ``0`` 或者如果无法分配足够内存来扩展内部表则返回 ``-1``。 "
393+
"当发生失败时,将不会添加模块到内部表。 此函数必须在 :c:func:`Py_Initialize` 之前调用。"
388394

389395
#: ../../c-api/import.rst:304
390396
msgid ""

library/contextlib.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# nick <[email protected]>, 2021
1010
# jaystone776 <[email protected]>, 2021
1111
# Heyi Tang <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2022
1312
# Nyuan Zhang, 2022
13+
# Freesand Leo <[email protected]>, 2022
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
22-
"Last-Translator: Nyuan Zhang, 2022\n"
22+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -869,4 +869,4 @@ msgstr ""
869869
msgid ""
870870
"Using separate :class:`ExitStack` instances instead of reusing a single "
871871
"instance avoids that problem::"
872-
msgstr ""
872+
msgstr "使用单独的 :class:`ExitStack` 实例而不是重复使用一个实例可以避免此问题::"

0 commit comments

Comments
 (0)