File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ msgstr ""
99"Project-Id-Version : Python 2.7\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2020-02-09 18:46+0900\n "
12- "PO-Revision-Date : 2018-01-20 20:57 +0000\n "
13- "Last-Translator : tomo \n "
12+ "PO-Revision-Date : 2020-04-16 09:12 +0000\n "
13+ "Last-Translator : 伏尾 佳悟 <fushio.keigo@gmail.com> \n "
1414"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
1515"MIME-Version : 1.0\n "
1616"Content-Type : text/plain; charset=UTF-8\n "
@@ -55,15 +55,15 @@ msgstr "Python 2.x のサンプルコード、 :file:`example.py` を示しま
5555
5656#: ../../library/2to3.rst:36
5757msgid "It can be converted to Python 3.x code via 2to3 on the command line:"
58- msgstr ""
58+ msgstr "これは、コマンドラインから 2to3 を呼び出すことで、Python 3.x コードに変換されます: "
5959
6060#: ../../library/2to3.rst:42
6161msgid ""
6262"A diff against the original source file is printed. 2to3 can also write the"
6363" needed modifications right back to the source file. (A backup of the "
6464"original file is made unless :option:`!-n` is also given.) Writing the "
6565"changes back is enabled with the :option:`!-w` flag:"
66- msgstr ""
66+ msgstr "オリジナルのソースファイルに対する差分が表示されます。 2to3 は必要となる変更をソースファイルに書き込むこともできます (:option:`!-n` も与えたのでない限りオリジナルのバックアップも作成されます)。変更の書き戻しは :option:`!-w` フラグによって有効化されます: "
6767
6868#: ../../library/2to3.rst:51
6969msgid "After transformation, :file:`example.py` looks like this::"
You can’t perform that action at this time.
0 commit comments