@@ -26,11 +26,11 @@ msgstr ""
2626
2727#: ../../library/tkinter.ttk.rst:2
2828msgid ":mod:`tkinter.ttk` --- Tk themed widgets"
29- msgstr ""
29+ msgstr ":mod:`tkinter.ttk` --- Tk主题小部件 "
3030
3131#: ../../library/tkinter.ttk.rst:9
3232msgid "**Source code:** :source:`Lib/tkinter/ttk.py`"
33- msgstr ""
33+ msgstr "**源代码:** :source:`Lib/tkinter/ttk.py` "
3434
3535#: ../../library/tkinter.ttk.rst:15
3636msgid ""
@@ -60,7 +60,7 @@ msgstr ""
6060
6161#: ../../library/tkinter.ttk.rst:34
6262msgid "Using Ttk"
63- msgstr ""
63+ msgstr "使用 Ttk "
6464
6565#: ../../library/tkinter.ttk.rst:36
6666msgid "To start using Ttk, import its module::"
@@ -126,17 +126,17 @@ msgstr ""
126126
127127#: ../../library/tkinter.ttk.rst:80
128128msgid "Tk code::"
129- msgstr ""
129+ msgstr "Tk 代码:: "
130130
131131#: ../../library/tkinter.ttk.rst:86
132132msgid "Ttk code::"
133- msgstr ""
133+ msgstr "Ttk 代码:: "
134134
135135#: ../../library/tkinter.ttk.rst:94
136136msgid ""
137137"For more information about TtkStyling_, see the :class:`Style` class "
138138"documentation."
139- msgstr ""
139+ msgstr "有关 TtkStyling_ 的更多信息,请参阅 :class:`Style` 类文档。 "
140140
141141#: ../../library/tkinter.ttk.rst:98
142142msgid "Widget"
@@ -146,15 +146,15 @@ msgstr ""
146146msgid ""
147147":class:`ttk.Widget` defines standard options and methods supported by Tk "
148148"themed widgets and is not supposed to be directly instantiated."
149- msgstr ""
149+ msgstr ":class:`ttk.Widget` 定义了 Tk 主题小部件支持的标准选项和方法,不应该直接实例化。 "
150150
151151#: ../../library/tkinter.ttk.rst:105
152152msgid "Standard Options"
153- msgstr ""
153+ msgstr "标准选项 "
154154
155155#: ../../library/tkinter.ttk.rst:107
156156msgid "All the :mod:`ttk` Widgets accepts the following options:"
157- msgstr ""
157+ msgstr "所有 :mod:`ttk` 小部件接受以下选项: "
158158
159159#: ../../library/tkinter.ttk.rst:112 ../../library/tkinter.ttk.rst:147
160160#: ../../library/tkinter.ttk.rst:173 ../../library/tkinter.ttk.rst:216
@@ -188,20 +188,21 @@ msgid ""
188188"for the window, and to select the widget's default layout and style. This "
189189"option is read-only, and may only be specified when the window is created."
190190msgstr ""
191+ "指定窗口类。在查询选项数据库中窗口的其他选项时,使用该类,确定窗口的默认绑定标签,以及选择窗口小部件的默认布局和样式。此选项仅为只读,并且只能在创建窗口时指定。"
191192
192193#: ../../library/tkinter.ttk.rst:121
193194msgid "cursor"
194- msgstr ""
195+ msgstr "cursor "
195196
196197#: ../../library/tkinter.ttk.rst:121
197198msgid ""
198199"Specifies the mouse cursor to be used for the widget. If set to the empty "
199200"string (the default), the cursor is inherited for the parent widget."
200- msgstr ""
201+ msgstr "指定要用于窗口小部件的鼠标光标。如果设置为空字符串(默认值),则为父窗口小部件继承光标. "
201202
202203#: ../../library/tkinter.ttk.rst:125
203204msgid "takefocus"
204- msgstr ""
205+ msgstr "takefocus "
205206
206207#: ../../library/tkinter.ttk.rst:125
207208msgid ""
@@ -212,14 +213,15 @@ msgid ""
212213"And an empty string means that the traversal scripts make the decision about"
213214" whether or not to focus on the window."
214215msgstr ""
216+ "确定窗口是否在键盘遍历期间接受焦点。返回0或1,返回空字符串。如果返回0,则表示在键盘遍历期间应该跳过该窗口。如果为1,则表示只要可以查看窗口就应该接收输入焦点。并且空字符串意味着遍历脚本决定是否关注窗口。"
215217
216218#: ../../library/tkinter.ttk.rst:134
217219msgid "style"
218- msgstr ""
220+ msgstr "style "
219221
220222#: ../../library/tkinter.ttk.rst:134
221223msgid "May be used to specify a custom widget style."
222- msgstr ""
224+ msgstr "可用于指定自定义窗口小部件样式。 "
223225
224226#: ../../library/tkinter.ttk.rst:139
225227msgid "Scrollable Widget Options"
0 commit comments