Skip to content

Commit 7934381

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 6dec6e2 commit 7934381

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

library/py_compile.po

+2-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"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"
1717
"PO-Revision-Date: 2017-02-16 23:23+0000\n"
1818
"Last-Translator: Arihiro TAKASE, 2017\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -61,20 +61,12 @@ msgid ""
6161
"ending in ``.pyc``. For example, if *file* is ``/foo/bar/baz.py`` *cfile* "
6262
"will default to ``/foo/bar/__pycache__/baz.cpython-32.pyc`` for Python 3.2."
6363
" 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 "
6565
":exc:`PyCompileError` is raised when an error is encountered while compiling"
6666
" *file*. If *doraise* is false (the default), an error string is written to "
6767
"``sys.stderr``, but no exception is raised. This function returns the path "
6868
"to byte-compiled file, i.e. whatever *cfile* value was used."
6969
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* の値を返します。"
7870

7971
#: ../../library/py_compile.rst:45
8072
msgid ""

0 commit comments

Comments
 (0)