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

Commit 673152e

Browse files
[po] auto sync
1 parent 05b8d0b commit 673152e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "99.81%", "updated_at": "2025-11-27T15:57:12Z"}
1+
{"translation": "99.82%", "updated_at": "2025-11-28T07:57:15Z"}

c-api/init.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3574,17 +3574,17 @@ msgstr "锁已被成功获取。"
35743574

35753575
#: ../../c-api/init.rst:2580
35763576
msgid "The lock was interrupted by a signal."
3577-
msgstr ""
3577+
msgstr "锁被一个信号中断。"
35783578

35793579
#: ../../c-api/init.rst:2585
35803580
msgid "Allocate a new lock."
3581-
msgstr ""
3581+
msgstr "分配一个新锁。"
35823582

35833583
#: ../../c-api/init.rst:2587
35843584
msgid ""
35853585
"On success, this function returns a lock; on failure, this function returns "
35863586
"``0`` without an exception set."
3587-
msgstr ""
3587+
msgstr "成功时,此函数将返回一个锁;失败时,此函数将返回 ``0`` 且不设置异常。"
35883588

35893589
#: ../../c-api/init.rst:2590 ../../c-api/init.rst:2602
35903590
#: ../../c-api/init.rst:2622 ../../c-api/init.rst:2640
@@ -3597,16 +3597,16 @@ msgstr ""
35973597
msgid ""
35983598
"This function now always uses :c:type:`PyMutex`. In prior versions, this "
35993599
"would use a lock provided by the operating system."
3600-
msgstr ""
3600+
msgstr "此函数现在总是会使用 :c:type:`PyMutex`。 在之前版本中,它是使用由操作系统提供的锁。"
36013601

36023602
#: ../../c-api/init.rst:2599
36033603
msgid ""
36043604
"Destroy *lock*. The lock should not be held by any thread when calling this."
3605-
msgstr ""
3605+
msgstr "销毁 *lock*。 在调用此函数时该锁不应被任何线程持有。"
36063606

36073607
#: ../../c-api/init.rst:2607
36083608
msgid "Acquire *lock* with a timeout."
3609-
msgstr ""
3609+
msgstr "获取 *lock* 并附带超时控制。"
36103610

36113611
#: ../../c-api/init.rst:2609
36123612
msgid ""

0 commit comments

Comments
 (0)