Skip to content

Commit 708603c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent a205ca6 commit 708603c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

howto/logging-cookbook.po

+14-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.11\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-10 14:15+0000\n"
17+
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1919
"Last-Translator: Takeshi Nakazato, 2023\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
@@ -916,10 +916,17 @@ msgid ""
916916
"dummy request will always appear together in a log line). This is "
917917
"illustrated by the following shell output:"
918918
msgstr ""
919+
"上記のコードを実行すると、およそ半分のリクエストが :file:`app1.log` に、残り"
920+
"半分が :file:`app2.log` にそれぞれ記録され、同時に全てのリクエストが :file:"
921+
"`app.log` に記録されることがわかるでしょう。それぞれの web アプリケーション固"
922+
"有のログはそれぞれのアプリケーションからのログエントリだけを含み、リクエスト"
923+
"情報が矛盾なくログに表示されている (すなわち、各ダミーリクエストの情報は常に"
924+
"ログの行とともに現れる) はずです。このことは以下のシェルコマンドの出力により"
925+
"例示されています:"
919926

920927
#: ../../howto/logging-cookbook.rst:1218
921928
msgid "Imparting contextual information in handlers"
922-
msgstr ""
929+
msgstr "ハンドラ内でのコンテキスト情報の付与"
923930

924931
#: ../../howto/logging-cookbook.rst:1220
925932
msgid ""
@@ -928,6 +935,10 @@ msgid ""
928935
"handlers, you can use a filter that returns a new :class:`~LogRecord` "
929936
"instead of modifying it in-place, as shown in the following script::"
930937
msgstr ""
938+
":class:`~Handler` はそれぞれ一連のフィルタを独自に持っています。コンテキスト"
939+
"情報を、他のハンドラに漏らすことなく :class:`LogRecord` に付加したい場合、以"
940+
"下に示すスクリプトのように、直接レコードを編集する代わりに新しい :class:"
941+
"`~LogRecord` を返すフィルタを使うことができます::"
931942

932943
#: ../../howto/logging-cookbook.rst:1247
933944
msgid "Logging to a single file from multiple processes"
@@ -1053,7 +1064,7 @@ msgstr ""
10531064

10541065
#: ../../howto/logging-cookbook.rst:1524
10551066
msgid "Deploying Web applications using Gunicorn and uWSGI"
1056-
msgstr ""
1067+
msgstr "Gunicorn と uWSGI を用いた Web アプリケーションのデプロイ"
10571068

10581069
#: ../../howto/logging-cookbook.rst:1526
10591070
msgid ""

0 commit comments

Comments
 (0)