55#
66# Translators:
77# telnetning <[email protected] >, 20188- # Freesand Leo <[email protected] >, 201898# Trim21 <[email protected] >, 20191091110# allenjuly7 <[email protected] >, 201912111312# Siyuan Xu <[email protected] >, 202013+ # Freesand Leo <[email protected] >, 20201414#
1515#, fuzzy
1616msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919"Report-Msgid-Bugs-To : \n "
2020"POT-Creation-Date : 2020-02-09 12:40+0000\n "
2121"PO-Revision-Date : 2017-02-16 17:44+0000\n "
22- "Last-Translator : Siyuan Xu <mf20070535@126 .com>, 2020\n "
22+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
2323"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2424"MIME-Version : 1.0\n "
2525"Content-Type : text/plain; charset=UTF-8\n "
@@ -456,6 +456,8 @@ msgid ""
456456"scratched the surface. The :mod:`argparse` module is very powerful, and "
457457"we'll explore a bit more of it before we end this tutorial."
458458msgstr ""
459+ "凭借我们目前已学的东西你就可以做到许多事情,而我们还仅仅学了一些皮毛而已。 :mod:`argparse` "
460+ "模块是非常强大的,在结束篇教程之前我们将再探索更多一些内容。"
459461
460462#: ../../howto/argparse.rst:596
461463msgid "Getting a little more advanced"
@@ -465,7 +467,7 @@ msgstr "进行一些小小的改进"
465467msgid ""
466468"What if we wanted to expand our tiny program to perform other powers, not "
467469"just squares::"
468- msgstr ""
470+ msgstr "如果我们想扩展我们的简短程序来执行其他幂次的运算,而不仅是乘方:: "
469471
470472#: ../../howto/argparse.rst:615 ../../howto/argparse.rst:653
471473msgid "Output:"
@@ -476,7 +478,7 @@ msgid ""
476478"Notice that so far we've been using verbosity level to *change* the text "
477479"that gets displayed. The following example instead uses verbosity level to "
478480"display *more* text instead::"
479- msgstr ""
481+ msgstr "请注意到目前为止我们一直在使用详细级别来 *更改* 所显示的文本。 以下示例则使用详细级别来显示 *更多的* 文本:: "
480482
481483#: ../../howto/argparse.rst:667
482484msgid "Conflicting options"
@@ -491,6 +493,9 @@ msgid ""
491493"that the new functionality makes more sense: we'll introduce the ``--quiet``"
492494" option, which will be the opposite of the ``--verbose`` one::"
493495msgstr ""
496+ "到目前为止,我们一直在使用 :class:`argparse.ArgumentParser` 实例的两个方法。 让我们再介绍第三个方法 "
497+ ":meth:`add_mutually_exclusive_group`。 它允许我们指定彼此相互冲突的选项。 "
498+ "让我们再更改程序的其余部分以便使用新功能更有意义:我们将引入 ``--quiet`` 选项,它将与 ``--verbose`` 正好相反::"
494499
495500#: ../../howto/argparse.rst:695
496501msgid ""
0 commit comments