77# Yinuo Huang <[email protected] >, 201888# eric R <[email protected] >, 20189910- # Zhe He <[email protected] >, 20191110# Siyuan Xu <[email protected] >, 20191211# Meng Du <[email protected] >, 20191312# ppcfish <[email protected] >, 2019@@ -18,7 +17,7 @@ msgid ""
1817msgstr ""
1918"Project-Id-Version : Python 3.9\n "
2019"Report-Msgid-Bugs-To : \n "
21- "POT-Creation-Date : 2021-04-26 06:10 +0000\n "
20+ "POT-Creation-Date : 2021-04-29 06:12 +0000\n "
2221"PO-Revision-Date : 2017-02-16 17:43+0000\n "
2322"
Last-Translator :
Freesand Leo <[email protected] >, 2021\n "
2423"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -76,16 +75,12 @@ msgstr "作为标准 Python 发行版附带组件的 IDLE 交互式环境(通
7675#: ../../faq/programming.rst:31
7776msgid ""
7877"PythonWin is a Python IDE that includes a GUI debugger based on pdb. The "
79- "Pythonwin debugger colors breakpoints and has quite a few cool features such"
80- " as debugging non-Pythonwin programs. Pythonwin is available as part of the "
81- " `Python for Windows Extensions "
82- "<https://sourceforge.net/projects/pywin32 />`__ project and as a part of the "
83- "ActivePython distribution (see https://www.activestate.com/activepython \\ ) ."
78+ "PythonWin debugger colors breakpoints and has quite a few cool features such"
79+ " as debugging non-PythonWin programs. PythonWin is available as part of "
80+ "`pywin32 <https://github.com/mhammond/pywin32>`_ project and as a part of "
81+ "the `ActivePython <https://www.activestate.com/products/python />`_ "
82+ "distribution."
8483msgstr ""
85- "PythonWin 是一个包含有基于 pdb 的 GUI 调试器的 Python IDE。 Pythonwin "
86- "调试器会为断点加上颜色,并具有许多很棒的特性,例如也可以非 Pythonwin 程序。 Pythonwin 是 `Python for Windows "
87- "Extensions <https://sourceforge.net/projects/pywin32/>`__ 项目的一部分,也是 "
88- "ActivePython 发行版的一部分(参见 https://www.activestate.com/activepython\\ )。"
8984
9085#: ../../faq/programming.rst:38
9186msgid ""
@@ -97,14 +92,15 @@ msgstr ""
9792
9893#: ../../faq/programming.rst:41
9994msgid ""
100- "Pydb is a version of the standard Python debugger pdb, modified for use with"
101- " DDD (Data Display Debugger), a popular graphical debugger front end. Pydb "
102- "can be found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at "
103- "https://www.gnu.org/software/ddd."
95+ "`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like "
96+ "debugger."
97+ msgstr ""
98+
99+ #: ../../faq/programming.rst:43
100+ msgid ""
101+ "`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with "
102+ "debugging tools that integrates with version-control software."
104103msgstr ""
105- "Pydb是标准Python调试器pdb的一个版本,经过修改后可与DDD(数据显示调试器)一起使用,DDD是一种流行的图形化调试器前端。 Pydb可以在 "
106- "http://bashdb.sourceforge.net/pydb/ 找到,DDD可以在 "
107- "https://www.gnu.org/software/ddd 找到。"
108104
109105#: ../../faq/programming.rst:46
110106msgid ""
@@ -113,16 +109,16 @@ msgid ""
113109msgstr "有许多商业Python IDE包括图形调试器。他们包括:"
114110
115111#: ../../faq/programming.rst:49
116- msgid "Wing IDE ( https://wingware.com/) "
117- msgstr "Wing IDE (https://wingware.com/) "
112+ msgid "` Wing IDE < https://wingware.com/>`_ "
113+ msgstr ""
118114
119115#: ../../faq/programming.rst:50
120- msgid "Komodo IDE ( https://komodoide. com/) "
121- msgstr "Komodo IDE (https://komodoide.com/) "
116+ msgid "` Komodo IDE < https://www.activestate. com/products/komodo-ide/>`_ "
117+ msgstr ""
122118
123119#: ../../faq/programming.rst:51
124- msgid "PyCharm ( https://www.jetbrains.com/pycharm/) "
125- msgstr "PyCharm (https://www.jetbrains.com/pycharm/) "
120+ msgid "` PyCharm < https://www.jetbrains.com/pycharm/>`_ "
121+ msgstr ""
126122
127123#: ../../faq/programming.rst:55
128124msgid "Are there tools to help find bugs or perform static analysis?"
0 commit comments