@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.8\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2021-04-26 17:13 +0000\n "
14+ "POT-Creation-Date :2021-04-29 17:15 +0000\n "
1515"PO-Revision-Date :2020-05-30 11:53+0000\n "
1616"Last-Translator :tomo, 2020\n "
1717"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -73,17 +73,12 @@ msgstr ""
7373#: ../../faq/programming.rst:31
7474msgid ""
7575"PythonWin is a Python IDE that includes a GUI debugger based on pdb. The "
76- "Pythonwin debugger colors breakpoints and has quite a few cool features such"
77- " as debugging non-Pythonwin programs. Pythonwin is available as part of the"
78- " `Python for Windows Extensions "
79- "<https://sourceforge.net/projects/pywin32/>`__ project and as a part of the "
80- "ActivePython distribution (see https://www.activestate.com/activepython\\ )."
81- msgstr ""
82- "PythonWin は、pdb をベースとした GUI デバッガを含む Python IDE です。Pythonwin "
83- "デバッガは、ブレークポイントの色付けや非 Pythonwin プログラムのデバッグなどのたくさんの素敵な機能を持っています。Pythonwin は "
84- "`Python for Windows Extensions "
85- "<https://sourceforge.net/projects/pywin32/>`__ プロジェクトの一部、あるいは ActivePython "
86- "ディストリビューション (https://www.activestate.com/activepython を参照) の一部として利用可能です。"
76+ "PythonWin debugger colors breakpoints and has quite a few cool features such"
77+ " as debugging non-PythonWin programs. PythonWin is available as part of "
78+ "`pywin32 <https://github.com/mhammond/pywin32>`_ project and as a part of "
79+ "the `ActivePython <https://www.activestate.com/products/python/>`_ "
80+ "distribution."
81+ msgstr ""
8782
8883#: ../../faq/programming.rst:38
8984msgid ""
@@ -95,14 +90,15 @@ msgstr ""
9590
9691#: ../../faq/programming.rst:41
9792msgid ""
98- "Pydb is a version of the standard Python debugger pdb, modified for use with"
99- " DDD (Data Display Debugger), a popular graphical debugger front end. Pydb "
100- "can be found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at "
101- "https://www.gnu.org/software/ddd."
93+ "`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like "
94+ "debugger."
95+ msgstr ""
96+
97+ #: ../../faq/programming.rst:43
98+ msgid ""
99+ "`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with "
100+ "debugging tools that integrates with version-control software."
102101msgstr ""
103- "Pydb は標準のデバッガである pdb を人気のグラフィカルデバッガフロントエンドである DDD (Data Display Debugger) "
104- "とともに使うために改変したものです。Pydb は http://bashdb.sourceforge.net/pydb/ に、 DDD は "
105- "https://www.gnu.org/software/ddd にあります。 "
106102
107103#: ../../faq/programming.rst:46
108104msgid ""
@@ -111,16 +107,16 @@ msgid ""
111107msgstr "商業のグラフィカルデバッガ付き Python IDE もあります。例えば:"
112108
113109#: ../../faq/programming.rst:49
114- msgid "Wing IDE( https://wingware.com/) "
115- msgstr "Wing IDE (https://wingware.com/) "
110+ msgid "` Wing IDE< https://wingware.com/>`_ "
111+ msgstr ""
116112
117113#: ../../faq/programming.rst:50
118- msgid "Komodo IDE( https://komodoide. com/) "
119- msgstr "Komodo IDE (https://komodoide.com/) "
114+ msgid "` Komodo IDE< https://www.activestate. com/products/komodo-ide/>`_ "
115+ msgstr ""
120116
121117#: ../../faq/programming.rst:51
122- msgid "PyCharm( https://www.jetbrains.com/pycharm/) "
123- msgstr "PyCharm (https://www.jetbrains.com/pycharm/) "
118+ msgid "` PyCharm< https://www.jetbrains.com/pycharm/>`_ "
119+ msgstr ""
124120
125121#: ../../faq/programming.rst:55
126122msgid "Are there tools to help find bugs or perform static analysis?"