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

Skip to content

Commit ffd5324

Browse files
committed
[po] auto sync bot
1 parent a862e17 commit ffd5324

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

library/development.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-01-05 15:01+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Kaizhao Zhang <[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"
@@ -19,7 +20,7 @@ msgstr ""
1920

2021
#: ../../library/development.rst:5
2122
msgid "Development Tools"
22-
msgstr ""
23+
msgstr "开发工具"
2324

2425
#: ../../library/development.rst:7
2526
msgid ""
@@ -30,7 +31,11 @@ msgid ""
3031
"and verify that the expected output is produced. :program:`2to3` can "
3132
"translate Python 2.x source code into valid Python 3.x code."
3233
msgstr ""
34+
"本章中描述的各模块可帮你编写 Python 程序。例如,:mod:`pydoc` "
35+
"模块接受一个模块并根据该模块的内容来生成文档。:mod:`doctest` 和 :mod:`unittest` "
36+
"这两个模块包含了用于编写单元测试的框架,并可用于自动测试所编写的代码,验证预期的输出是否产生。:program:`2to3` 程序能够将 Python "
37+
"2.x 源代码翻译成有效的 Python 3.x 源代码。"
3338

3439
#: ../../library/development.rst:14
3540
msgid "The list of modules described in this chapter is:"
36-
msgstr ""
41+
msgstr "本章中描述的模块列表是:"

0 commit comments

Comments
 (0)