Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync with cpython c3fbe286
  • Loading branch information
github-actions[bot] authored and mattwang44 committed Dec 24, 2025
commit e05ce3e7737e40d418eb11ea12c983aafef4cd90
11 changes: 6 additions & 5 deletions library/argparse.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-10 00:15+0000\n"
"POT-Creation-Date: 2025-12-12 00:15+0000\n"
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -2884,7 +2884,8 @@ msgid "Other utilities"
msgstr ""

#: ../../library/argparse.rst:1673
msgid "Sub-commands"
#, fuzzy
msgid "Subcommands"
msgstr "子命令"

#: ../../library/argparse.rst:1680
Expand Down Expand Up @@ -2921,7 +2922,7 @@ msgstr ""

#: ../../library/argparse.rst:1701
msgid ""
"*prog* - usage information that will be displayed with sub-command help, by "
"*prog* - usage information that will be displayed with subcommand help, by "
"default the name of the program and any positional arguments before the "
"subparser argument"
msgstr ""
Expand All @@ -2940,8 +2941,8 @@ msgstr ""

#: ../../library/argparse.rst:1711
msgid ""
"dest_ - name of the attribute under which sub-command name will be stored; "
"by default ``None`` and no value is stored"
"dest_ - name of the attribute under which subcommand name will be stored; by "
"default ``None`` and no value is stored"
msgstr ""

#: ../../library/argparse.rst:1714
Expand Down