@@ -9,8 +9,8 @@ msgstr ""
9
9
"Project-Id-Version :Python 2.7\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
11
"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 "
14
14
"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version :1.0\n "
16
16
"Content-Type :text/plain; charset=UTF-8\n "
@@ -55,15 +55,15 @@ msgstr "Python 2.x のサンプルコード、 :file:`example.py` を示しま
55
55
56
56
#: ../../library/2to3.rst:36
57
57
msgid "It can be converted to Python 3.x code via 2to3 on the command line:"
58
- msgstr ""
58
+ msgstr "これは、コマンドラインから 2to3 を呼び出すことで、Python 3.x コードに変換されます: "
59
59
60
60
#: ../../library/2to3.rst:42
61
61
msgid ""
62
62
"A diff against the original source file is printed. 2to3 can also write the"
63
63
" needed modifications right back to the source file. (A backup of the "
64
64
"original file is made unless :option:`!-n` is also given.) Writing the "
65
65
"changes back is enabled with the :option:`!-w` flag:"
66
- msgstr ""
66
+ msgstr "オリジナルのソースファイルに対する差分が表示されます。 2to3 は必要となる変更をソースファイルに書き込むこともできます (:option:`!-n` も与えたのでない限りオリジナルのバックアップも作成されます)。変更の書き戻しは :option:`!-w` フラグによって有効化されます: "
67
67
68
68
#: ../../library/2to3.rst:51
69
69
msgid "After transformation, :file:`example.py` looks like this::"