5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To :\n "
14
15
"POT-Creation-Date :2020-02-09 18:48+0900\n "
15
16
"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 "
17
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version :1.0\n "
19
20
"Content-Type :text/plain; charset=UTF-8\n "
@@ -483,6 +484,14 @@ msgid ""
483
484
"system, I type the three Python statements shown below, and get the output "
484
485
"as shown, to find out my :file:`{prefix}` and :file:`{exec-prefix}`:"
485
486
msgstr ""
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}` を得られます:"
486
495
487
496
#: ../../install/index.rst:298
488
497
msgid ""
@@ -1076,10 +1085,12 @@ msgid ""
1076
1085
"options into your Distutils config file (see section :ref:`inst-config-"
1077
1086
"files`):"
1078
1087
msgstr ""
1088
+ "言うまでもないことですが、毎回新たなモジュールディストリビューションをインストールする度にインストールスキーム全体の指定を行っていては面倒です。そこで、オプションは"
1089
+ " Distutils 設定ファイル (:ref:`inst-config-files` 参照) にも指定できます:"
1079
1090
1080
1091
#: ../../install/index.rst:638
1081
1092
msgid "or, equivalently,"
1082
- msgstr ""
1093
+ msgstr "また、以下のようにも指定できます、 "
1083
1094
1084
1095
#: ../../install/index.rst:649
1085
1096
msgid ""
@@ -1199,6 +1210,10 @@ msgid ""
1199
1210
":option:`-S` switch is supplied to suppress this behaviour. So you could "
1200
1211
"simply edit :file:`site.py` and add two lines to it:"
1201
1212
msgstr ""
1213
+ "やや便利さには欠けますが、Python の標準ライブラリ中にある :file:`site.py` ファイルを編集することでも、 "
1214
+ "``sys.path`` を変更できます。 :file:`site.py` は、 :option:`-S` "
1215
+ "スイッチを与えて抑制しないかぎり、Python インタープリタが実行される際に自動的に import されます。ただし、設定するには、単に "
1216
+ ":file:`site.py` を編集して、例えば以下のような二行を加えます:"
1202
1217
1203
1218
#: ../../install/index.rst:734
1204
1219
msgid ""
@@ -1417,7 +1432,7 @@ msgstr ""
1417
1432
msgid ""
1418
1433
"For example, the following is a complete config file that just forces all "
1419
1434
"commands to run quietly by default:"
1420
- msgstr ""
1435
+ msgstr "例えば、以下は全てのコマンドに対してデフォルトでメッセージを出さないよう強制するための完全な設定ファイルです: "
1421
1436
1422
1437
#: ../../install/index.rst:857
1423
1438
msgid ""
@@ -1439,6 +1454,8 @@ msgid ""
1439
1454
":command:`build\\ *` commands always forcibly rebuild all files with the "
1440
1455
"following:"
1441
1456
msgstr ""
1457
+ "以下のようにして、デフォルトの\" ビルドベース\" ディレクトリをオーバーライドしたり、 :command:`build\\ *` "
1458
+ "コマンドが常に強制的にリビルドを行うようにもできます:"
1442
1459
1443
1460
#: ../../install/index.rst:874
1444
1461
msgid "which corresponds to the command-line arguments ::"