5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To :\n "
14
15
"POT-Creation-Date :2020-02-09 18:48+0900\n "
15
16
"PO-Revision-Date :2018-06-29 17:25+0000\n "
16
- "Last-Translator :tomo, 2018 \n "
17
+ "Last-Translator :伏尾 佳悟 <fushio.keigo@gmail.com>, 2020 \n "
17
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version :1.0\n "
19
20
"Content-Type :text/plain; charset=UTF-8\n "
@@ -66,7 +67,7 @@ msgstr "Python 2.x のサンプルコード、 :file:`example.py` を示しま
66
67
67
68
#: ../../library/2to3.rst:36
68
69
msgid "It can be converted to Python 3.x code via 2to3 on the command line:"
69
- msgstr ""
70
+ msgstr "これは、コマンドラインから 2to3 を呼び出すことで、Python 3.x コードに変換されます: "
70
71
71
72
#: ../../library/2to3.rst:42
72
73
msgid ""
@@ -75,6 +76,8 @@ msgid ""
75
76
"original file is made unless :option:`!-n` is also given.) Writing the "
76
77
"changes back is enabled with the :option:`!-w` flag:"
77
78
msgstr ""
79
+ "オリジナルのソースファイルに対する差分が表示されます。 2to3 は必要となる変更をソースファイルに書き込むこともできます (:option:`!-n`"
80
+ " も与えたのでない限りオリジナルのバックアップも作成されます)。変更の書き戻しは :option:`!-w` フラグによって有効化されます:"
78
81
79
82
#: ../../library/2to3.rst:51
80
83
msgid "After transformation, :file:`example.py` looks like this::"