Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6e2679

Browse files
[po] auto sync
1 parent b840d5f commit d6e2679

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

library/tkinter.tix.po

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,14 @@ msgid ""
430430
"list entries in a two dimensional format and (2) you can use graphical "
431431
"images as well as multiple colors and fonts for the list entries."
432432
msgstr ""
433+
"`TList "
434+
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTList.htm>`_ "
435+
"部件可被用于以表格形式显示数据。 :class:`TList` 部件中的列表条目类似于 Tk 列表框部件中的条目。 主要差异在于 (1) "
436+
":class:`TList` 部件能以二维格式显示列表条目 (2) 你可以在列表条目中使用图片以及多种颜色和字体。"
433437

434438
#: ../../library/tkinter.tix.rst:375
435439
msgid "Manager Widgets"
436-
msgstr ""
440+
msgstr "管理器部件"
437441

438442
#: ../../library/tkinter.tix.rst:380
439443
msgid ""
@@ -444,6 +448,9 @@ msgid ""
444448
"user changes the sizes of the panes by dragging the resize handle between "
445449
"two panes."
446450
msgstr ""
451+
"`PanedWindow "
452+
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixPanedWindow.htm>`_"
453+
" 部件允许用户交互式地控制多个面板的大小。 这些面板可以垂直或水平地排列。 用户通过拖动两个面板间的控制柄来改变面板的大小。"
447454

448455
#: ../../library/tkinter.tix.rst:392
449456
msgid ""
@@ -455,6 +462,10 @@ msgid ""
455462
" these pages can be shown. The user can navigate through these pages by "
456463
"choosing the name of the desired page in the :attr:`hlist` subwidget."
457464
msgstr ""
465+
"`ListNoteBook "
466+
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixListNoteBook.htm>`_"
467+
" 部件非常类似于 :class:`TixNoteBook` 部件:它可被用于在有限空间内显示多个窗口,就像是一个“笔记本”。 "
468+
"笔记本可分为许多页面(窗口)。 同一时刻只能显示其中一个页面。 用户可以通过在 :attr:`hlist` 子部件中选择所需页面的名称来切换这些页面。"
458469

459470
#: ../../library/tkinter.tix.rst:406
460471
msgid ""
@@ -466,14 +477,18 @@ msgid ""
466477
"these pages by choosing the visual \"tabs\" at the top of the NoteBook "
467478
"widget."
468479
msgstr ""
480+
"`NoteBook "
481+
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixNoteBook.htm>`_ "
482+
"部件可被用于在有限空间内显示多个窗口,就像是一个“笔记本”。 笔记本可分为许多页面。 同一时刻只能显示其中一个页面。 用户可以通过选择 NoteBook"
483+
" 部件顶端的可视化“选项卡”来切换这些页面。"
469484

470485
#: ../../library/tkinter.tix.rst:428
471486
msgid "Image Types"
472-
msgstr ""
487+
msgstr "图像类型"
473488

474489
#: ../../library/tkinter.tix.rst:430
475490
msgid "The :mod:`tkinter.tix` module adds:"
476-
msgstr ""
491+
msgstr ":mod:`tkinter.tix` 模块增加了:"
477492

478493
#: ../../library/tkinter.tix.rst:432
479494
msgid ""

0 commit comments

Comments
 (0)