Skip to content

Commit 454efff

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent a18d263 commit 454efff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

howto/argparse.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"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"
1616
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1717
"Last-Translator: Takeshi Nakazato, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -33,7 +33,7 @@ msgstr "author"
3333

3434
#: ../../howto/argparse.rst:7
3535
msgid "Tshepang Mbambo"
36-
msgstr ""
36+
msgstr "Tshepang Mbambo"
3737

3838
#: ../../howto/argparse.rst:11
3939
msgid ""
@@ -552,14 +552,17 @@ msgstr ""
552552

553553
#: ../../howto/argparse.rst:672
554554
msgid "Specifying ambiguous arguments"
555-
msgstr ""
555+
msgstr "多義性のある引数の指定"
556556

557557
#: ../../howto/argparse.rst:674
558558
msgid ""
559559
"When there is ambiguity in deciding whether an argument is positional or for "
560560
"an argument, ``--`` can be used to tell :meth:`~ArgumentParser.parse_args` "
561561
"that everything after that is a positional argument::"
562562
msgstr ""
563+
"ある引数の解釈について、位置引数なのか、ある引数に対する追加の引数なのか、あ"
564+
"いまいさがあるときは、 ``--`` を使うことで :meth:`~ArgumentParser."
565+
"parse_args` に対してこれ以降は位置引数であることを伝えることができます::"
563566

564567
#: ../../howto/argparse.rst:699
565568
msgid "Conflicting options"

0 commit comments

Comments
 (0)