10101111# allenjuly7 <[email protected] >, 20191212# nickle <[email protected] >, 201913+ 1314#
1415#, fuzzy
1516msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819"Report-Msgid-Bugs-To : \n "
1920"POT-Creation-Date : 2019-01-01 10:14+0900\n "
2021"PO-Revision-Date : 2017-02-16 17:44+0000\n "
21- "Last-Translator : nickle <2330458484@qq .com>, 2019\n "
22+ "Last-Translator : 汪心禾 <wangxinhe06@gmail .com>, 2019\n "
2223"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2324"MIME-Version : 1.0\n "
2425"Content-Type : text/plain; charset=UTF-8\n "
@@ -51,9 +52,8 @@ msgid ""
5152" :mod:`optparse`. Note also that :mod:`argparse` is based on "
5253":mod:`optparse`, and therefore very similar in terms of usage."
5354msgstr ""
54- "还有另外两个模块可以完成同样的任务,它们的名字是 :mod:`getopt` (对应于 C 语言中的 :c:func:`getopt` 函数) "
55- "以及已弃用的 :mod:`optparse`. 还要注意 :mod:`argparse` 是基于 :mod:`optparse` "
56- "的,因此在用法上与其非常相似。"
55+ "还有另外两个模块可以完成同样的任务,称为 :mod:`getopt` (对应于 C 语言中的 :c:func:`getopt` 函数) 和被弃用的 "
56+ ":mod:`optparse`。还要注意 :mod:`argparse` 是基于 :mod:`optparse` 的,因此用法其非常相似。"
5757
5858#: ../../howto/argparse.rst:22
5959msgid "Concepts"
@@ -111,7 +111,7 @@ msgstr "基础"
111111
112112#: ../../howto/argparse.rst:72
113113msgid "Let us start with a very simple example which does (almost) nothing::"
114- msgstr "让我们从一个非常简单的例子开始 :"
114+ msgstr "让我们从一个简单到 (几乎) 什么也做不了的例子开始 :"
115115
116116#: ../../howto/argparse.rst:78 ../../howto/argparse.rst:186
117117#: ../../howto/argparse.rst:207
@@ -198,11 +198,11 @@ msgstr ""
198198
199199#: ../../howto/argparse.rst:165
200200msgid "And we get:"
201- msgstr ""
201+ msgstr "然后我们得到: "
202202
203203#: ../../howto/argparse.rst:178
204204msgid "Now, how about doing something even more useful::"
205- msgstr ""
205+ msgstr "现在,做一些更有用的事情如何:: "
206206
207207#: ../../howto/argparse.rst:196
208208msgid ""
@@ -219,7 +219,7 @@ msgstr ""
219219
220220#: ../../howto/argparse.rst:222
221221msgid "Introducing Optional arguments"
222- msgstr ""
222+ msgstr "可选参数介绍 "
223223
224224#: ../../howto/argparse.rst:224
225225msgid ""
@@ -230,7 +230,7 @@ msgstr ""
230230#: ../../howto/argparse.rst:234 ../../howto/argparse.rst:280
231231#: ../../howto/argparse.rst:396 ../../howto/argparse.rst:430
232232msgid "And the output:"
233- msgstr ""
233+ msgstr "和输出: "
234234
235235#: ../../howto/argparse.rst:254
236236msgid ""
@@ -249,7 +249,7 @@ msgstr ""
249249
250250#: ../../howto/argparse.rst:263
251251msgid "The help message is a bit different."
252- msgstr ""
252+ msgstr "帮助信息有点不同。 "
253253
254254#: ../../howto/argparse.rst:265
255255msgid ""
@@ -281,7 +281,7 @@ msgstr ""
281281
282282#: ../../howto/argparse.rst:308
283283msgid "Notice the different help text."
284- msgstr ""
284+ msgstr "留意不同的帮助文字。 "
285285
286286#: ../../howto/argparse.rst:312
287287msgid "Short options"
@@ -312,7 +312,7 @@ msgstr ""
312312
313313#: ../../howto/argparse.rst:360
314314msgid "And now the output:"
315- msgstr ""
315+ msgstr "接着是输出: "
316316
317317#: ../../howto/argparse.rst:374
318318msgid "We've brought back a positional argument, hence the complaint."
@@ -395,11 +395,11 @@ msgstr ""
395395
396396#: ../../howto/argparse.rst:519
397397msgid "Let's fix::"
398- msgstr ""
398+ msgstr "让我们修复一下:: "
399399
400400#: ../../howto/argparse.rst:538
401401msgid "And this is what it gives:"
402- msgstr ""
402+ msgstr "这是它给我们的输出: "
403403
404404#: ../../howto/argparse.rst:553
405405msgid ""
@@ -409,11 +409,11 @@ msgstr ""
409409
410410#: ../../howto/argparse.rst:556
411411msgid "Third output not so good."
412- msgstr ""
412+ msgstr "第三组输出并不理想。 "
413413
414414#: ../../howto/argparse.rst:558
415415msgid "Let's fix that bug::"
416- msgstr ""
416+ msgstr "让我们修复那个 bug:: "
417417
418418#: ../../howto/argparse.rst:575
419419msgid ""
@@ -426,7 +426,7 @@ msgstr ""
426426
427427#: ../../howto/argparse.rst:582
428428msgid "And:"
429- msgstr ""
429+ msgstr "然后: "
430430
431431#: ../../howto/argparse.rst:589
432432msgid ""
@@ -437,7 +437,7 @@ msgstr ""
437437
438438#: ../../howto/argparse.rst:596
439439msgid "Getting a little more advanced"
440- msgstr ""
440+ msgstr "一些小小的改进 "
441441
442442#: ../../howto/argparse.rst:598
443443msgid ""
@@ -447,7 +447,7 @@ msgstr ""
447447
448448#: ../../howto/argparse.rst:615 ../../howto/argparse.rst:653
449449msgid "Output:"
450- msgstr ""
450+ msgstr "输出: "
451451
452452#: ../../howto/argparse.rst:636
453453msgid ""
@@ -498,7 +498,7 @@ msgstr ""
498498
499499#: ../../howto/argparse.rst:760
500500msgid "Conclusion"
501- msgstr ""
501+ msgstr "后记 "
502502
503503#: ../../howto/argparse.rst:762
504504msgid ""
0 commit comments