44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Yinuo Huang <[email protected] >, 2018 7+ # dgy18787 <[email protected] >, 2019 88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1515"PO-Revision-Date : 2017-02-16 17:43+0000\n "
16- "
Last-Translator :
Yinuo Huang <[email protected] >, 2018 \n"
16+ "
Last-Translator :
dgy18787 <[email protected] >, 2019 \n"
1717"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,30 +23,32 @@ msgstr ""
2323
2424#: ../../faq/gui.rst:5
2525msgid "Graphic User Interface FAQ"
26- msgstr ""
26+ msgstr "图形用户界面(GUI)常见问题 "
2727
2828#: ../../faq/gui.rst:8
2929msgid "Contents"
30- msgstr "内容 "
30+ msgstr "目录 "
3131
3232#: ../../faq/gui.rst:15
3333msgid "General GUI Questions"
34- msgstr ""
34+ msgstr "图形界面常见问题 "
3535
3636#: ../../faq/gui.rst:18
3737msgid "What platform-independent GUI toolkits exist for Python?"
38- msgstr ""
38+ msgstr "Python是否有平台无关的图形界面工具包? "
3939
4040#: ../../faq/gui.rst:20
4141msgid ""
4242"Depending on what platform(s) you are aiming at, there are several. Some of"
4343" them haven't been ported to Python 3 yet. At least `Tkinter`_ and `Qt`_ "
4444"are known to be Python 3-compatible."
4545msgstr ""
46+ "针对不同的(操作系统或)平台,有多种工具包可供选择。虽然有些工具包还没有移植到 Python 3 上,但至少目前 `Tkinter`_ 以及 `Qt`_"
47+ " 是兼容 Python 3 的。"
4648
4749#: ../../faq/gui.rst:27
4850msgid "Tkinter"
49- msgstr ""
51+ msgstr "Tkinter "
5052
5153#: ../../faq/gui.rst:29
5254msgid ""
@@ -58,10 +60,14 @@ msgid ""
5860"<https://www.tcl.tk>`_. Tcl/Tk is fully portable to the Mac OS X, Windows, "
5961"and Unix platforms."
6062msgstr ""
63+ "Python 的标准编译包含了:ref:`tkinter<Tkinter>`。这是一个面向对象的接口,指向 "
64+ "Tcl/Tk微件包。该接口大概是最容易安装(因为该接口包含在Python的大部分`二进制发行版 "
65+ "<https://www.python.org/downloads/>`中)和使用的工具包。要了解 Tk 的详情,比如源代码等,可访问 `Tcl/Tk "
66+ "项目主页 <https://www.tcl.tk>`_。Tcl/Tk 可完整移植至 Mac OS X,Windows 和 Unix 操作系统上。"
6167
6268#: ../../faq/gui.rst:38
6369msgid "wxWidgets"
64- msgstr ""
70+ msgstr "wxWidgets "
6571
6672#: ../../faq/gui.rst:40
6773msgid ""
@@ -71,6 +77,9 @@ msgid ""
7177"targets. Language bindings are available for a number of languages "
7278"including Python, Perl, Ruby, etc."
7379msgstr ""
80+ "wxWidgets (https://www.wxwidgets.org) 是一个自由、可移植的 GUI 图形用户界面类库,使用 C++ "
81+ "编写。它可以在多个操作系统平台上提供原生自然的界面观感。包括Windows、Mac OS X、 GTK 和 X11 平台在内,都是wxWidgets "
82+ "当前稳定支持的平台。在语言绑定适配方面,wxWidgets 类库可用于较多语言,包括 Python,Perl,Ruby等。"
7483
7584#: ../../faq/gui.rst:46
7685msgid ""
@@ -80,17 +89,20 @@ msgid ""
8089"available in other language bindings. There is an active wxPython user and "
8190"developer community."
8291msgstr ""
92+ "`wxPython <https://www.wxpython.org>`_ 是 wxWidgets 的 Python "
93+ "适配。虽然该绑定在更新进度上经常会稍稍落后于 wxWidgets,但它利用纯 Python 扩展,提供了许多其他语言绑定没有实现的特性。wxPython"
94+ " 有一个活跃的用户和开发者社区。"
8395
8496#: ../../faq/gui.rst:52
8597msgid ""
8698"Both wxWidgets and wxPython are free, open source, software with permissive "
8799"licences that allow their use in commercial products as well as in freeware "
88100"or shareware."
89- msgstr ""
101+ msgstr "wxWidgets 和 wxPython 都是自由开源库。宽松的许可证允许人们在商业软件、自由软件和共享软件中使用它们。 "
90102
91103#: ../../faq/gui.rst:58
92104msgid "Qt"
93- msgstr ""
105+ msgstr "Qt "
94106
95107#: ../../faq/gui.rst:60
96108msgid ""
@@ -103,16 +115,24 @@ msgid ""
103115"faq>`_ if you want to write proprietary applications. PySide is free for "
104116"all applications."
105117msgstr ""
118+ "Qt工具包(可使用 `PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_ 或 "
119+ "`PySide <https://wiki.qt.io/PySide>`_)及KDE(`PyKDE4 "
120+ "<https://techbase.kde.org/Languages/Python/Using_PyKDE_4>`__)有多个绑定适配可供选择。 "
121+ "PyQt 当前相较 PySide 更成熟,但如果你想编写专有软件,就必须要从`Riverbank Computing "
122+ "<https://www.riverbankcomputing.com/commercial/license-faq>`_ 购买 PyQt "
123+ "许可证。PySide 则可以自由使用于各类软件。"
106124
107125#: ../../faq/gui.rst:67
108126msgid ""
109127"Qt 4.5 upwards is licensed under the LGPL license; also, commercial licenses"
110128" are available from `The Qt Company <https://www.qt.io/licensing/>`_."
111129msgstr ""
130+ "Qt 4.5 以上版本使用 LGPL 进行许可;此外,商业许可证可从`Qt 公司 "
131+ "<https://www.qt.io/licensing/>`_那里获得。"
112132
113133#: ../../faq/gui.rst:71
114134msgid "Gtk+"
115- msgstr ""
135+ msgstr "Gtk+ "
116136
117137#: ../../faq/gui.rst:73
118138msgid ""
@@ -121,16 +141,21 @@ msgid ""
121141"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial <https"
122142"://python-gtk-3-tutorial.readthedocs.io>`_."
123143msgstr ""
144+ "面向 Python 的 `G对象内检绑定(GObject introspection "
145+ "bindings)<https://wiki.gnome.org/Projects/PyGObject>` 可以用来编写 GTK+ "
146+ "3程序。可以参考`Python GTK+ 3 导览 <https://python-gtk-3-tutorial.readthedocs.io>`_."
124147
125148#: ../../faq/gui.rst:77
126149msgid ""
127150"The older PyGtk bindings for the `Gtk+ 2 toolkit <https://www.gtk.org>`_ "
128151"have been implemented by James Henstridge; see <http://www.pygtk.org>."
129152msgstr ""
153+ "更早的、针对`Gtk+ 2 toolkit <https://www.gtk.org>`_ 的 PyGtk 绑定,是由James Henstridge "
154+ "实现的。具体请参考<http://www.pygtk.org>。"
130155
131156#: ../../faq/gui.rst:81
132157msgid "Kivy"
133- msgstr ""
158+ msgstr "Kivy "
134159
135160#: ../../faq/gui.rst:83
136161msgid ""
@@ -139,11 +164,13 @@ msgid ""
139164"(Android, iOS). It is written in Python and Cython, and can use a range of "
140165"windowing backends."
141166msgstr ""
167+ "`Kivy <https://kivy.org/>`_ 是一种跨平台图形用户界面库,同时支持桌面操作系统(Windows,macOS 和 "
168+ "Linux)以及移动设备(Android,iOS)。该库使用 Python 和 Cython 编写,可以使用一系列窗口后端。"
142169
143170#: ../../faq/gui.rst:88
144171msgid ""
145172"Kivy is free and open source software distributed under the MIT license."
146- msgstr ""
173+ msgstr "Kivy 是自由的开源软件,使用 MIT 许可证分发。 "
147174
148175#: ../../faq/gui.rst:91
149176msgid "FLTK"
0 commit comments