Skip to content

Commit 769ad37

Browse files
committed
Update translation from Transifex
1 parent f56c899 commit 769ad37

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

faq/programming.po

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-04-29 06:12+0000\n"
15+
"POT-Creation-Date: 2021-05-23 06:25+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
1717
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -144,20 +144,28 @@ msgid ""
144144
msgstr ""
145145

146146
msgid ""
147-
"Obviously, freeze requires a C compiler. There are several other utilities "
148-
"which don't:"
147+
"The following packages can help with the creation of console and GUI "
148+
"executables:"
149149
msgstr ""
150150

151-
msgid "`py2exe <http://www.py2exe.org/>`_ for Windows binaries"
151+
msgid "`Nuitka <https://nuitka.net/>`_ (Cross-platform)"
152+
msgstr ""
153+
154+
msgid "`PyInstaller <http://www.pyinstaller.org/>`_ (Cross-platform)"
152155
msgstr ""
153156

154157
msgid ""
155-
"`py2app <https://github.com/ronaldoussoren/py2app>`_ for Mac OS X binaries"
158+
"`PyOxidizer <https://pyoxidizer.readthedocs.io/en/stable/>`_ (Cross-platform)"
156159
msgstr ""
157160

158161
msgid ""
159-
"`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ for cross-"
160-
"platform binaries"
162+
"`cx_Freeze <https://marcelotduarte.github.io/cx_Freeze/>`_ (Cross-platform)"
163+
msgstr ""
164+
165+
msgid "`py2app <https://github.com/ronaldoussoren/py2app>`_ (macOS only)"
166+
msgstr ""
167+
168+
msgid "`py2exe <http://www.py2exe.org/>`_ (Windows only)"
161169
msgstr ""
162170

163171
msgid "Are there coding standards or a style guide for Python programs?"

faq/windows.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-04-26 06:10+0000\n"
14+
"POT-Creation-Date: 2021-05-23 06:25+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:43+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"
@@ -149,9 +149,8 @@ msgid "How do I make an executable from a Python script?"
149149
msgstr ""
150150

151151
msgid ""
152-
"See `cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ and `py2exe "
153-
"<http://www.py2exe.org/>`_, both are distutils extensions that allow you to "
154-
"create console and GUI executables from Python code."
152+
"See :ref:`faq-create-standalone-binary` for a list of tools that can be used "
153+
"to make executables."
155154
msgstr ""
156155

157156
msgid "Is a ``*.pyd`` file the same as a DLL?"

0 commit comments

Comments
 (0)