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

Skip to content

Commit 231d364

Browse files
[po] auto sync
1 parent 47f3863 commit 231d364

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

library/optparse.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,37 +849,41 @@ msgstr "title 是分组的标题"
849849

850850
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:573
851851
msgid "description, optional, is a long description of the group"
852-
msgstr ""
852+
msgstr "description,可选项,是分组的长描述文本"
853853

854854
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:575
855855
msgid ""
856856
":class:`OptionGroup` inherits from :class:`OptionContainer` (like "
857857
":class:`OptionParser`) and so the :meth:`add_option` method can be used to "
858858
"add an option to the group."
859859
msgstr ""
860+
":class:`OptionGroup` 继承自 :class:`OptionContainer` (类似 :class:`OptionParser`)"
861+
" 因此 :meth:`add_option` 方法可被用来向分组添加选项。"
860862

861863
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:579
862864
msgid ""
863865
"Once all the options are declared, using the :class:`OptionParser` method "
864866
":meth:`add_option_group` the group is added to the previously defined "
865867
"parser."
866868
msgstr ""
869+
"一旦声明了所有选项,使用 :class:`OptionParser` 方法 :meth:`add_option_group` "
870+
"即可将分组添加到之前定义的解析器。"
867871

868872
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:582
869873
msgid ""
870874
"Continuing with the parser defined in the previous section, adding an "
871875
":class:`OptionGroup` to a parser is easy::"
872-
msgstr ""
876+
msgstr "继续使用前一节定义的解析器,很容易将 :class:`OptionGroup` 添加到解析器中::"
873877

874878
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:591
875879
msgid "This would result in the following help output:"
876-
msgstr ""
880+
msgstr "这将产生以下帮助输出:"
877881

878882
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:612
879883
msgid ""
880884
"A bit more complete example might involve using more than one group: still "
881885
"extending the previous example::"
882-
msgstr ""
886+
msgstr "更完整一些的示例可能涉及使用多个分组:继续扩展之前的例子::"
883887

884888
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:629
885889
msgid "that results in the following output:"

0 commit comments

Comments
 (0)