88msgstr ""
99"Project-Id-Version : Python 3.6\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-01-05 15:01+0000 \n "
11+ "POT-Creation-Date : 2018-06-23 13:41+0900 \n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017\n "
1414"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -73,51 +73,48 @@ msgstr ""
7373"を読み込んで実行します。初期状態の環境は、完全なプログラムを実行するときの環境と同じです; 各実行文は、 :mod:`__main__` "
7474"の名前空間内で実行されます。"
7575
76- #: ../../reference/toplevel_components.rst:54
76+ #: ../../reference/toplevel_components.rst:55
7777msgid ""
78- "Under Unix, a complete program can be passed to the interpreter in three "
79- "forms: with the :option:`-c` *string* command line option, as a file passed "
80- "as the first command line argument, or as standard input. If the file or "
81- "standard input is a tty device, the interpreter enters interactive mode; "
82- "otherwise, it executes the file as a complete program."
78+ "A complete program can be passed to the interpreter in three forms: with the "
79+ " :option:`-c` *string* command line option, as a file passed as the first "
80+ "command line argument, or as standard input. If the file or standard input "
81+ "is a tty device, the interpreter enters interactive mode; otherwise, it "
82+ "executes the file as a complete program."
8383msgstr ""
84- "Unix の環境下では、三通りの形式で完全なプログラムをインタプリタに渡せます: :option:`-c` *string* "
85- "コマンドラインオプション、第一コマンドライン引数として指定されたファイル、そして標準入力です。ファイルや標準入力が tty (端末) "
86- "デバイスの場合、インタプリタは対話モードに入ります; そうでない場合、ファイルを完全なプログラムとして実行します。"
8784
88- #: ../../reference/toplevel_components.rst:64
85+ #: ../../reference/toplevel_components.rst:65
8986msgid "File input"
9087msgstr "ファイル入力"
9188
92- #: ../../reference/toplevel_components.rst:66
89+ #: ../../reference/toplevel_components.rst:67
9390msgid "All input read from non-interactive files has the same form:"
9491msgstr "非対話的なファイルから読み出された入力は、全て同じ形式:"
9592
96- #: ../../reference/toplevel_components.rst:71
93+ #: ../../reference/toplevel_components.rst:72
9794msgid "This syntax is used in the following situations:"
9895msgstr "をとります。この構文法は、以下の状況で用いられます:"
9996
100- #: ../../reference/toplevel_components.rst:73
97+ #: ../../reference/toplevel_components.rst:74
10198msgid "when parsing a complete Python program (from a file or from a string);"
10299msgstr "(ファイルや文字列内の) 完全な Python プログラムを構文解析するとき;"
103100
104- #: ../../reference/toplevel_components.rst:75
101+ #: ../../reference/toplevel_components.rst:76
105102msgid "when parsing a module;"
106103msgstr "モジュールを構文解析するとき;"
107104
108- #: ../../reference/toplevel_components.rst:77
105+ #: ../../reference/toplevel_components.rst:78
109106msgid "when parsing a string passed to the :func:`exec` function;"
110107msgstr ":func:`exec` で渡された文字列を構文解析するとき;"
111108
112- #: ../../reference/toplevel_components.rst:83
109+ #: ../../reference/toplevel_components.rst:84
113110msgid "Interactive input"
114111msgstr "対話的入力"
115112
116- #: ../../reference/toplevel_components.rst:85
113+ #: ../../reference/toplevel_components.rst:86
117114msgid "Input in interactive mode is parsed using the following grammar:"
118115msgstr "対話モードでの入力は、以下の文法の下に構文解析されます:"
119116
120- #: ../../reference/toplevel_components.rst:90
117+ #: ../../reference/toplevel_components.rst:91
121118msgid ""
122119"Note that a (top-level) compound statement must be followed by a blank line "
123120"in interactive mode; this is needed to help the parser detect the end of the"
@@ -126,11 +123,11 @@ msgstr ""
126123"対話モードでは、(トップレベルの) 複合文の最後に空白行を入れなくてはならないことに注意してください; "
127124"これは、複合文の終端をパーザが検出するための手がかりとして必要です。"
128125
129- #: ../../reference/toplevel_components.rst:97
126+ #: ../../reference/toplevel_components.rst:98
130127msgid "Expression input"
131128msgstr "式入力"
132129
133- #: ../../reference/toplevel_components.rst:102
130+ #: ../../reference/toplevel_components.rst:103
134131msgid ""
135132":func:`eval` is used for expression input. It ignores leading whitespace. "
136133"The string argument to :func:`eval` must have the following form:"
0 commit comments