@@ -402,6 +402,8 @@ msgid ""
402402"``man3`` man pages describe the C interface to the Tk library and thus are "
403403"not especially helpful for script writers."
404404msgstr ""
405+ "作者强烈建议用户先拿到一份 Tk 手册。具体来说,``manN`` 目录下的 man 文档是最有用的。``man3`` 的 man 文档描述了 Tk "
406+ "库的 C 接口,因此对脚本编写人员没有什么特别的帮助。"
405407
406408#: ../../library/tkinter.rst:189
407409msgid ""
@@ -410,27 +412,29 @@ msgid ""
410412"for the novice. The book is not exhaustive, and for many details it defers "
411413"to the man pages."
412414msgstr ""
415+ "Addison-Wesley 出版了一本名为《Tcl 和 Tk 工具包》的书,作者是 John Ousterhout(ISBN "
416+ "0-201-63337-X),对于新手来说,这是一本很好的 Tcl 和Tk 介绍书籍。该书不算详尽,很多细节还是要看 man 手册。"
413417
414418#: ../../library/tkinter.rst:194
415419msgid ""
416420":file:`tkinter/__init__.py` is a last resort for most, but can be a good "
417421"place to go when nothing else makes sense."
418- msgstr ""
422+ msgstr "对大多数人而言,:file:`tkinter/__init__.py` 是最后一招,但其他手段都无效时也不失为一个好去处。 "
419423
420424#: ../../library/tkinter.rst:199
421425msgid "A Simple Hello World Program"
422- msgstr ""
426+ msgstr "简单的 Hello World 程序 "
423427
424428#: ../../library/tkinter.rst:231
425429msgid "A (Very) Quick Look at Tcl/Tk"
426- msgstr ""
430+ msgstr "Tcl/Tk 速览 "
427431
428432#: ../../library/tkinter.rst:233
429433msgid ""
430434"The class hierarchy looks complicated, but in actual practice, application "
431435"programmers almost always refer to the classes at the very bottom of the "
432436"hierarchy."
433- msgstr ""
437+ msgstr "类的层次结构看起来很复杂,但在实际操作中,应用程序编写人员几乎总是查看最底层的类。 "
434438
435439#: ../../library/tkinter.rst:237
436440msgid "Notes:"
0 commit comments