7
7
# 秘湯 <xwhhsprings@gmail.com>, 2017
8
8
# Osamu NAKAMURA, 2017
9
9
# Arihiro TAKASE, 2018
10
+ # tomo🐧, 2018
10
11
#
11
12
#, fuzzy
12
13
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
15
16
"Report-Msgid-Bugs-To : \n "
16
17
"POT-Creation-Date : 2018-11-29 09:53+0900\n "
17
18
"PO-Revision-Date : 2017-02-16 17:43+0000\n "
18
- "Last-Translator : Arihiro TAKASE , 2018\n "
19
+ "Last-Translator : tomo🐧 , 2018\n "
19
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
20
21
"MIME-Version : 1.0\n "
21
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -53,12 +54,16 @@ msgid ""
53
54
"recognize when you have started such a window because you will see a Windows"
54
55
" \" command prompt\" , which usually looks like this:"
55
56
msgstr ""
57
+ "ある種の統合開発環境を使っているのでなければ、最終的には \" DOS ウィンドウ\" や \" コマンドプロンプト\" などと色々に呼ばれているものに、 Windows コマンドをタイプすることになるでしょう。\n"
58
+ "通常そういうウィンドウは検索バーで ``cmd`` を検索して起動します。\n"
59
+ "通常は次のような見た目の Windows の \" コマンド プロンプト\" が現れるので、ウィンドウが起動したのが分かるはずです::"
56
60
57
61
#: ../../faq/windows.rst:37
58
62
msgid ""
59
63
"The letter may be different, and there might be other things after it, so "
60
64
"you might just as easily see something like:"
61
65
msgstr ""
66
+ "この文字は異なっていたり、続きがあったりするので、コンピュータの設定や、あなたが最近何をしたかに依って、このようになっていることもあるでしょう:"
62
67
63
68
#: ../../faq/windows.rst:44
64
69
msgid ""
@@ -86,10 +91,12 @@ msgid ""
86
91
"command window, you should try entering the command ``py`` and hitting "
87
92
"return:"
88
93
msgstr ""
94
+ "まず最初に、コマンドウィンドウに \" py\" という単語がインタプリタを起動する指示であると認識させる必要があります。\n"
95
+ "コマンドウィンドウを開いたら、 ``py`` というコマンドを入力し、リターンキーを叩いてください。:"
89
96
90
97
#: ../../faq/windows.rst:62
91
98
msgid "You should then see something like:"
92
- msgstr ""
99
+ msgstr "次のような出力が見えるでしょう: "
93
100
94
101
#: ../../faq/windows.rst:70
95
102
msgid ""
@@ -99,6 +106,8 @@ msgid ""
99
106
"Check it by entering a few expressions of your choice and seeing the "
100
107
"results:"
101
108
msgstr ""
109
+ "インタプリタの\" 対話モード\" が始まりました。これで Python の文や式を対話的に入力して、待っている間に実行や評価させることができます。これが "
110
+ "Python の最強の機能のひとつです。いくつかの式を選んで入力し、結果を見て確かめてみましょう:"
102
111
103
112
#: ../../faq/windows.rst:82
104
113
msgid ""
@@ -108,6 +117,9 @@ msgid ""
108
117
":kbd:`Z`, then hit the \" :kbd:`Enter`\" key to get back to your Windows "
109
118
"command prompt."
110
119
msgstr ""
57AE
span>
120
+ "多くの人が対話モードを便利で高度なプログラム可能計算機として使っています。対話式 Python セッションを終わらせたいなら、 :func:`exit`"
121
+ " 関数を呼び出すか、 :kbd:`Ctrl` キーを押しながら :kbd:`Z` を入力し \" :kbd:`Enter`\" キーを押して、 "
122
+ "Windows コマンドプロンプトに戻ってください。"
111
123
112
124
#: ../../faq/windows.rst:88
113
125
msgid ""
@@ -118,6 +130,8 @@ msgid ""
118
130
":kbd:`Ctrl-Z` character; Windows is running a single \" python\" command in "
119
131
"the window, and closes it when you terminate the interpreter."
120
132
msgstr ""
133
+ ":menuselection:`スタート --> すべてのプログラム --> Python 3.x --> Python (command line)` のような項目がスタートメニューに見付かるかもしれません。\n"
134
+ "これを起動すると、新しいウィンドウに ``>>>`` というプロンプトが見られるでしょう。その場合、 :func:`exit` 関数を呼び出すか :kbd:`Ctrl-Z` を入力するとウィンドウは閉じます; Windows は 1 つの \" python\" コマンドをウィンドウで実行していて、インタプリタを終了させたときに、そのウィンドウを閉じます。"
121
135
122
136
#: ../../faq/windows.rst:95
123
137
msgid ""
@@ -127,6 +141,9 @@ msgid ""
127
141
"and is named ``hello.py``, and your command prompt is nicely opened in your "
128
142
"home directory so you're seeing something similar to::"
129
143
msgstr ""
144
+ "``py`` コマンドが認識されていることが確認できたので、 Python スクリプトを与えられるようになりました。\n"
145
+ "そのためには Python スクリプトの絶対パスあるいは相対パスを与える必要があります。\n"
146
+ "Python スクリプトがデスクトップにあり、 ``hellp.py`` という名前で、ちょうど良いことにコマンドプロンプトがホームディレクトリを開いていると仮定しましょう。そうすると次のような表示が見られます::"
130
147
131
148
#: ../../faq/windows.rst:104
132
149
msgid ""
0 commit comments