4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-01-01 15:22+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:20+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -300,15 +300,15 @@ msgstr "全コマンドラインオプションの短い説明を出力します
300
300
301
301
#: ../../using/cmdline.rst:181
302
302
msgid "Print the Python version number and exit. Example output could be:"
303
- msgstr ""
303
+ msgstr "Python のバージョン番号を表示して終了します。出力の例: "
304
304
305
305
#: ../../using/cmdline.rst:187
306
306
msgid "When given twice, print more information about the build, like:"
307
- msgstr ""
307
+ msgstr "2つ指定すると、次のようにより多くのビルドの情報を表示します: "
308
308
309
309
#: ../../using/cmdline.rst:194
310
310
msgid "The ``-VV`` option."
311
- msgstr ""
311
+ msgstr "``-VV`` オプション。 "
312
312
313
313
#: ../../using/cmdline.rst:200
314
314
msgid "Miscellaneous options"
@@ -393,7 +393,7 @@ msgstr ""
393
393
394
394
#: ../../using/cmdline.rst:258 ../../using/cmdline.rst:268
395
395
msgid "Modify ``.pyc`` filenames according to :pep:`488`."
396
- msgstr ""
396
+ msgstr ":pep:`488` に従って ``.pyc`` ファイル名を変更します。 "
397
397
398
398
#: ../../using/cmdline.rst:264
399
399
msgid ""
@@ -499,6 +499,8 @@ msgid ""
499
499
"messages to :data:`sys.stderr`. A typical warning message has the following"
500
500
" form:"
501
501
msgstr ""
502
+ "警告制御。 Python の警告機構はデフォルトでは警告メッセージを :data:`sys.stderr` "
503
+ "に表示します。典型的な警告メッセージは次の書式で表示されます。"
502
504
503
505
#: ../../using/cmdline.rst:349
504
506
msgid ""
@@ -672,7 +674,7 @@ msgstr "任意の値を渡し、 :data:`sys._xoptions` 辞書から取り出す
672
674
673
675
#: ../../using/cmdline.rst:429
674
676
msgid "The :option:`-X` option was added."
675
- msgstr ""
677
+ msgstr ":option:`-X` オプションが追加されました。 "
676
678
677
679
#: ../../using/cmdline.rst:432
678
680
msgid "The ``-X faulthandler`` option."
@@ -684,7 +686,7 @@ msgstr "``-X showrefcount`` および ``-X tracemalloc`` オプション。"
684
686
685
687
#: ../../using/cmdline.rst:438
686
688
msgid "The ``-X showalloccount`` option."
687
- msgstr ""
689
+ msgstr "``-X showalloccount`` オプション "
688
690
689
691
#: ../../using/cmdline.rst:443
690
692
msgid "Options you shouldn't use"
@@ -847,6 +849,8 @@ msgid ""
847
849
"files on the import of source modules. This is equivalent to specifying the"
848
850
" :option:`-B` option."
849
851
msgstr ""
852
+ "この変数に空でない文字列を設定した場合、 Python はソースモジュールのインポート時に ``.pyc`` ファイルを作成しようとはしなくなります。\n"
853
+ ":option:`-B` オプションを指定するのと等価です。"
850
854
851
855
#: ../../using/cmdline.rst:557
852
856
msgid ""
0 commit comments