Skip to content

Commit 88c0ab5

Browse files
sync with cpython c3fbe286
1 parent 6e7c761 commit 88c0ab5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

library/argparse.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2025-12-10 00:15+0000\n"
9+
"POT-Creation-Date: 2025-12-12 00:15+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2884,7 +2884,8 @@ msgid "Other utilities"
28842884
msgstr ""
28852885

28862886
#: ../../library/argparse.rst:1673
2887-
msgid "Sub-commands"
2887+
#, fuzzy
2888+
msgid "Subcommands"
28882889
msgstr "子命令"
28892890

28902891
#: ../../library/argparse.rst:1680
@@ -2921,7 +2922,7 @@ msgstr ""
29212922

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

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

29472948
#: ../../library/argparse.rst:1714

0 commit comments

Comments
 (0)