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