66# Translators:
77# ごはんですよ <uchida@turbare.net>, 2017
88# Inada Naoki <songofacandy@gmail.com>, 2017
9+ # Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
910# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017
1011# E. Kawashima, 2017
1112# 秘湯 <xwhhsprings@gmail.com>, 2017
1213# Kazuma Okada <uhavetwocows@gmail.com>, 2017
13- # Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
1414# mnamihdk, 2017
1515# Arihiro TAKASE, 2018
1616# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
@@ -22,7 +22,7 @@ msgid ""
2222msgstr ""
2323"Project-Id-Version : Python 3.9\n "
2424"Report-Msgid-Bugs-To : \n "
25- "POT-Creation-Date : 2021-04-26 06:10 +0000\n "
25+ "POT-Creation-Date : 2021-04-29 06:12 +0000\n "
2626"PO-Revision-Date : 2017-02-16 17:43+0000\n "
2727"Last-Translator : mollinaca, 2020\n "
2828"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -84,17 +84,12 @@ msgstr ""
8484#: ../../faq/programming.rst:31
8585msgid ""
8686"PythonWin is a Python IDE that includes a GUI debugger based on pdb. The "
87- "Pythonwin debugger colors breakpoints and has quite a few cool features such"
88- " as debugging non-Pythonwin programs. Pythonwin is available as part of the"
89- " `Python for Windows Extensions "
90- "<https://sourceforge.net/projects/pywin32/>`__ project and as a part of the "
91- "ActivePython distribution (see https://www.activestate.com/activepython\\ )."
92- msgstr ""
93- "PythonWin は、pdb をベースとした GUI デバッガを含む Python IDE です。Pythonwin "
94- "デバッガは、ブレークポイントの色付けや非 Pythonwin プログラムのデバッグなどのたくさんの素敵な機能を持っています。Pythonwin は "
95- "`Python for Windows Extensions "
96- "<https://sourceforge.net/projects/pywin32/>`__ プロジェクトの一部、あるいは ActivePython "
97- "ディストリビューション (https://www.activestate.com/activepython を参照) の一部として利用可能です。"
87+ "PythonWin debugger colors breakpoints and has quite a few cool features such"
88+ " as debugging non-PythonWin programs. PythonWin is available as part of "
89+ "`pywin32 <https://github.com/mhammond/pywin32>`_ project and as a part of "
90+ "the `ActivePython <https://www.activestate.com/products/python/>`_ "
91+ "distribution."
92+ msgstr ""
9893
9994#: ../../faq/programming.rst:38
10095msgid ""
@@ -106,14 +101,15 @@ msgstr ""
106101
107102#: ../../faq/programming.rst:41
108103msgid ""
109- "Pydb is a version of the standard Python debugger pdb, modified for use with"
110- " DDD (Data Display Debugger), a popular graphical debugger front end. Pydb "
111- "can be found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at "
112- "https://www.gnu.org/software/ddd."
104+ "`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like "
105+ "debugger."
106+ msgstr ""
107+
108+ #: ../../faq/programming.rst:43
109+ msgid ""
110+ "`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with "
111+ "debugging tools that integrates with version-control software."
113112msgstr ""
114- "Pydb は標準のデバッガである pdb を人気のグラフィカルデバッガフロントエンドである DDD (Data Display Debugger) "
115- "とともに使うために改変したものです。Pydb は http://bashdb.sourceforge.net/pydb/ に、 DDD は "
116- "https://www.gnu.org/software/ddd にあります。 "
117113
118114#: ../../faq/programming.rst:46
119115msgid ""
@@ -122,16 +118,16 @@ msgid ""
122118msgstr "商業のグラフィカルデバッガ付き Python IDE もあります。例えば:"
123119
124120#: ../../faq/programming.rst:49
125- msgid "Wing IDE ( https://wingware.com/) "
126- msgstr "Wing IDE (https://wingware.com/) "
121+ msgid "` Wing IDE < https://wingware.com/>`_ "
122+ msgstr ""
127123
128124#: ../../faq/programming.rst:50
129- msgid "Komodo IDE ( https://komodoide. com/) "
130- msgstr "Komodo IDE (https://komodoide.com/) "
125+ msgid "` Komodo IDE < https://www.activestate. com/products/komodo-ide/>`_ "
126+ msgstr ""
131127
132128#: ../../faq/programming.rst:51
133- msgid "PyCharm ( https://www.jetbrains.com/pycharm/) "
134- msgstr "PyCharm (https://www.jetbrains.com/pycharm/) "
129+ msgid "` PyCharm < https://www.jetbrains.com/pycharm/>`_ "
130+ msgstr ""
135131
136132#: ../../faq/programming.rst:55
137133msgid "Are there tools to help find bugs or perform static analysis?"
0 commit comments