Skip to content

Commit 3189e6e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 1fccac0 commit 3189e6e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

howto/logging-cookbook.po

+11-1
Original file line numberDiff line numberDiff line change
@@ -884,17 +884,27 @@ msgid ""
884884
"application's log file, while including in the log additional contextual "
885885
"information such as client IP, HTTP request method and client username?"
886886
msgstr ""
887+
"説明のため、同じ Python プロセス上で共通のライブラリを使っている独立した複数"
888+
"の web アプリケーションがあるとします。これらのアプリケーションが、クライアン"
889+
"トの IP アドレスや HTTP リクエストメソッド、およびクライアントのユーザー名の"
890+
"ようなコンテキスト依存の情報を追加情報として含んだ自身のログを、共通のライブ"
891+
"ラリ (と他のリクエスト処理のためのコード) から各アプリケーションのログファイ"
892+
"ルへ適切に振り向けるためにはどのようにしたら良いでしょうか?"
887893

888894
#: ../../howto/logging-cookbook.rst:1011
889895
msgid "Let's assume that the library can be simulated by the following code:"
890-
msgstr ""
896+
msgstr "ここで、ライブラリは以下のコードで模することができるとします:"
891897

892898
#: ../../howto/logging-cookbook.rst:1027
893899
msgid ""
894900
"We can simulate the multiple web applications by means of two simple "
895901
"classes, ``Request`` and ``WebApp``. These simulate how real threaded web "
896902
"applications work - each request is handled by a thread:"
897903
msgstr ""
904+
"複数の web アプリケーションは2つの簡単なクラス, ``Request`` と ``WebApp``, に"
905+
"よって模倣することができます。これらは実際のスレッド化された web アプリケー"
906+
"ションがどのように動作するかを模擬的にあらわしています - すなわち各リクエスト"
907+
"はスレッドで処理される状況です:"
898908

899909
#: ../../howto/logging-cookbook.rst:1171
900910
msgid ""

library/asyncio-api-index.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"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"
1717
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1818
"Last-Translator: souma987, 2023\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)