55#
66# Translators:
77# cissoid <[email protected] >, 20218- # Alpha Du <[email protected] >, 202198# Arisaka97 <[email protected] >, 2023109# WH-2099 <[email protected] >, 20231110# Freesand Leo <[email protected] >, 2024@@ -15,7 +14,7 @@ msgid ""
1514msgstr ""
1615"Project-Id-Version : Python 3.12\n "
1716"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2024-04-14 22:56 +0000\n "
17+ "POT-Creation-Date : 2024-05-10 14:14 +0000\n "
1918"PO-Revision-Date : 2021-06-28 00:54+0000\n "
2019"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
2120"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -26,8 +25,8 @@ msgstr ""
2625"Plural-Forms : nplurals=1; plural=0;\n "
2726
2827#: ../../library/_thread.rst:2
29- msgid ":mod:`_thread` --- Low-level threading API"
30- msgstr ":mod:`_thread` --- 底层多线程 API "
28+ msgid ":mod:`! _thread` --- Low-level threading API"
29+ msgstr ""
3130
3231#: ../../library/_thread.rst:15
3332msgid ""
@@ -237,22 +236,18 @@ msgstr "没有任何可选参数时,该方法无条件申请获得锁,有必
237236#: ../../library/_thread.rst:168
238237msgid ""
239238"If the *blocking* argument is present, the action depends on its value: if "
240- "it is False , the lock is only acquired if it can be acquired immediately "
241- "without waiting, while if it is True , the lock is acquired unconditionally "
239+ "it is false , the lock is only acquired if it can be acquired immediately "
240+ "without waiting, while if it is true , the lock is acquired unconditionally "
242241"as above."
243242msgstr ""
244- "如果提供了 *blocking* 参数,具体的行为将取决于它的值:如果它为 False,则只在能够立即获取到锁而无需等待时才会获取,而如果它为 "
245- "True,则会与上面一样无条件地获取锁。"
246243
247244#: ../../library/_thread.rst:173
248245msgid ""
249246"If the floating-point *timeout* argument is present and positive, it "
250247"specifies the maximum wait time in seconds before returning. A negative "
251248"*timeout* argument specifies an unbounded wait. You cannot specify a "
252- "*timeout* if *blocking* is False ."
249+ "*timeout* if *blocking* is false ."
253250msgstr ""
254- "如果提供了浮点数形式的 *timeout* 参数且为正值,它将指明在返回之前的最大等待秒数。 负的 *timeout* 参数值表示无限期的等待。 如果 "
255- "*blocking* 为 False 则你不能指定 *timeout*。"
256251
257252#: ../../library/_thread.rst:178
258253msgid ""
0 commit comments