33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Chengeng Ning <[email protected] >, 20188+ # Freesand Leo <[email protected] >, 20189+ #
610#, fuzzy
711msgid ""
812msgstr ""
913"Project-Id-Version : Python 3.7\n "
1014"Report-Msgid-Bugs-To : \n "
1115"POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13- "Last-Translator : Chengeng Ning <telnetning@gmail .com>, 2018\n "
16+ "PO-Revision-Date : 2017-02-16 17:44+0000 \n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2018\n "
1418"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1519"MIME-Version : 1.0\n "
1620"Content-Type : text/plain; charset=UTF-8\n "
@@ -20,7 +24,7 @@ msgstr ""
2024
2125#: ../../howto/argparse.rst:3
2226msgid "Argparse Tutorial"
23- msgstr "Argparse教程 "
27+ msgstr "Argparse 教程 "
2428
2529#: ../../howto/argparse.rst:0
2630msgid "author"
@@ -34,7 +38,7 @@ msgstr "Tshepang Lekhonkhobe"
3438msgid ""
3539"This tutorial is intended to be a gentle introduction to :mod:`argparse`, "
3640"the recommended command-line parsing module in the Python standard library."
37- msgstr "这篇教程旨在简单地介绍 `argparse`模块,argparse是Python标准库推荐的命令行解析模块 。"
41+ msgstr "这篇教程旨在作为 :mod: `argparse` 的入门介绍,此模块是 Python 标准库中推荐的命令行解析模块 。"
3842
3943#: ../../howto/argparse.rst:14
4044msgid ""
@@ -43,10 +47,13 @@ msgid ""
4347" :mod:`optparse`. Note also that :mod:`argparse` is based on "
4448":mod:`optparse`, and therefore very similar in terms of usage."
4549msgstr ""
50+ "还有另外两个模块可以完成同样的任务,它们的名字是 :mod:`getopt` (对应于 C 语言中的 :c:func:`getopt` 函数) "
51+ "以及已弃用的 :mod:`optparse`. 还要注意 :mod:`argparse` 是基于 :mod:`optparse` "
52+ "的,因此在用法上与其非常相似。"
4653
4754#: ../../howto/argparse.rst:22
4855msgid "Concepts"
49- msgstr ""
56+ msgstr "概念 "
5057
5158#: ../../howto/argparse.rst:24
5259msgid ""
0 commit comments