File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
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 ""
144144msgstr ""
145145
146146msgid ""
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 :"
149149msgstr ""
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)"
152155msgstr ""
153156
154157msgid ""
155- "`py2app <https://github.com/ronaldoussoren/py2app >`_ for Mac OS X binaries "
158+ "`PyOxidizer <https://pyoxidizer.readthedocs.io/en/stable/ >`_ (Cross-platform) "
156159msgstr ""
157160
158161msgid ""
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)"
161169msgstr ""
162170
163171msgid "Are there coding standards or a style guide for Python programs?"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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?"
149149msgstr ""
150150
151151msgid ""
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."
155154msgstr ""
156155
157156msgid "Is a ``*.pyd`` file the same as a DLL?"
You can’t perform that action at this time.
0 commit comments