Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2854ab4

Browse files
[po] auto sync
1 parent 0178bbf commit 2854ab4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/optparse.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.7\n"
1818
"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"
2020
"PO-Revision-Date: 2019-09-01 03:18+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -224,6 +224,9 @@ msgid ""
224224
"interpret ``-ab``? Because of this ambiguity, :mod:`optparse` does not "
225225
"support this feature."
226226
msgstr ""
227+
"通常,一个给定的选项将接受一个参数或是不接受。 许多人想要“可选的可选参数”特性,即某些选项将在看到特定参数时接受它,而如果没看到特定参数则不接受。 "
228+
"在某种程度上说这一特性是存在争议的,因它它将使解析发生歧义:如果 ``-a`` 接受一个可选参数而 ``-b`` "
229+
"是完全不同的另一个选项,那我们该如何解读 ``-ab`` 呢? 由于这会存在歧义,因此 :mod:`optparse` 不支持这一特性。"
227230

228231
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:165
229232
msgid "positional argument"

0 commit comments

Comments
 (0)