1111# Zhe He <[email protected] >, 20191212# ChenYuan <[email protected] >, 20191313# ppcfish <[email protected] >, 201914+ # Meng Du <[email protected] >, 20191415#
1516#, fuzzy
1617msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920"Report-Msgid-Bugs-To : \n "
2021"POT-Creation-Date : 2019-03-11 10:48+0900\n "
2122"PO-Revision-Date : 2017-02-16 17:43+0000\n "
22- "Last-Translator : ppcfish <ppcfish @gmail.com>, 2019\n "
23+ "Last-Translator : Meng Du <alphanow @gmail.com>, 2019\n "
2324"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2425"MIME-Version : 1.0\n "
2526"Content-Type : text/plain; charset=UTF-8\n "
@@ -88,12 +89,16 @@ msgid ""
8889"browsers, inheritance hierarchies, doc string generated html documentation, "
8990"an advanced debugger, integrated help, and Zope support."
9091msgstr ""
92+ "`Boa Constructor <http://boa-constructor.sourceforge.net/>`_ "
93+ "是一个使用wxWidgets的IDE和GUI构建器。它提供可视化框架创建和操作,对象检查器,源对象浏览器上的许多视图,继承层次结构,doc字符串生成的html文档,高级调试器,集成帮助和Zope支持。"
9194
9295#: ../../faq/programming.rst:41
9396msgid ""
9497"`Eric <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt and "
9598"the Scintilla editing component."
9699msgstr ""
100+ "`Eric <http://eric-ide.python-projects.org/>`_ "
101+ "是一个基于PyQt和Scintilla编辑组件构建的IDE。"
97102
98103#: ../../faq/programming.rst:44
99104msgid ""
@@ -102,12 +107,15 @@ msgid ""
102107"can be found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at "
103108"https://www.gnu.org/software/ddd."
104109msgstr ""
110+ "Pydb是标准Python调试器pdb的一个版本,经过修改后可与DDD(数据显示调试器)一起使用,DDD是一种流行的图形化调试器前端。 Pydb可以在 "
111+ "http://bashdb.sourceforge.net/pydb/ 找到,DDD可以在 "
112+ "https://www.gnu.org/software/ddd 找到。"
105113
106114#: ../../faq/programming.rst:49
107115msgid ""
108116"There are a number of commercial Python IDEs that include graphical "
109117"debuggers. They include:"
110- msgstr ""
118+ msgstr "有许多商业Python IDE包括图形调试器。他们包括: "
111119
112120#: ../../faq/programming.rst:52
113121msgid "Wing IDE (https://wingware.com/)"
@@ -144,13 +152,20 @@ msgid ""
144152"standard, whether declared interfaces are fully implemented, and more. "
145153"https://docs.pylint.org/ provides a full list of Pylint's features."
146154msgstr ""
155+ "`Pylint <https://www.pylint.org/>`_ "
156+ "是另一个检查模块是否满足编码标准的工具,也可以编写插件来添加自定义功能。除了PyChecker 执行的错误检查之外, Pylint "
157+ "还提供了一些额外的功能,例如检查行长度,变量名称是否根据您的编码标准格式良好,声明的接口是否完全实现等等。 "
158+ "https://docs.pylint.org/ 提供了Pylint功能的完整列表。"
147159
148160#: ../../faq/programming.rst:74
149161msgid ""
150162"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre <https"
151163"://pyre-check.org/>`_, and `Pytype <https://github.com/google/pytype>`_ can "
152164"check type hints in Python source code."
153165msgstr ""
166+ "静态类型检查器,例如 `Mypy <http://mypy-lang.org/>`_ 、 `Pyre <https://pyre-"
167+ "check.org/>`_ 和 `Pytype <https://github.com/google/pytype>`_ "
168+ "可以检查Python源代码中的类型提示。"
154169
155170#: ../../faq/programming.rst:81
156171msgid "How can I create a stand-alone binary from a Python script?"
0 commit comments