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