@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.8\n "
13
13
"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 "
15
15
"PO-Revision-Date :2020-05-30 11:53+0000\n "
16
16
"Last-Translator :tomo, 2020\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -73,17 +73,12 @@ msgstr ""
73
73
#: ../../faq/programming.rst:31
74
74
msgid ""
75
75
"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 ""
87
82
88
83
#: ../../faq/programming.rst:38
89
84
msgid ""
@@ -95,14 +90,15 @@ msgstr ""
95
90
96
91
#: ../../faq/programming.rst:41
97
92
msgid ""
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."
102
101
msgstr ""
103
- "Pydb は標準のデバッガである pdb を人気のグラフィカルデバッガフロントエンドである DDD (Data Display Debugger) "
104
- "とともに使うために改変したものです。Pydb は http://bashdb.sourceforge.net/pydb/ に、 DDD は "
105
- "https://www.gnu.org/software/ddd にあります。 "
106
102
107
103
#: ../../faq/programming.rst:46
108
104
msgid ""
@@ -111,16 +107,16 @@ msgid ""
111
107
msgstr "商業のグラフィカルデバッガ付き Python IDE もあります。例えば:"
112
108
113
109
#: ../../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 ""
116
112
117
113
#: ../../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 ""
120
116
121
117
#: ../../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 ""
124
120
125
121
#: ../../faq/programming.rst:55
126
122
msgid "Are there tools to help find bugs or perform static analysis?"