@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-05-26 14:12 +0000\n "
15
+ "POT-Creation-Date : 2023-06-09 14:13 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
17
17
"Last-Translator : Takeshi Nakazato, 2023\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -33,7 +33,7 @@ msgstr "author"
33
33
34
34
#: ../../howto/argparse.rst:7
35
35
msgid "Tshepang Mbambo"
36
- msgstr ""
36
+ msgstr "Tshepang Mbambo "
37
37
38
38
#: ../../howto/argparse.rst:11
39
39
msgid ""
@@ -552,14 +552,17 @@ msgstr ""
552
552
553
553
#: ../../howto/argparse.rst:672
554
554
msgid "Specifying ambiguous arguments"
555
- msgstr ""
555
+ msgstr "多義性のある引数の指定 "
556
556
557
557
#: ../../howto/argparse.rst:674
558
558
msgid ""
559
559
"When there is ambiguity in deciding whether an argument is positional or for "
560
560
"an argument, ``--`` can be used to tell :meth:`~ArgumentParser.parse_args` "
561
561
"that everything after that is a positional argument::"
562
562
msgstr ""
563
+ "ある引数の解釈について、位置引数なのか、ある引数に対する追加の引数なのか、あ"
564
+ "いまいさがあるときは、 ``--`` を使うことで :meth:`~ArgumentParser."
565
+ "parse_args` に対してこれ以降は位置引数であることを伝えることができます::"
563
566
564
567
#: ../../howto/argparse.rst:699
565
568
msgid "Conflicting options"
0 commit comments