@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.12\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2024-04-19 14:13 +0000\n "
18
+ "POT-Creation-Date : 2024-05-10 14:14 +0000\n "
19
19
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
20
20
"Last-Translator : Arihiro TAKASE, 2023\n "
21
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -27,8 +27,8 @@ msgstr ""
27
27
"Plural-Forms : nplurals=1; plural=0;\n "
28
28
29
29
#: ../../library/_thread.rst:2
30
- msgid ":mod:`_thread` --- Low-level threading API"
31
- msgstr ":mod:`_thread` --- 低水準の スレッド API "
30
+ msgid ":mod:`! _thread` --- Low-level threading API"
31
+ msgstr ""
32
32
33
33
#: ../../library/_thread.rst:15
34
34
msgid ""
@@ -248,24 +248,18 @@ msgstr ""
248
248
#: ../../library/_thread.rst:168
249
249
msgid ""
250
250
"If the *blocking* argument is present, the action depends on its value: if "
251
- "it is False , the lock is only acquired if it can be acquired immediately "
252
- "without waiting, while if it is True , the lock is acquired unconditionally "
251
+ "it is false , the lock is only acquired if it can be acquired immediately "
252
+ "without waiting, while if it is true , the lock is acquired unconditionally "
253
253
"as above."
254
254
msgstr ""
255
- "*blocking* 引数を指定すると、その値によって動作が変わります。偽であれば、待た"
256
- "ずにすぐ獲得できる場合にだけロックを獲得します。真であれば、先の例と同様、"
257
- "ロックの状態にかかわらず獲得をおこないます。"
258
255
259
256
#: ../../library/_thread.rst:173
260
257
msgid ""
261
258
"If the floating-point *timeout* argument is present and positive, it "
262
259
"specifies the maximum wait time in seconds before returning. A negative "
263
260
"*timeout* argument specifies an unbounded wait. You cannot specify a "
264
- "*timeout* if *blocking* is False ."
261
+ "*timeout* if *blocking* is false ."
265
262
msgstr ""
266
- "*timeout* 引数に正の float 値が指定された場合、返る前に待つ最大の時間を秒数で"
267
- "指定します。負の *timeout* 引数は無制限に待つことを指定します。*blocking* が"
268
- "偽の時は *timeout* を指定することはできません。"
269
263
270
264
#: ../../library/_thread.rst:178
271
265
msgid ""
0 commit comments