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

Skip to content

Commit 094fa55

Browse files
[po] auto sync
1 parent d0541eb commit 094fa55

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.56%", "updated_at": "2024-01-23T01:41:55Z"}
1+
{"translation": "90.57%", "updated_at": "2024-01-23T02:27:58Z"}

c-api/init.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,7 @@ msgid ""
13681368
"held. The thread state must have been reset with a previous call to "
13691369
":c:func:`PyThreadState_Clear`."
13701370
msgstr ""
1371+
"销毁线程状态对象。 不需要持有全局解释器锁。 线程状态必须使用之前对 :c:func:`PyThreadState_Clear` 的调用来重置。"
13711372

13721373
#: ../../c-api/init.rst:1069
13731374
msgid ""
@@ -1376,10 +1377,12 @@ msgid ""
13761377
" held. The thread state must have been reset with a previous call to "
13771378
":c:func:`PyThreadState_Clear`."
13781379
msgstr ""
1380+
"销毁当前线程状态并释放全局解释器锁。 与 :c:func:`PyThreadState_Delete` 类似,不需要持有全局解释器锁。 "
1381+
"线程状态必须已使用之前对 :c:func:`PyThreadState_Clear` 调用来重置。"
13791382

13801383
#: ../../c-api/init.rst:1077
13811384
msgid "Get the current frame of the Python thread state *tstate*."
1382-
msgstr ""
1385+
msgstr "获取 Python 线程状态 *tstate* 的当前帧。"
13831386

13841387
#: ../../c-api/init.rst:1079
13851388
msgid ""
@@ -1389,12 +1392,12 @@ msgstr ""
13891392

13901393
#: ../../c-api/init.rst:1082
13911394
msgid "See also :c:func:`PyEval_GetFrame`."
1392-
msgstr ""
1395+
msgstr "另请参阅 :c:func:`PyEval_GetFrame`。"
13931396

13941397
#: ../../c-api/init.rst:1084 ../../c-api/init.rst:1093
13951398
#: ../../c-api/init.rst:1102
13961399
msgid "*tstate* must not be ``NULL``."
1397-
msgstr ""
1400+
msgstr "*tstate* 必须不为 ``NULL``。"
13981401

13991402
#: ../../c-api/init.rst:1091
14001403
msgid ""

0 commit comments

Comments
 (0)