File tree 1 file changed +8
-1
lines changed 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,24 @@ msgid ""
97
97
" disables a fixer. The following example runs only the ``imports`` and "
98
98
"``has_key`` fixers:"
99
99
msgstr ""
100
+ "デフォルトでは、 2to3 は一連の :ref:`事前定義された変換プログラム <2to3-fixers>` を実行します。 :option:`!-l`"
101
+ " フラグは、利用可能な変換プログラムの一覧を表示します。 :option:`!-f` "
102
+ "フラグにより、実行する変換プログラムを明示的に与えることもできます。同様に、 :option:`!-x` "
103
+ "は変換プログラムを明示的に無効化します。下記の例では、 ``imports`` と ``has_key`` 変換プログラムだけを実行します:"
100
104
101
105
#: ../../library/2to3.rst:70
102
106
msgid "This command runs every fixer except the ``apply`` fixer:"
103
- msgstr ""
107
+ msgstr "このコマンドは ``apply`` 以外のすべての変換プログラムを実行します: "
104
108
105
109
#: ../../library/2to3.rst:76
106
110
msgid ""
107
111
"Some fixers are *explicit*, meaning they aren't run by default and must be "
108
112
"listed on the command line to be run. Here, in addition to the default "
109
113
"fixers, the ``idioms`` fixer is run:"
110
114
msgstr ""
115
+ "いくつかの変換プログラムは "
116
+ "*明示的*、つまり、デフォルトでは実行されず、コマンドラインで実行するものとして列記する必要があります。デフォルトの変換プログラムに "
117
+ "``idioms`` 変換プログラムを追加して実行するには、下記のようにします:"
111
118
112
119
#: ../../library/2to3.rst:84
113
120
msgid "Notice how passing ``all`` enables all default fixers."
You can’t perform that action at this time.
0 commit comments