File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2020-02-09 18:46+0900\n "
12
- "PO-Revision-Date : 2020-03-11 12:46 +0000\n "
12
+ "PO-Revision-Date : 2020-03-13 06:09 +0000\n "
13
13
"
Last-Translator :
Naoki Nakamura <[email protected] >\n "
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
@@ -1101,7 +1101,7 @@ msgstr "args_ - 解析する文字列のリスト。デフォルトでは :data:
1101
1101
msgid ""
1102
1102
"namespace_ - An object to take the attributes. The default is a new empty "
1103
1103
":class:`Namespace` object."
1104
- msgstr ""
1104
+ msgstr "namespace_ - 属性を代入するオブジェクト。デフォルトでは、新しい空の :class:`Namespace` オブジェクトです。 "
1105
1105
1106
1106
#: ../../library/argparse.rst:1288
1107
1107
msgid "Option value syntax"
@@ -1618,7 +1618,7 @@ msgid ""
1618
1618
"parser.parse_args()`` and add additional :meth:`ArgumentParser.add_argument`"
1619
1619
" calls for the positional arguments. Keep in mind that what was previously "
1620
1620
"called ``options``, now in the :mod:`argparse` context is called ``args``."
1621
- msgstr ""
1621
+ msgstr "``(options, args) = parser.parse_args()`` を ``args = parser.parse_args()`` に置き換え、位置引数のために必要に応じて :meth:`ArgumentParser.add_argument` の呼び出しを追加する。これまで ``options`` と呼ばれていたものが、:mod:`argparse` では ``args`` と呼ばれていることに留意してください。 "
1622
1622
1623
1623
#: ../../library/argparse.rst:1955
1624
1624
msgid ""
You can’t perform that action at this time.
0 commit comments