🌐 AI搜索 & 代理 主页
Skip to content

Commit 137d5be

Browse files
[po] auto sync
1 parent f5198e0 commit 137d5be

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

��.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "99.79%", "updated_at": "2025-11-30T03:22:42Z"}
1+
{"translation": "99.80%", "updated_at": "2025-11-30T04:10:41Z"}

c-api/init.po

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-27 15:00+0000\n"
15+
"POT-Creation-Date: 2025-11-29 15:01+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1717
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -3683,21 +3683,21 @@ msgstr "该值目前等于 ``(unsigned long)-1``。"
36833683
msgid ""
36843684
"Start function *func* in a new thread with argument *arg*. The resulting "
36853685
"thread is not intended to be joined."
3686-
msgstr ""
3686+
msgstr "在新线程中启动函数 *func* 并传入参数 *arg*。 结果线程将不被合并。"
36873687

36883688
#: ../../c-api/init.rst:2666
36893689
msgid "*func* must not be ``NULL``, but *arg* may be ``NULL``."
3690-
msgstr ""
3690+
msgstr "*func* 不可为 ``NULL``,但 *arg* 可以为 ``NULL``。"
36913691

36923692
#: ../../c-api/init.rst:2668
36933693
msgid ""
36943694
"On success, this function returns the identifier of the new thread; on "
36953695
"failure, this returns :c:macro:`PYTHREAD_INVALID_THREAD_ID`."
3696-
msgstr ""
3696+
msgstr "成功时,此函数将返回新线程的标识号;失败时,将返回 :c:macro:`PYTHREAD_INVALID_THREAD_ID`。"
36973697

36983698
#: ../../c-api/init.rst:2676
36993699
msgid "Return the identifier of the current thread, which will never be zero."
3700-
msgstr ""
3700+
msgstr "返回当前线程的标识号,它一定不为零。"
37013701

37023702
#: ../../c-api/init.rst:2678 ../../c-api/init.rst:2710
37033703
msgid ""
@@ -3707,24 +3707,27 @@ msgstr ""
37073707

37083708
#: ../../c-api/init.rst:2682
37093709
msgid ":py:func:`threading.get_ident`"
3710-
msgstr ""
3710+
msgstr ":py:func:`threading.get_ident`"
37113711

37123712
#: ../../c-api/init.rst:2687
37133713
msgid ""
37143714
"Get general information about the current thread in the form of a "
37153715
":ref:`struct sequence <struct-sequence-objects>` object. This information is"
37163716
" accessible as :py:attr:`sys.thread_info` in Python."
37173717
msgstr ""
3718+
"获取有关当前线程的 :ref:`结构体序列 <struct-sequence-objects>` 对象形式的基本信息。 此信息可在 Python 中作为"
3719+
" :py:attr:`sys.thread_info` 访问。"
37183720

37193721
#: ../../c-api/init.rst:2691
37203722
msgid ""
37213723
"On success, this returns a new :term:`strong reference` to the thread "
37223724
"information; on failure, this returns ``NULL`` with an exception set."
37233725
msgstr ""
3726+
"���功时,此函数将返回一个指向线程信息的新的 :term:`strong reference`;失败时,将返回 ``NULL`` 并设置一个异常。"
37243727

37253728
#: ../../c-api/init.rst:2699
37263729
msgid "This macro is defined when the system supports native thread IDs."
3727-
msgstr ""
3730+
msgstr "该宏将在系统支持原生线程 ID 时被定义。"
37283731

37293732
#: ../../c-api/init.rst:2704
37303733
msgid ""

0 commit comments

Comments
 (0)