Skip to content

Commit 229086a

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent b340286 commit 229086a

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

c-api/conversion.po

+1-1
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: 2024-09-13 14:16+0000\n"
15+
"POT-Creation-Date: 2024-10-04 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: Arihiro TAKASE, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/memoryview.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-09-13 14:16+0000\n"
16+
"POT-Creation-Date: 2024-10-04 14:17+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1818
"Last-Translator: Osamu NAKAMURA, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/logging.po

+15-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.13\n"
2222
"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"
2424
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
2525
"Last-Translator: Takeshi Nakazato, 2024\n"
2626
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -278,23 +278,28 @@ msgstr "この属性は読み出し専用として扱われるべきです。"
278278

279279
#: ../../library/logging.rst:130
280280
msgid "The threshold of this logger, as set by the :meth:`setLevel` method."
281-
msgstr ""
281+
msgstr ":meth:`setLevel` メソッドで設定された、このロガーのしきい値です。"
282282

283283
#: ../../library/logging.rst:132
284284
msgid ""
285285
"Do not set this attribute directly - always use :meth:`setLevel`, which has "
286286
"checks for the level passed to it."
287287
msgstr ""
288+
"この属性を直接設定しないでください - :meth:`setLevel` は渡されたレベルを"
289+
"チェックする機能を持っていますので、常にこのメソッドを使うようにしてくださ"
290+
"い。"
288291

289292
#: ../../library/logging.rst:137
290293
msgid ""
291294
"The parent logger of this logger. It may change based on later instantiation "
292295
"of loggers which are higher up in the namespace hierarchy."
293296
msgstr ""
297+
"このロガーの親にあたるロガーです。名前空間の階層構造で上位にあたるロガーのイ"
298+
"ンスタンス化により、親ロガーは変わる可能性があります。"
294299

295300
#: ../../library/logging.rst:140
296301
msgid "This value should be treated as read-only."
297-
msgstr ""
302+
msgstr "この値は読み出し専用として取り扱われるべきです。"
298303

299304
#: ../../library/logging.rst:144
300305
msgid ""
@@ -364,20 +369,26 @@ msgstr ""
364369

365370
#: ../../library/logging.rst:175
366371
msgid "The list of handlers directly attached to this logger instance."
367-
msgstr ""
372+
msgstr "このロガーインスタンスに直接接続されているハンドラのリストです。"
368373

369374
#: ../../library/logging.rst:177
370375
msgid ""
371376
"This attribute should be treated as read-only; it is normally changed via "
372377
"the :meth:`addHandler` and :meth:`removeHandler` methods, which use locks to "
373378
"ensure thread-safe operation."
374379
msgstr ""
380+
"この属性は読み出し専用として取り扱われるべきです; 通常この属性は :meth:"
381+
"`addHandler` と :meth:`removeHandler` の2つのメソッドを介して変更されます。こ"
382+
"れらのメソッドはスレッドセーフな処理を保証するためにロックを活用します。"
375383

376384
#: ../../library/logging.rst:183
377385
msgid ""
378386
"This attribute disables handling of any events. It is set to ``False`` in "
379387
"the initializer, and only changed by logging configuration code."
380388
msgstr ""
389+
"この属性は、いかなるイベントの処理も作動しないようにします。イニシャライザは"
390+
"この属性に ``False`` を設定します。また、この属性はロギングを設定するコードに"
391+
"よってのみ変更されます。"
381392

382393
#: ../../library/logging.rst:190
383394
msgid ""

0 commit comments

Comments
 (0)