@@ -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-02-17 14:14 +0000\n "
17
+ "POT-Creation-Date : 2023-02-24 14:15 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:53+0000\n "
19
19
"Last-Translator : Takeshi Nakazato, 2023\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -228,19 +228,19 @@ msgstr ""
228
228
229
229
#: ../../howto/logging-cookbook.rst:289
230
230
msgid "Send messages of severity ``INFO`` and ``WARNING`` to ``sys.stdout``"
231
- msgstr ""
231
+ msgstr "深刻度 ``INFO`` と ``WARNING`` のメッセージを ``sys.stdout`` に送る "
232
232
233
233
#: ../../howto/logging-cookbook.rst:290
234
234
msgid "Send messages of severity ``ERROR`` and above to ``sys.stderr``"
235
- msgstr ""
235
+ msgstr "深刻度 ``ERROR`` 以上のメッセージを ``sys.stderr`` に送る "
236
236
237
237
#: ../../howto/logging-cookbook.rst:291
238
238
msgid "Send messages of severity ``DEBUG`` and above to file ``app.log``"
239
- msgstr ""
239
+ msgstr "深刻度 ``DEBUG`` 以上のメッセージをファイル ``app.log`` に送る "
240
240
241
241
#: ../../howto/logging-cookbook.rst:293
242
242
msgid "Suppose you configure logging with the following JSON:"
243
- msgstr ""
243
+ msgstr "logging モジュールを下記の JSON によって構成したとしましょう: "
244
244
245
245
#: ../../howto/logging-cookbook.rst:335
246
246
msgid ""
@@ -250,10 +250,17 @@ msgid ""
250
250
"those messages and add it to the relevant handler. This can be configured by "
251
251
"adding a ``filters`` section parallel to ``formatters`` and ``handlers``:"
252
252
msgstr ""
253
+ "この構成は、上記の要求を *ほぼ* 行ってくれます。 ``INFO`` と ``WARNING`` の"
254
+ "メッセージに加えて、 ``sys.stdout`` が深刻度 ``ERROR`` 以上のメッセージも表示"
255
+ "してしまうことを除いては。 これを防ぐために、表示したくないメッセージを除外す"
256
+ "るフィルターを設定して関連するハンドラに追加することができます。そのような"
257
+ "フィルターは ``filters`` セクションを ``formatters`` や ``handlers`` と並べて"
258
+ "追加することで構成できます:"
253
259
254
260
#: ../../howto/logging-cookbook.rst:350
255
261
msgid "and changing the section on the ``stdout`` handler to add it:"
256
262
msgstr ""
263
+ "そして ``stdout`` のハンドラに関するセクションにフィルターを追加します:"
257
264
258
265
#: ../../howto/logging-cookbook.rst:362
259
266
msgid ""
0 commit comments