7
7
# mollinaca, 2021
8
8
# 渋川よしき <yoshiki@shibu.jp>, 2022
9
9
# tomo, 2022
10
+ # Takeshi Nakazato, 2023
10
11
#
11
12
#, fuzzy
12
13
msgid ""
13
14
msgstr ""
14
15
"Project-Id-Version : Python 3.11\n "
15
16
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-02-10 14:15 +0000\n "
17
+ "POT-Creation-Date : 2023-02-17 14:14 +0000\n "
17
18
"PO-Revision-Date : 2021-06-28 00:53+0000\n "
18
- "Last-Translator : tomo, 2022 \n "
19
+ "Last-Translator : Takeshi Nakazato, 2023 \n "
19
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
20
21
"ja/)\n "
21
22
"MIME-Version : 1.0\n "
@@ -42,6 +43,9 @@ msgid ""
42
43
"found useful in the past. For links to tutorial and reference information, "
43
44
"please see :ref:`cookbook-ref-links`."
44
45
msgstr ""
46
+ "このページは、過去に有用であるとされていた、logging に関連するいくつものレシ"
47
+ "ピを含んでいます。チュートリアルやリファレンス情報へのリンクについては :ref:"
48
+ "`cookbook-ref-links` を参照してください。"
45
49
46
50
#: ../../howto/logging-cookbook.rst:16
47
51
msgid "Using logging in multiple modules"
@@ -200,10 +204,15 @@ msgid ""
200
204
"the directory exists and that you have the permissions to create and update "
201
205
"files in it."
202
206
msgstr ""
207
+ "ここでファイル名として ``/tmp/myapp.log`` を選んだということは、一時ファイル"
208
+ "の標準的な場所として POSIX システムを想定していることに注意してください。 "
209
+ "Windows の場合、ディレクトリが存在し、そのディレクトリに対してファイルを更新"
210
+ "するための適切な権限を有することを保証するために、ログファイル向けのディレク"
211
+ "トリ名として異なる選択を取る必要があるでしょう。"
203
212
204
213
#: ../../howto/logging-cookbook.rst:282
205
214
msgid "Custom handling of levels"
206
- msgstr ""
215
+ msgstr "ログレベルのカスタム処理 "
207
216
208
217
#: ../../howto/logging-cookbook.rst:284
209
218
msgid ""
@@ -212,6 +221,10 @@ msgid ""
212
221
"get processed by a handler. To do this, you need to use filters. Let's look "
213
222
"at a scenario where you want to arrange things as follows:"
214
223
msgstr ""
224
+ "しきい値以上のログレベル全てがハンドラによって処理される標準的な処理に対し"
225
+ "て、ときにはわずかに異なる振る舞いを必要とすることもあるでしょう。そのような"
226
+ "場合はフィルタを使う必要があります。以下のような処理が必要なシナリオについて"
227
+ "取り上げてみましょう:"
215
228
216
229
#: ../../howto/logging-cookbook.rst:289
217
230
msgid "Send messages of severity ``INFO`` and ``WARNING`` to ``sys.stdout``"
0 commit comments