Skip to content

Commit a2ccd27

Browse files
committed
Update translation from Transifex
1 parent e8d8935 commit a2ccd27

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

faq/programming.po

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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: Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -62,11 +62,11 @@ msgstr ""
6262

6363
msgid ""
6464
"PythonWin is a Python IDE that includes a GUI debugger based on pdb. The "
65-
"Pythonwin debugger colors breakpoints and has quite a few cool features such "
66-
"as debugging non-Pythonwin programs. Pythonwin is available as part of the "
67-
"`Python for Windows Extensions <https://sourceforge.net/projects/pywin32/"
68-
">`__ project and as a part of the ActivePython distribution (see https://www."
69-
"activestate.com/activepython\\ )."
65+
"PythonWin debugger colors breakpoints and has quite a few cool features such "
66+
"as debugging non-PythonWin programs. PythonWin is available as part of "
67+
"`pywin32 <https://github.com/mhammond/pywin32>`_ project and as a part of "
68+
"the `ActivePython <https://www.activestate.com/products/python/>`_ "
69+
"distribution."
7070
msgstr ""
7171

7272
msgid ""
@@ -75,25 +75,28 @@ msgid ""
7575
msgstr ""
7676

7777
msgid ""
78-
"Pydb is a version of the standard Python debugger pdb, modified for use with "
79-
"DDD (Data Display Debugger), a popular graphical debugger front end. Pydb "
80-
"can be found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at "
81-
"https://www.gnu.org/software/ddd."
78+
"`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like "
79+
"debugger."
80+
msgstr ""
81+
82+
msgid ""
83+
"`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with "
84+
"debugging tools that integrates with version-control software."
8285
msgstr ""
8386

8487
msgid ""
8588
"There are a number of commercial Python IDEs that include graphical "
8689
"debuggers. They include:"
8790
msgstr ""
8891

89-
msgid "Wing IDE (https://wingware.com/)"
90-
msgstr "Wing IDE (https://wingware.com/)"
92+
msgid "`Wing IDE <https://wingware.com/>`_"
93+
msgstr ""
9194

92-
msgid "Komodo IDE (https://komodoide.com/)"
93-
msgstr "Komodo IDE (https://komodoide.com/)"
95+
msgid "`Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_"
96+
msgstr ""
9497

95-
msgid "PyCharm (https://www.jetbrains.com/pycharm/)"
96-
msgstr "PyCharm (https://www.jetbrains.com/pycharm/)"
98+
msgid "`PyCharm <https://www.jetbrains.com/pycharm/>`_"
99+
msgstr ""
97100

98101
msgid "Are there tools to help find bugs or perform static analysis?"
99102
msgstr ""

0 commit comments

Comments
 (0)