Skip to content

Commit 9e6c7a0

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent fcf6453 commit 9e6c7a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

library/2to3.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,24 @@ msgid ""
9797
" disables a fixer. The following example runs only the ``imports`` and "
9898
"``has_key`` fixers:"
9999
msgstr ""
100+
"デフォルトでは、 2to3 は一連の :ref:`事前定義された変換プログラム <2to3-fixers>` を実行します。 :option:`!-l`"
101+
" フラグは、利用可能な変換プログラムの一覧を表示します。 :option:`!-f` "
102+
"フラグにより、実行する変換プログラムを明示的に与えることもできます。同様に、 :option:`!-x` "
103+
"は変換プログラムを明示的に無効化します。下記の例では、 ``imports`` と ``has_key`` 変換プログラムだけを実行します:"
100104

101105
#: ../../library/2to3.rst:70
102106
msgid "This command runs every fixer except the ``apply`` fixer:"
103-
msgstr ""
107+
msgstr "このコマンドは ``apply`` 以外のすべての変換プログラムを実行します:"
104108

105109
#: ../../library/2to3.rst:76
106110
msgid ""
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:"
110114
msgstr ""
115+
"いくつかの変換プログラムは "
116+
"*明示的*、つまり、デフォルトでは実行されず、コマンドラインで実行するものとして列記する必要があります。デフォルトの変換プログラムに "
117+
"``idioms`` 変換プログラムを追加して実行するには、下記のようにします:"
111118

112119
#: ../../library/2to3.rst:84
113120
msgid "Notice how passing ``all`` enables all default fixers."

0 commit comments

Comments
 (0)