File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -884,17 +884,27 @@ msgid ""
884
884
"application's log file, while including in the log additional contextual "
885
885
"information such as client IP, HTTP request method and client username?"
886
886
msgstr ""
887
+ "説明のため、同じ Python プロセス上で共通のライブラリを使っている独立した複数"
888
+ "の web アプリケーションがあるとします。これらのアプリケーションが、クライアン"
889
+ "トの IP アドレスや HTTP リクエストメソッド、およびクライアントのユーザー名の"
890
+ "ようなコンテキスト依存の情報を追加情報として含んだ自身のログを、共通のライブ"
891
+ "ラリ (と他のリクエスト処理のためのコード) から各アプリケーションのログファイ"
892
+ "ルへ適切に振り向けるためにはどのようにしたら良いでしょうか?"
887
893
888
894
#: ../../howto/logging-cookbook.rst:1011
889
895
msgid "Let's assume that the library can be simulated by the following code:"
890
- msgstr ""
896
+ msgstr "ここで、ライブラリは以下のコードで模することができるとします: "
891
897
892
898
#: ../../howto/logging-cookbook.rst:1027
893
899
msgid ""
894
900
"We can simulate the multiple web applications by means of two simple "
895
901
"classes, ``Request`` and ``WebApp``. These simulate how real threaded web "
896
902
"applications work - each request is handled by a thread:"
897
903
msgstr ""
904
+ "複数の web アプリケーションは2つの簡単なクラス, ``Request`` と ``WebApp``, に"
905
+ "よって模倣することができます。これらは実際のスレッド化された web アプリケー"
906
+ "ションがどのように動作するかを模擬的にあらわしています - すなわち各リクエスト"
907
+ "はスレッドで処理される状況です:"
898
908
899
909
#: ../../howto/logging-cookbook.rst:1171
900
910
msgid ""
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-02-17 14:14 +0000\n "
16
+ "POT-Creation-Date : 2023-03-10 14:15 +0000\n "
17
17
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
18
18
"Last-Translator : souma987, 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