File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.7\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2023-04-14 14:38+0000\n "
19
+ "POT-Creation-Date : 2023-04-21 14:38+0000\n "
20
20
"PO-Revision-Date : 2019-09-01 03:18+0000\n "
21
21
"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
22
22
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -224,6 +224,9 @@ msgid ""
224
224
"interpret ``-ab``? Because of this ambiguity, :mod:`optparse` does not "
225
225
"support this feature."
226
226
msgstr ""
227
+ "通常,一个给定的选项将接受一个参数或是不接受。 许多人想要“可选的可选参数”特性,即某些选项将在看到特定参数时接受它,而如果没看到特定参数则不接受。 "
228
+ "在某种程度上说这一特性是存在争议的,因它它将使解析发生歧义:如果 ``-a`` 接受一个可选参数而 ``-b`` "
229
+ "是完全不同的另一个选项,那我们该如何解读 ``-ab`` 呢? 由于这会存在歧义,因此 :mod:`optparse` 不支持这一特性。"
227
230
228
231
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:165
229
232
msgid "positional argument"
You can’t perform that action at this time.
0 commit comments