55#
66# Translators:
77# tomo, 2019
8+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To :\n "
1415"POT-Creation-Date :2020-04-10 22:51+0000\n "
1516"PO-Revision-Date :2019-09-01 02:42+0000\n "
16- "Last-Translator :tomo, 2019 \n "
17+ "Last-Translator :Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
1718"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1819"MIME-Version :1.0\n "
1920"Content-Type :text/plain; charset=UTF-8\n "
@@ -483,6 +484,14 @@ msgid ""
483484"system, I type the three Python statements shown below, and get the output "
484485"as shown, to find out my :file:`{prefix}` and :file:`{exec-prefix}`:"
485486msgstr ""
487+ ":file:`{prefix}` および :file:`{exec-prefix}` は、 Python "
488+ "がインストールされているディレクトリと、実行時にライブラリを探しにいく場所を表します。これらのディレクトリは、Windows では常に同じで、 "
489+ "Unixと Mac OS X でもほぼ常に同じです。自分の Python がどんな :file:`{prefix}` や :file:`{exec-"
490+ "prefix}` を使っているかは、Python を対話モードで起動して、単純なコマンドをいくつか入力すればわかります。 Windows では、 "
491+ ":menuselection:`スタート --> (すべての) プログラム --> Python X.Y --> Python (command "
492+ "line)` を選びます。Unix では、シェルプロンプトで単に ``python`` と入力します。インタプリタを起動すると、プロンプトに "
493+ "Python コードを入力できます。例えば、著者の使っている Linux システムで、三つの Python "
494+ "文を以下のように入力すると、出力から著者のシステムの :file:`{prefix}` と :file:`{exec-prefix}` を得られます:"
486495
487496#: ../../install/index.rst:298
488497msgid ""
@@ -1074,10 +1083,12 @@ msgid ""
10741083"options into your Distutils config file (see section :ref:`inst-config-"
10751084"files`):"
10761085msgstr ""
1086+ "言うまでもないことですが、毎回新たなモジュール配布物をインストールする度にインストールスキーム全体の指定を行っていては面倒です。そこで、オプションは "
1087+ "Distutils 設定ファイル (:ref:`inst-config-files` 参照) にも指定できます:"
10771088
10781089#: ../../install/index.rst:638
10791090msgid "or, equivalently,"
1080- msgstr ""
1091+ msgstr "また、以下のようにも指定できます、 "
10811092
10821093#: ../../install/index.rst:649
10831094msgid ""
@@ -1197,6 +1208,10 @@ msgid ""
11971208":option:`-S` switch is supplied to suppress this behaviour. So you could "
11981209"simply edit :file:`site.py` and add two lines to it:"
11991210msgstr ""
1211+ "やや便利さには欠けますが、Python の標準ライブラリ中にある :file:`site.py` ファイルを編集することでも、 "
1212+ "``sys.path`` を変更できます。 :file:`site.py` は、 :option:`-S` "
1213+ "スイッチを与えて抑制しないかぎり、Python インタプリタが実行される際に自動的に import されます。ただし、設定するには、単に "
1214+ ":file:`site.py` を編集して、例えば以下のような二行を加えます:"
12001215
12011216#: ../../install/index.rst:734
12021217msgid ""
@@ -1415,7 +1430,7 @@ msgstr ""
14151430msgid ""
14161431"For example, the following is a complete config file that just forces all "
14171432"commands to run quietly by default:"
1418- msgstr ""
1433+ msgstr "例えば、以下は全てのコマンドに対してデフォルトでメッセージを出さないよう強制するための完全な設定ファイルです: "
14191434
14201435#: ../../install/index.rst:857
14211436msgid ""
@@ -1437,6 +1452,8 @@ msgid ""
14371452":command:`build\\ *` commands always forcibly rebuild all files with the "
14381453"following:"
14391454msgstr ""
1455+ "以下のようにして、デフォルトの\" ビルドベース\" ディレクトリをオーバライドしたり、 :command:`build\\ *` "
1456+ "コマンドが常に強制的にリビルドを行うようにもできます:"
14401457
14411458#: ../../install/index.rst:874
14421459msgid "which corresponds to the command-line arguments ::"