@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.9\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2020-05-31 09:25 +0000\n "
16
+ "POT-Creation-Date : 2020-09-06 04:01 +0000\n "
17
17
"PO-Revision-Date : 2017-02-16 23:23+0000\n "
18
18
"Last-Translator : Arihiro TAKASE, 2017\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -61,20 +61,12 @@ msgid ""
61
61
"ending in ``.pyc``. For example, if *file* is ``/foo/bar/baz.py`` *cfile* "
62
62
"will default to ``/foo/bar/__pycache__/baz.cpython-32.pyc`` for Python 3.2."
63
63
" If *dfile* is specified, it is used as the name of the source file in "
64
- "error messages when instead of *file*. If *doraise* is true, a "
64
+ "error messages instead of *file*. If *doraise* is true, a "
65
65
":exc:`PyCompileError` is raised when an error is encountered while compiling"
66
66
" *file*. If *doraise* is false (the default), an error string is written to "
67
67
"``sys.stderr``, but no exception is raised. This function returns the path "
68
68
"to byte-compiled file, i.e. whatever *cfile* value was used."
69
69
msgstr ""
70
- "ソースファイルをバイトコードにコンパイルして、バイトコードのキャッシュファイルに書き出します。ソースコードはファイル名 *file* "
71
- "で渡します。バイトコードは *cfile* に書き込まれ、デフォルトでは :pep:`3147` や :pep:`488` にある ``.pyc`` "
72
- "で終わるパスです。例えば、 *file* が ``/foo/bar/baz.py`` だった場合、 *cfile* は Python 3.2 "
73
- "ではデフォルトで ``/foo/bar/__pycache__/baz.cpython-32.pyc`` になります。もし *dfile* "
74
- "が指定されたら、 *file* の代わりにソースファイルの名前としてエラーメッセージの中で使われます。 *doraise* "
75
- "が真の場合、コンパイル中にエラーが発生すると :exc:`PyCompileError` を送出します。 *doraise* が (デフォルトである) "
76
- "偽の場合はエラーメッセージは ``sys.stderr`` "
77
- "に出力されますが、例外は送出しません。この関数はバイトコンパイルされたファイルへのパス、つまり実際に使われた *cfile* の値を返します。"
78
70
79
71
#: ../../library/py_compile.rst:45
80
72
msgid ""
0 commit comments