55#
66# Translators:
77# tomo, 2018
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-02-09 18:48+0900\n "
1516"PO-Revision-Date : 2018-06-29 17:19+0000\n "
16- "Last-Translator : tomo, 2018 \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 ""
@@ -1076,10 +1085,12 @@ msgid ""
10761085"options into your Distutils config file (see section :ref:`inst-config-"
10771086"files`):"
10781087msgstr ""
1088+ "言うまでもないことですが、毎回新たなモジュールディストリビューションをインストールする度にインストールスキーム全体の指定を行っていては面倒です。そこで、オプションは"
1089+ " Distutils 設定ファイル (:ref:`inst-config-files` 参照) にも指定できます:"
10791090
10801091#: ../../install/index.rst:638
10811092msgid "or, equivalently,"
1082- msgstr ""
1093+ msgstr "また、以下のようにも指定できます、 "
10831094
10841095#: ../../install/index.rst:649
10851096msgid ""
@@ -1199,6 +1210,10 @@ msgid ""
11991210":option:`-S` switch is supplied to suppress this behaviour. So you could "
12001211"simply edit :file:`site.py` and add two lines to it:"
12011212msgstr ""
1213+ "やや便利さには欠けますが、Python の標準ライブラリ中にある :file:`site.py` ファイルを編集することでも、 "
1214+ "``sys.path`` を変更できます。 :file:`site.py` は、 :option:`-S` "
1215+ "スイッチを与えて抑制しないかぎり、Python インタープリタが実行される際に自動的に import されます。ただし、設定するには、単に "
1216+ ":file:`site.py` を編集して、例えば以下のような二行を加えます:"
12021217
12031218#: ../../install/index.rst:734
12041219msgid ""
@@ -1417,7 +1432,7 @@ msgstr ""
14171432msgid ""
14181433"For example, the following is a complete config file that just forces all "
14191434"commands to run quietly by default:"
1420- msgstr ""
1435+ msgstr "例えば、以下は全てのコマンドに対してデフォルトでメッセージを出さないよう強制するための完全な設定ファイルです: "
14211436
14221437#: ../../install/index.rst:857
14231438msgid ""
@@ -1439,6 +1454,8 @@ msgid ""
14391454":command:`build\\ *` commands always forcibly rebuild all files with the "
14401455"following:"
14411456msgstr ""
1457+ "以下のようにして、デフォルトの \" ビルドベース\" ディレクトリをオーバーライドしたり、 :command:`build\\ *` "
1458+ "コマンドが常に強制的にリビルドを行うようにもできます:"
14421459
14431460#: ../../install/index.rst:874
14441461msgid "which corresponds to the command-line arguments ::"
0 commit comments