@@ -20,7 +20,7 @@ msgid ""
20
20
msgstr ""
21
21
"Project-Id-Version : Python 3.13\n "
22
22
"Report-Msgid-Bugs-To : \n "
23
- "POT-Creation-Date : 2024-09-27 14:17+0000\n "
23
+ "POT-Creation-Date : 2024-10-04 14:17+0000\n "
24
24
"PO-Revision-Date : 2021-06-28 01:09+0000\n "
25
25
"Last-Translator : Takeshi Nakazato, 2024\n "
26
26
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -278,23 +278,28 @@ msgstr "この属性は読み出し専用として扱われるべきです。"
278
278
279
279
#: ../../library/logging.rst:130
280
280
msgid "The threshold of this logger, as set by the :meth:`setLevel` method."
281
- msgstr ""
281
+ msgstr ":meth:`setLevel` メソッドで設定された、このロガーのしきい値です。 "
282
282
283
283
#: ../../library/logging.rst:132
284
284
msgid ""
285
285
"Do not set this attribute directly - always use :meth:`setLevel`, which has "
286
286
"checks for the level passed to it."
287
287
msgstr ""
288
+ "この属性を直接設定しないでください - :meth:`setLevel` は渡されたレベルを"
289
+ "チェックする機能を持っていますので、常にこのメソッドを使うようにしてくださ"
290
+ "い。"
288
291
289
292
#: ../../library/logging.rst:137
290
293
msgid ""
291
294
"The parent logger of this logger. It may change based on later instantiation "
292
295
"of loggers which are higher up in the namespace hierarchy."
293
296
msgstr ""
297
+ "このロガーの親にあたるロガーです。名前空間の階層構造で上位にあたるロガーのイ"
298
+ "ンスタンス化により、親ロガーは変わる可能性があります。"
294
299
295
300
#: ../../library/logging.rst:140
296
301
msgid "This value should be treated as read-only."
297
- msgstr ""
302
+ msgstr "この値は読み出し専用として取り扱われるべきです。 "
298
303
299
304
#: ../../library/logging.rst:144
300
305
msgid ""
@@ -364,20 +369,26 @@ msgstr ""
364
369
365
370
#: ../../library/logging.rst:175
366
371
msgid "The list of handlers directly attached to this logger instance."
367
- msgstr ""
372
+ msgstr "このロガーインスタンスに直接接続されているハンドラのリストです。 "
368
373
369
374
#: ../../library/logging.rst:177
370
375
msgid ""
371
376
"This attribute should be treated as read-only; it is normally changed via "
372
377
"the :meth:`addHandler` and :meth:`removeHandler` methods, which use locks to "
373
378
"ensure thread-safe operation."
374
379
msgstr ""
380
+ "この属性は読み出し専用として取り扱われるべきです; 通常この属性は :meth:"
381
+ "`addHandler` と :meth:`removeHandler` の2つのメソッドを介して変更されます。こ"
382
+ "れらのメソッドはスレッドセーフな処理を保証するためにロックを活用します。"
375
383
376
384
#: ../../library/logging.rst:183
377
385
msgid ""
378
386
"This attribute disables handling of any events. It is set to ``False`` in "
379
387
"the initializer, and only changed by logging configuration code."
380
388
msgstr ""
389
+ "この属性は、いかなるイベントの処理も作動しないようにします。イニシャライザは"
390
+ "この属性に ``False`` を設定します。また、この属性はロギングを設定するコードに"
391
+ "よってのみ変更されます。"
381
392
382
393
#: ../../library/logging.rst:190
383
394
msgid ""
0 commit comments