10
10
# 秘湯 <xwhhsprings@gmail.com>, 2017
11
11
# Arihiro TAKASE, 2017
12
12
# E. Kawashima, 2017
13
- # tomo, 2018
13
+ # tomo, 2019
14
14
#
15
15
#, fuzzy
16
16
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
19
19
"Report-Msgid-Bugs-To : \n "
20
20
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
21
21
"PO-Revision-Date : 2017-02-16 23:41+0000\n "
22
- "Last-Translator : tomo, 2018 \n "
22
+ "Last-Translator : tomo, 2019 \n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
24
24
"MIME-Version : 1.0\n "
25
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -306,15 +306,15 @@ msgstr "全コマンドラインオプションの短い説明を出力します
306
306
307
307
#: ../../using/cmdline.rst:181
308
308
msgid "Print the Python version number and exit. Example output could be:"
309
- msgstr ""
309
+ msgstr "Python のバージョン番号を表示して終了します。出力の例: "
310
310
311
311
#: ../../using/cmdline.rst:187
312
312
msgid "When given twice, print more information about the build, like:"
313
- msgstr ""
313
+ msgstr "2つ指定すると、次のようにより多くのビルドの情報を表示します: "
314
314
315
315
#: ../../using/cmdline.rst:194
316
316
msgid "The ``-VV`` option."
317
- msgstr ""
317
+ msgstr "``-VV`` オプション。 "
318
318
319
319
#: ../../using/cmdline.rst:200
320
320
msgid "Miscellaneous options"
@@ -364,6 +364,8 @@ msgid ""
364
364
"Turn on parser debugging output (for expert only, depending on compilation "
365
365
"options). See also :envvar:`PYTHONDEBUG`."
366
366
msgstr ""
367
+ "パーサーのデバッグ出力を有効にします。(専門家専用です。コンパイルオプションに依存します)。 :envvar:`PYTHONDEBUG` "
368
+ "も参照してください。"
367
369
368
370
#: ../../using/cmdline.rst:239
369
371
msgid ""
@@ -414,7 +416,7 @@ msgstr ""
414
416
415
417
#: ../../using/cmdline.rst:272 ../../using/cmdline.rst:282
416
418
msgid "Modify ``.pyc`` filenames according to :pep:`488`."
417
- msgstr ""
419
+ msgstr ":pep:`488` に従って ``.pyc`` ファイル名を変更します。 "
418
420
419
421
#: ../../using/cmdline.rst:278
420
422
msgid ""
@@ -466,7 +468,7 @@ msgstr ":envvar:`PYTHONHASHSEED` によってハッシュシードの固定値
466
468
467
469
#: ../../using/cmdline.rst:313
468
470
msgid "The option is no longer ignored."
469
- msgstr ""
471
+ msgstr "このオプションが無視されなくなりました. "
470
472
471
473
#: ../../using/cmdline.rst:321
472
474
msgid ""
@@ -524,6 +526,8 @@ msgid ""
524
526
"messages to :data:`sys.stderr`. A typical warning message has the following"
525
527
" form:"
526
528
msgstr ""
529
+ "警告制御。 Python の警告機構はデフォルトでは警告メッセージを :data:`sys.stderr` "
530
+ "に表示します。典型的な警告メッセージは次の書式で表示されます。"
527
531
528
532
#: ../../using/cmdline.rst:368
529
533
msgid ""
@@ -548,6 +552,8 @@ msgid ""
548
552
"environment variable and from within a Python program using the "
549
553
":mod:`warnings` module."
550
554
msgstr ""
555
+ "警告は、 :envvar:`PYTHONWARNINGS` 環境変数を使い、そして Python プログラムの中から :mod:`warnings` "
556
+ "モジュールを利用して制御できます。"
551
557
552
558
#: ../../using/cmdline.rst:380 ../../using/cmdline.rst:662
553
559
msgid ""
@@ -672,7 +678,7 @@ msgstr "任意の値を渡し、 :data:`sys._xoptions` 辞書から取り出す
672
678
673
679
#: ../../using/cmdline.rst:449
674
680
msgid "The :option:`-X` option was added."
675
- msgstr ""
681
+ msgstr ":option:`-X` オプションが追加されました。 "
676
682
677
683
#: ../../using/cmdline.rst:452
678
684
msgid "The ``-X faulthandler`` option."
@@ -684,11 +690,11 @@ msgstr "``-X showrefcount`` および ``-X tracemalloc`` オプション。"
684
690
685
691
#: ../../using/cmdline.rst:458
686
692
msgid "The ``-X showalloccount`` option."
687
- msgstr ""
693
+ msgstr "``-X showalloccount`` オプション。 "
688
694
689
695
#: ../../using/cmdline.rst:461
690
696
msgid "The ``-X importtime``, ``-X dev`` and ``-X utf8`` options."
691
- msgstr ""
697
+ msgstr "``-X importtime``, ``-X dev``, ``-X utf8`` オプション。 "
692
698
693
699
#: ../../using/cmdline.rst:466
694
700
msgid "Options you shouldn't use"
@@ -862,6 +868,8 @@ msgid ""
862
868
"files on the import of source modules. This is equivalent to specifying the"
863
869
" :option:`-B` option."
864
870
msgstr ""
871
+ "この変数に空でない文字列を設定した場合、 Python はソースモジュールのインポート時に ``.pyc`` ファイルを作成しようとはしなくなります。\n"
872
+ ":option:`-B` オプションを指定するのと等価です。"
865
873
866
874
#: ../../using/cmdline.rst:592
867
875
msgid ""
0 commit comments