@@ -281,37 +281,43 @@ msgstr ""
281281
282282#: ../../using/mac.rst:155
283283msgid "A number of alternative macOS GUI toolkits are available:"
284- msgstr ""
284+ msgstr "有许多其他 macOS 的 GUI 工具包可供选择: "
285285
286286#: ../../using/mac.rst:157
287287msgid ""
288288"`PySide <https://www.qt.io/qt-for-python>`__: Official Python bindings to "
289289"the `Qt GUI toolkit <https://qt.io>`__."
290290msgstr ""
291+ "`PySide <https://www.qt.io/qt-for-python>`__: `Qt GUI 工具包 <https://qt.io>`__"
292+ " 的官方 Python 绑定包。"
291293
292294#: ../../using/mac.rst:160
293295msgid ""
294296"`PyQt <https://riverbankcomputing.com/software/pyqt/intro>`__: Alternative "
295297"Python bindings to Qt."
296298msgstr ""
299+ "`PyQt <https://riverbankcomputing.com/software/pyqt/intro>`__: Qt 的替代性 "
300+ "Python 绑定包。"
297301
298302#: ../../using/mac.rst:163
299303msgid ""
300304"`Kivy <https://kivy.org>`__: A cross-platform GUI toolkit that supports "
301305"desktop and mobile platforms."
302- msgstr ""
306+ msgstr "`Kivy <https://kivy.org>`__: 一款支持桌面和移动设备的跨平台 GUI 工具包。 "
303307
304308#: ../../using/mac.rst:166
305309msgid ""
306310"`Toga <https://toga.readthedocs.io>`__: Part of the `BeeWare Project "
307311"<https://beeware.org>`__; supports desktop, mobile, web and console apps."
308312msgstr ""
313+ "`Toga <https://toga.readthedocs.io>`__: `BeeWare 项目 <https://beeware.org>`__"
314+ " 的一部分;支持桌面、移动设备、Web 和控制台应用。"
309315
310316#: ../../using/mac.rst:169
311317msgid ""
312318"`wxPython <https://www.wxpython.org>`__: A cross-platform toolkit that "
313319"supports desktop operating systems."
314- msgstr ""
320+ msgstr "`wxPython <https://www.wxpython.org>`__: 一款支持桌面操作系统的跨平台工具包。 "
315321
316322#: ../../using/mac.rst:175
317323msgid "Distributing Python Applications"
@@ -321,13 +327,15 @@ msgstr "分发 Python 应用程序"
321327msgid ""
322328"A range of tools exist for converting your Python code into a standalone "
323329"distributable application:"
324- msgstr ""
330+ msgstr "有一系列工具可将你的 Python 代码转换为独立发布的应用程序: "
325331
326332#: ../../using/mac.rst:180
327333msgid ""
328334"`py2app <https://pypi.org/project/py2app/>`__: Supports creating macOS "
329335"``.app`` bundles from a Python project."
330336msgstr ""
337+ "`py2app <https://pypi.org/project/py2app/>`__: 支持基于 Python 项目创建 macOS "
338+ "``.app`` 软件包。"
331339
332340#: ../../using/mac.rst:183
333341msgid ""
@@ -336,12 +344,16 @@ msgid ""
336344"supports creation of ``.app`` bundles on macOS, as well as managing signing "
337345"and notarization."
338346msgstr ""
347+ "`Briefcase <https://briefcase.readthedocs.io>`__: `BeeWare 项目 "
348+ "<https://beeware.org>`__ 的一部分;一款支持在 macOS 上创建 ``.app`` "
349+ "软件包,并能管理签名和公证的跨平台打包工具。"
339350
340351#: ../../using/mac.rst:188
341352msgid ""
342353"`PyInstaller <https://pyinstaller.org/>`__: A cross-platform packaging tool "
343354"that creates a single file or folder as a distributable artifact."
344355msgstr ""
356+ "`PyInstaller <https://pyinstaller.org/>`__: 一款通过创建单独文件或目录作为可发布形式的跨平台打包工具。"
345357
346358#: ../../using/mac.rst:192
347359msgid "Other Resources"
0 commit comments