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

Skip to content

Commit 4fc9f86

Browse files
committed
[po] auto sync bot
1 parent 0ec7d84 commit 4fc9f86

18 files changed

Lines changed: 46 additions & 34 deletions

library/argparse.po

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ msgid ""
3737
"This page contains the API reference information. For a more gentle "
3838
"introduction to Python command-line parsing, have a look at the "
3939
":ref:`argparse tutorial <argparse-tutorial>`."
40-
msgstr ""
40+
msgstr "此页面包含 API 参考信息。有关 Python 命令行解析的更文雅的介绍,请参阅 <argparse-tutorial>。"
4141

4242
#: ../../library/argparse.rst:22
4343
msgid ""
@@ -47,46 +47,49 @@ msgid ""
4747
" The :mod:`argparse` module also automatically generates help and usage "
4848
"messages and issues errors when users give the program invalid arguments."
4949
msgstr ""
50+
":mod:`argparse` 模块可以轻松编写用户友好的命令行接口。程序定义它需要的参数,然后 :mod:`argparse` 将弄清如何从 "
51+
":data:`sys.argv` 解析出那些参数。 :mod:`argparse` "
52+
"模块还会自动生成帮助和使用手册,并在用户给程序传入无效参数时报出错误信息。"
5053

5154
#: ../../library/argparse.rst:30
5255
msgid "Example"
53-
msgstr ""
56+
msgstr "示例"
5457

5558
#: ../../library/argparse.rst:32
5659
msgid ""
5760
"The following code is a Python program that takes a list of integers and "
5861
"produces either the sum or the max::"
59-
msgstr ""
62+
msgstr "以下代码是一个 Python 程序,它获取一个整数列表并计算合计或者最大值:"
6063

6164
#: ../../library/argparse.rst:47
6265
msgid ""
6366
"Assuming the Python code above is saved into a file called ``prog.py``, it "
6467
"can be run at the command line and provides useful help messages:"
65-
msgstr ""
68+
msgstr "假设上面的 Python 代码保存在名为 ``prog.py`` 的文件中,它可以在命令行运行并提供有用的帮助消息:"
6669

6770
#: ../../library/argparse.rst:64
6871
msgid ""
6972
"When run with the appropriate arguments, it prints either the sum or the max"
7073
" of the command-line integers:"
71-
msgstr ""
74+
msgstr "使用适当的参数运行时,它会输出命令行传入整数的总和或者最大值:"
7275

7376
#: ../../library/argparse.rst:75
7477
msgid "If invalid arguments are passed in, it will issue an error:"
75-
msgstr ""
78+
msgstr "如果传入无效参数,则会报出错误:"
7679

7780
#: ../../library/argparse.rst:83
7881
msgid "The following sections walk you through this example."
79-
msgstr ""
82+
msgstr "以下部分将引导你完成这个示例。"
8083

8184
#: ../../library/argparse.rst:87
8285
msgid "Creating a parser"
83-
msgstr ""
86+
msgstr "创建一个解析器"
8487

8588
#: ../../library/argparse.rst:89
8689
msgid ""
8790
"The first step in using the :mod:`argparse` is creating an "
8891
":class:`ArgumentParser` object::"
89-
msgstr ""
92+
msgstr "使用 :mod:`argparse` 的第一步是创建一个 :class:`ArgumentParser` 对象:"
9093

9194
#: ../../library/argparse.rst:94
9295
msgid ""

library/copyreg.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Menghua Xiao <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -66,7 +67,7 @@ msgstr ""
6667

6768
#: ../../library/copyreg.rst:46
6869
msgid "Example"
69-
msgstr ""
70+
msgstr "示例"
7071

7172
#: ../../library/copyreg.rst:48
7273
msgid ""

library/datetime.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-07-05 08:29+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: isaced <isaced@163.com>, 2018\n"
13+
"Last-Translator: Menghua Xiao <arieshout@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2178,7 +2178,7 @@ msgstr "意义"
21782178

21792179
#: ../../library/datetime.rst:2038 ../../library/datetime.rst:2144
21802180
msgid "Example"
2181-
msgstr ""
2181+
msgstr "示例"
21822182

21832183
#: ../../library/datetime.rst:2038 ../../library/datetime.rst:2144
21842184
msgid "Notes"

library/faulthandler.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Menghua Xiao <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -209,7 +210,7 @@ msgstr ""
209210

210211
#: ../../library/faulthandler.rst:153
211212
msgid "Example"
212-
msgstr ""
213+
msgstr "示例"
213214

214215
#: ../../library/faulthandler.rst:155
215216
msgid ""

library/http.cookies.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Menghua Xiao <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -291,7 +292,7 @@ msgstr ""
291292

292293
#: ../../library/http.cookies.rst:233
293294
msgid "Example"
294-
msgstr ""
295+
msgstr "示例"
295296

296297
#: ../../library/http.cookies.rst:235
297298
msgid ""

library/itertools.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2018\n"
13+
"Last-Translator: Menghua Xiao <arieshout@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -74,7 +74,7 @@ msgstr ""
7474

7575
#: ../../library/itertools.rst:38 ../../library/itertools.rst:48
7676
msgid "Example"
77-
msgstr ""
77+
msgstr "示例"
7878

7979
#: ../../library/itertools.rst:40
8080
msgid ":func:`count`"

library/pprint.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Menghua Xiao <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -188,7 +189,7 @@ msgstr ""
188189

189190
#: ../../library/pprint.rst:212
190191
msgid "Example"
191-
msgstr ""
192+
msgstr "示例"
192193

193194
#: ../../library/pprint.rst:214
194195
msgid ""

library/pty.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Menghua Xiao <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -81,7 +82,7 @@ msgstr ""
8182

8283
#: ../../library/pty.rst:57
8384
msgid "Example"
84-
msgstr ""
85+
msgstr "示例"
8586

8687
#: ../../library/pty.rst:61
8788
msgid ""

library/pyexpat.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Jerry Chen <jerrychen9657@gmail.com>, 2017\n"
13+
"Last-Translator: Menghua Xiao <arieshout@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -543,7 +543,7 @@ msgstr ""
543543

544544
#: ../../library/pyexpat.rst:528
545545
msgid "Example"
546-
msgstr ""
546+
msgstr "示例"
547547

548548
#: ../../library/pyexpat.rst:530
549549
msgid ""

library/readline.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Menghua Xiao <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -306,7 +307,7 @@ msgstr ""
306307

307308
#: ../../library/readline.rst:288
308309
msgid "Example"
309-
msgstr ""
310+
msgstr "示例"
310311

311312
#: ../../library/readline.rst:290
312313
msgid ""

0 commit comments

Comments
 (0)