Skip to content

Commit 66220db

Browse files
[po] auto sync
1 parent b49bdf0 commit 66220db

28 files changed

+1955
-1986
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.20%", "updated_at": "2024-07-02T14:47:03Z"}
1+
{"translation": "95.31%", "updated_at": "2024-07-05T15:47:23Z"}

c-api/init.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8+
# Freesand Leo <yuqinju@163.com>, 2024
9+
# lit, 2024
810
#
911
#, fuzzy
1012
msgid ""
@@ -13,7 +15,7 @@ msgstr ""
1315
"Report-Msgid-Bugs-To: \n"
1416
"POT-Creation-Date: 2024-06-28 14:50+0000\n"
1517
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
18+
"Last-Translator: lit, 2024\n"
1719
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1820
"MIME-Version: 1.0\n"
1921
"Content-Type: text/plain; charset=UTF-8\n"
@@ -638,6 +640,10 @@ msgid ""
638640
"memory allocated by the Python interpreter. This is a no-op when called for"
639641
" a second time (without calling :c:func:`Py_Initialize` again first)."
640642
msgstr ""
643+
"撤销 :c:func:`Py_Initialize` 所做的所有初始化和随后对 Python/C API 函数的使用,并销毁自上次调用 "
644+
":c:func:`Py_Initialize` 以来创建但尚未销毁的所有子解释器 (见下文 :c:func:`Py_NewInterpreter`)。 "
645+
"在理想情况下,这会释放 Python 解释器分配的所有内存。 当第二次调用时(在没有再次调用 :c:func:`Py_Initialize` "
646+
"的情况下),该函数不执行任何操作。"
641647

642648
#: ../../c-api/init.rst:393
643649
msgid ""
@@ -646,6 +652,8 @@ msgid ""
646652
"thread and the main interpreter. This should never be called while "
647653
":c:func:`Py_RunMain` is running."
648654
msgstr ""
655+
"由于这是 :c:func:`Py_Initialize` 的逆操作,它应该在同一解释器下的同一线程中被调用,即主线程和主解释器。此函数不应在 "
656+
":c:func:`Py_RunMain` 还在运行时被调用。"
649657

650658
#: ../../c-api/init.rst:398
651659
msgid ""

0 commit comments

Comments
 (0)