5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # hstn, 2020
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To :\n "
14
15
"POT-Creation-Date :2020-02-09 18:48+0900\n "
15
16
"PO-Revision-Date :2018-06-29 17:46+0000\n "
16
- "Last-Translator :tomo, 2018 \n "
17
+ "Last-Translator :hstn, 2020 \n "
17
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version :1.0\n "
19
20
"Content-Type :text/plain; charset=UTF-8\n "
@@ -81,7 +82,7 @@ msgstr ""
81
82
82
83
#: ../../howto/logging-cookbook.rst:132
83
84
msgid "When run, the script should print something like the following:"
84
- msgstr ""
85
+ msgstr "実行すると、出力は以下のようになるはずです: "
85
86
86
87
#: ../../howto/logging-cookbook.rst:154
87
88
msgid ""
@@ -153,11 +154,11 @@ msgstr ""
153
154
154
155
#: ../../howto/logging-cookbook.rst:247
155
156
msgid "When you run this, on the console you will see"
156
- msgstr ""
157
+ msgstr "これを実行すると、コンソールには以下のように出力されます。 "
157
158
158
159
#: ../../howto/logging-cookbook.rst:256
159
160
msgid "and in the file you will see something like"
160
- msgstr ""
161
+ msgstr "そして、ファイルには以下のように出力されるはずです: "
161
162
162
163
#: ../../howto/logging-cookbook.rst:266
163
164
msgid ""
@@ -314,6 +315,8 @@ msgid ""
314
315
"First run the server, and then the client. On the client side, nothing is "
315
316
"printed on the console; on the server side, you should see something like:"
316
317
msgstr ""
318
+ "先にサーバを起動しておき、次にクライアントを起動します。クライアント側では、コンソールには何も出力されません; "
319
+ "サーバ側では以下のようなメッセージを目にするはずです::"
317
320
318
321
#: ../../howto/logging-cookbook.rst:537
319
322
msgid ""
@@ -486,7 +489,7 @@ msgstr ""
486
489
487
490
#: ../../howto/logging-cookbook.rst:688
488
491
msgid "which, when run, produces something like:"
489
- msgstr ""
492
+ msgstr "実行すると、以下のようになります: "
490
493
491
494
#: ../../howto/logging-cookbook.rst:709
492
495
msgid "Logging to a single file from multiple processes"