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

Skip to content

Commit 92f03d8

Browse files
[po] auto sync
1 parent 7e69998 commit 92f03d8

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

library/tkinter.tix.po

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,14 @@ msgid ""
511511
"compound image can be used to display a bitmap and a text string "
512512
"simultaneously in a Tk :class:`Button` widget."
513513
msgstr ""
514+
"`Compound "
515+
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound.htm>`_ "
516+
"图像类型可被用于创建由许多横行构成的图像;每一行都包含从左至右排列的一组条目(文本、位图、图像或空白)。 例如,某个组合图像可被用于在一个 Tk "
517+
":class:`Button` 部件内同时显示一张位图和一个文本字符串。"
514518

515519
#: ../../library/tkinter.tix.rst:460
516520
msgid "Miscellaneous Widgets"
517-
msgstr ""
521+
msgstr "其他部件"
518522

519523
#: ../../library/tkinter.tix.rst:465
520524
msgid ""
@@ -523,25 +527,31 @@ msgid ""
523527
" widgets are to accept inputs from the user, which can be done with the "
524528
"``bind`` command (Unix only)."
525529
msgstr ""
530+
"`InputOnly "
531+
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixInputOnly.htm>`_"
532+
" 部件可接收来自用户的输入,此功能可通过 ``bind`` 命令实现(仅限 Unix)。"
526533

527534
#: ../../library/tkinter.tix.rst:472
528535
msgid "Form Geometry Manager"
529-
msgstr ""
536+
msgstr "表单布局管理器"
530537

531538
#: ../../library/tkinter.tix.rst:474
532539
msgid "In addition, :mod:`tkinter.tix` augments :mod:`tkinter` by providing:"
533-
msgstr ""
540+
msgstr ":mod:`tkinter.tix` 还额外提供了以下部件来增强 :mod:`tkinter` 的功能:"
534541

535542
#: ../../library/tkinter.tix.rst:479
536543
msgid ""
537544
"The `Form "
538545
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixForm.htm>`_ "
539546
"geometry manager based on attachment rules for all Tk widgets."
540547
msgstr ""
548+
"`Form "
549+
"<http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixForm.htm>`_ "
550+
"布局管理器是以针对所有 Tk 部件的附加规则为基础的。"
541551

542552
#: ../../library/tkinter.tix.rst:485
543553
msgid "Tix Commands"
544-
msgstr ""
554+
msgstr "Tix 命令"
545555

546556
#: ../../library/tkinter.tix.rst:490
547557
msgid ""
@@ -552,10 +562,13 @@ msgid ""
552562
"these methods pertains to the application as a whole, or to a screen or "
553563
"display, rather than to a particular window."
554564
msgstr ""
565+
"`Tix 命令 <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tix.htm>`_ "
566+
"提供了对 :mod:`Tix` 内部状态和 :mod:`Tix` 应用程序上下文等杂项元素的访问。 "
567+
"大部分由这些方法控制的信息作为一个整体被发给应用程序,或是发给一个屏幕或显示区域,而不是某个特定窗口。"
555568

556569
#: ../../library/tkinter.tix.rst:497
557570
msgid "To view the current settings, the common usage is::"
558-
msgstr ""
571+
msgstr "要查看当前的设置,通常的用法是::"
559572

560573
#: ../../library/tkinter.tix.rst:506
561574
msgid ""

0 commit comments

Comments
 (0)