@@ -10,7 +10,7 @@ msgstr ""
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2018-06-01 13:27+0900\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
- "Last-Translator : cocoatomo , 2018\n "
13
+ "Last-Translator : Mukai Shohei <mukaishohei76@gmail.com> , 2018\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=UTF-8\n "
@@ -260,7 +260,7 @@ msgstr ""
260
260
msgid ""
261
261
"And now if we open the file and look at what we have, we should find the log"
262
262
" messages:"
263
- msgstr ""
263
+ msgstr "そして、ファイルの中身を確認すると、ログメッセージが確認できます: "
264
264
265
265
#: ../../howto/logging.rst:145
266
266
msgid ""
@@ -274,7 +274,7 @@ msgstr ""
274
274
#: ../../howto/logging.rst:149
275
275
msgid ""
276
276
"If you want to set the logging level from a command-line option such as:"
277
- msgstr ""
277
+ msgstr "コマンドラインのオプションからログレベルを変更した場合、以下の様に入力してください: "
278
278
279
279
#: ../../howto/logging.rst:155
280
280
msgid ""
@@ -331,7 +331,7 @@ msgstr "プログラムが複数のモジュールでできているなら、そ
331
331
332
332
#: ../../howto/logging.rst:215
333
333
msgid "If you run *myapp.py*, you should see this in *myapp.log*:"
334
- msgstr ""
334
+ msgstr "*myapp.py* を実行すれば、*myapp.log*でログが確認できます: "
335
335
336
336
#: ../../howto/logging.rst:223
337
337
msgid ""
@@ -390,7 +390,7 @@ msgstr "メッセージを表示するのに使われるフォーマットを変
390
390
391
391
#: ../../howto/logging.rst:267
392
392
msgid "which would print:"
393
- msgstr ""
393
+ msgstr "これは次のように表示されます: "
394
394
395
395
#: ../../howto/logging.rst:275
396
396
msgid ""
@@ -417,18 +417,20 @@ msgstr "イベントの日付と時刻を表示するには、フォーマット
417
417
418
418
#: ../../howto/logging.rst:293
419
419
msgid "which should print something like this:"
420
- msgstr ""
420
+ msgstr "これは以下の様なフォーマットで表示されます: "
421
421
422
422
#: ../../howto/logging.rst:299
423
423
msgid ""
424
424
"The default format for date/time display (shown above) is like ISO8601 or "
425
425
":rfc:`3339`. If you need more control over the formatting of the date/time, "
426
426
"provide a *datefmt* argument to ``basicConfig``, as in this example::"
427
427
msgstr ""
428
+ "デフォルトの日付と時間のフォーマットは、ISO8601 (RFC3339) の規格で表示されます (上記の表示結果) "
429
+ "。日付と時間のフォーマットを変更した場合は、以下の例の様に、``basicConfig``関数の*datefmt*引数に指定する必要があります:"
428
430
429
431
#: ../../howto/logging.rst:307
430
432
msgid "which would display something like this:"
431
- msgstr ""
433
+ msgstr "これは次のように表示されます: "
432
434
433
435
#: ../../howto/logging.rst:313
434
436
msgid ""
@@ -585,7 +587,7 @@ msgstr ""
585
587
586
588
#: ../../howto/logging.rst:391
587
589
msgid "The default format set by :func:`basicConfig` for messages is:"
588
- msgstr ""
590
+ msgstr "`basicConfig`によるデフォルトのフォーマットメッセージは次のようになります: "
589
591
590
592
#: ../../howto/logging.rst:397
591
593
msgid ""
@@ -865,6 +867,7 @@ msgid ""
865
867
"If there is no message format string, the default is to use the raw message."
866
868
" If there is no date format string, the default date format is:"
867
869
msgstr ""
870
+ "フォーマット文字列に何も渡さない場合は、デフォルトで行メッセージが利用されます。また、日付フォーマットに何も渡さない場合は、デフォルトで以下のフォーマットが利用されます:"
868
871
869
872
#: ../../howto/logging.rst:545
870
873
msgid ""
@@ -965,7 +968,7 @@ msgstr ""
965
968
966
969
#: ../../howto/logging.rst:647
967
970
msgid "Here is the logging.conf file:"
968
- msgstr ""
971
+ msgstr "これは`logging.conf`ファイルに記載する例です: "
969
972
970
973
#: ../../howto/logging.rst:680
971
974
msgid ""
@@ -1051,7 +1054,7 @@ msgstr ""
1051
1054
msgid ""
1052
1055
"Here's an example of the same configuration as above, in YAML format for the"
1053
1056
" new dictionary-based approach:"
1054
- msgstr ""
1057
+ msgstr "以下は上記と同じ設定を、辞書形式に基づくYAMLフォーマットとして書いたものです: "
1055
1058
1056
1059
#: ../../howto/logging.rst:757
1057
1060
msgid ""
0 commit comments