@@ -10,6 +10,7 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2018-06-30 05:56+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13+ "
Last-Translator :
ailin zhang <[email protected] >, 2018\n "
1314"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1415"MIME-Version : 1.0\n "
1516"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,7 +20,7 @@ msgstr ""
1920
2021#: ../../library/tk.rst:5
2122msgid "Graphical User Interfaces with Tk"
22- msgstr ""
23+ msgstr "Tk图形用户界面(GUI) "
2324
2425#: ../../library/tk.rst:13
2526msgid ""
@@ -28,6 +29,7 @@ msgid ""
2829"programmers using the :mod:`tkinter` package, and its extension, the "
2930":mod:`tkinter.tix` and the :mod:`tkinter.ttk` modules."
3031msgstr ""
32+ "Tcl/Tk集成到Python中已经有一些年头了。Python程序员可以通过:mod:`tkinter`包和它的扩展,:mod:`tkinter.tix`模块和:mod:`tkinter.ttk`模块,来使用这套鲁棒的、平台无关的窗口工具集。"
3133
3234#: ../../library/tk.rst:18
3335msgid ""
@@ -38,6 +40,7 @@ msgid ""
3840"classes. In addition, the internal module :mod:`_tkinter` provides a "
3941"threadsafe mechanism which allows Python and Tcl to interact."
4042msgstr ""
43+ ":mod:`tkinter`包使用面向对象的方式对Tcl/Tk进行了一层薄包装。使用:mod:`tkinter`,你不需要写Tcl代码,但可能需要参考Tk文档,甚至Tcl文档。:mod:`tkinter`使用Python类,对Tk的窗体小部件(Widgets)进行了一系列的封装。除此之外,内部模块:mod:`_tkinter`针对Python和Tcl之间的交互,提供了一套线程安全的机制。"
4144
4245#: ../../library/tk.rst:25
4346msgid ""
0 commit comments