Skip to content

Commit 2e392eb

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent cfd7716 commit 2e392eb

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

howto/logging-cookbook.po

+16-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# mollinaca, 2021
88
# 渋川よしき <yoshiki@shibu.jp>, 2022
99
# tomo, 2022
10+
# Takeshi Nakazato, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.11\n"
1516
"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"
1718
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
18-
"Last-Translator: tomo, 2022\n"
19+
"Last-Translator: Takeshi Nakazato, 2023\n"
1920
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
@@ -42,6 +43,9 @@ msgid ""
4243
"found useful in the past. For links to tutorial and reference information, "
4344
"please see :ref:`cookbook-ref-links`."
4445
msgstr ""
46+
"このページは、過去に有用であるとされていた、logging に関連するいくつものレシ"
47+
"ピを含んでいます。チュートリアルやリファレンス情報へのリンクについては :ref:"
48+
"`cookbook-ref-links` を参照してください。"
4549

4650
#: ../../howto/logging-cookbook.rst:16
4751
msgid "Using logging in multiple modules"
@@ -200,10 +204,15 @@ msgid ""
200204
"the directory exists and that you have the permissions to create and update "
201205
"files in it."
202206
msgstr ""
207+
"ここでファイル名として ``/tmp/myapp.log`` を選んだということは、一時ファイル"
208+
"の標準的な場所として POSIX システムを想定していることに注意してください。 "
209+
"Windows の場合、ディレクトリが存在し、そのディレクトリに対してファイルを更新"
210+
"するための適切な権限を有することを保証するために、ログファイル向けのディレク"
211+
"トリ名として異なる選択を取る必要があるでしょう。"
203212

204213
#: ../../howto/logging-cookbook.rst:282
205214
msgid "Custom handling of levels"
206-
msgstr ""
215+
msgstr "ログレベルのカスタム処理"
207216

208217
#: ../../howto/logging-cookbook.rst:284
209218
msgid ""
@@ -212,6 +221,10 @@ msgid ""
212221
"get processed by a handler. To do this, you need to use filters. Let's look "
213222
"at a scenario where you want to arrange things as follows:"
214223
msgstr ""
224+
"しきい値以上のログレベル全てがハンドラによって処理される標準的な処理に対し"
225+
"て、ときにはわずかに異なる振る舞いを必要とすることもあるでしょう。そのような"
226+
"場合はフィルタを使う必要があります。以下のような処理が必要なシナリオについて"
227+
"取り上げてみましょう:"
215228

216229
#: ../../howto/logging-cookbook.rst:289
217230
msgid "Send messages of severity ``INFO`` and ``WARNING`` to ``sys.stdout``"

0 commit comments

Comments
 (0)