File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.11\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2023-03-03 14:14+0000\n "
17
+ "POT-Creation-Date : 2023-03-24 14:14+0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:50+0000\n "
19
19
"Last-Translator : 菊池 健志, 2023\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.11\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-03-03 14:14+0000\n "
16
+ "POT-Creation-Date : 2023-03-24 14:14+0000\n "
17
17
"PO-Revision-Date : 2022-11-05 19:48+0000\n "
18
18
"Last-Translator : 菊池 健志, 2023\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change @@ -416,6 +416,16 @@ msgid ""
416
416
"untrusted sources with *extreme caution* and satisfy yourself that nothing "
417
417
"bad can happen if you load them, before actually loading them."
418
418
msgstr ""
419
+ "logging の設定機能は便利さを提供します。その便利さの一部は設定ファイル内のテ"
420
+ "キストを logging の設定に使われる Python オブジェクトに変換する機能を提供する"
421
+ "ことによって実現されています - たとえば、 :ref:`logging-config-dict-userdef` "
422
+ "で説明されているような機能です。しかし、まさにこのメカニズム (実行可能オブ"
423
+ "ジェクトをユーザー定義モジュールからインポートし、設定ファイルから読み込んだ"
424
+ "パラメータを使ってそれらを呼び出すこと) が任意のコードを呼び出すことに利用で"
425
+ "きる可能性があります。そして、この理由により、信頼できない情報源から取得した"
426
+ "設定ファイルは *細心の注意* を払って取り扱わなければなりません。そのような"
427
+ "ファイルをロードする場合、そのファイルがいかなる問題も起こさないと確認した上"
428
+ "で実際にファイルをロードしてください。"
419
429
420
430
#: ../../library/logging.config.rst:211
421
431
msgid "Configuration dictionary schema"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.11\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-03-03 14:14+0000\n "
16
+ "POT-Creation-Date : 2023-03-24 14:14+0000\n "
17
17
"PO-Revision-Date : 2021-06-29 13:04+0000\n "
18
18
"Last-Translator : yaakiyu, 2023\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
You can’t perform that action at this time.
0 commit comments