@@ -133,20 +133,20 @@ msgstr "指定要作为消息框标题的字符串。 此选项在 macOS 上会
133133
134134#: ../../library/tkinter.messagebox.rst:68
135135msgid "*type*"
136- msgstr ""
136+ msgstr "*type* "
137137
138138#: ../../library/tkinter.messagebox.rst:67
139139msgid ""
140140"Arranges for a :ref:`predefined set of buttons <messagebox-types>` to be "
141141"displayed."
142- msgstr ""
142+ msgstr "安排显示一个 :ref:`预定义的按钮集合 <messagebox-types>`。 "
143143
144144#: ../../library/tkinter.messagebox.rst:72
145145msgid ""
146146"Display a message window and wait for the user to select one of the buttons."
147147" Then return the symbolic name of the selected button. Keyword arguments can"
148148" override options specified in the constructor."
149- msgstr ""
149+ msgstr "显示一个消息窗口并等待用户选择某一个按钮。 然后返回所选择按钮的符号名称。 关键字参数可以覆盖在构造器中指定的选项。 "
150150
151151#: ../../library/tkinter.messagebox.rst:76
152152msgid "**Information message box**"
@@ -156,7 +156,7 @@ msgstr "**信息消息框**"
156156msgid ""
157157"Creates and displays an information message box with the specified title and"
158158" message."
159- msgstr ""
159+ msgstr "创建并显示一个具有指定标题和消息的信息消息框。 "
160160
161161#: ../../library/tkinter.messagebox.rst:83
162162msgid "**Warning message boxes**"
@@ -166,13 +166,13 @@ msgstr "**警告消息框**"
166166msgid ""
167167"Creates and displays a warning message box with the specified title and "
168168"message."
169- msgstr ""
169+ msgstr "创建并显示一个具有指定标题和消息的警告消息框。 "
170170
171171#: ../../library/tkinter.messagebox.rst:92
172172msgid ""
173173"Creates and displays an error message box with the specified title and "
174174"message."
175- msgstr ""
175+ msgstr "创建和显示一个具有指定标题和消息的错误消息框。 "
176176
177177#: ../../library/tkinter.messagebox.rst:95
178178msgid "**Question message boxes**"
@@ -182,75 +182,82 @@ msgstr "**疑问消息框**"
182182msgid ""
183183"Ask a question. By default shows buttons :data:`YES` and :data:`NO`. Returns"
184184" the symbolic name of the selected button."
185- msgstr ""
185+ msgstr "提出一个问题。 在默认情况下显示 :data:`YES` 和 :data:`NO` 按钮。 返回所选择按钮的符号名称。 "
186186
187187#: ../../library/tkinter.messagebox.rst:104
188188msgid ""
189189"Ask if operation should proceed. Shows buttons :data:`OK` and "
190190":data:`CANCEL`. Returns ``True`` if the answer is ok and ``False`` "
191191"otherwise."
192192msgstr ""
193+ "询问操作是否要继续。 显示 :data:`OK` 和 :data:`CANCEL` 按钮。 如果选择确定将返回 ``True`` 否则返回 "
194+ "``False``。"
193195
194196#: ../../library/tkinter.messagebox.rst:109
195197msgid ""
196198"Ask if operation should be retried. Shows buttons :data:`RETRY` and "
197199":data:`CANCEL`. Return ``True`` if the answer is yes and ``False`` "
198200"otherwise."
199201msgstr ""
202+ "询问操作是否要重试。 显示 :data:`RETRY` 和 :data:`CANCEL`。 如果选择重试将返回 ``True`` 否则返回 "
203+ "``False``。"
200204
201205#: ../../library/tkinter.messagebox.rst:114
202206msgid ""
203207"Ask a question. Shows buttons :data:`YES` and :data:`NO`. Returns ``True`` "
204208"if the answer is yes and ``False`` otherwise."
205209msgstr ""
210+ "提出一个问题。 显示 :data:`YES` 和 :data:`NO` 按钮。 如果选择是则返回 ``True`` 否则返回 ``False``。"
206211
207212#: ../../library/tkinter.messagebox.rst:119
208213msgid ""
209214"Ask a question. Shows buttons :data:`YES`, :data:`NO` and :data:`CANCEL`. "
210215"Return ``True`` if the answer is yes, ``None`` if cancelled, and ``False`` "
211216"otherwise."
212217msgstr ""
218+ "提出一个问题。 显示 :data:`YES`, :data:`NO` 和 :data:`CANCEL` 按钮。 如果选择是则返回 "
219+ "``True``,取消则返回 ``None``,否则返回 ``False``。"
213220
214221#: ../../library/tkinter.messagebox.rst:126
215222msgid "Symbolic names of buttons:"
216- msgstr ""
223+ msgstr "按钮的符号名称: "
217224
218225#: ../../library/tkinter.messagebox.rst:145
219226msgid "Predefined sets of buttons:"
220- msgstr ""
227+ msgstr "预定义的按钮集合: "
221228
222229#: ../../library/tkinter.messagebox.rst:150
223230msgid ""
224231"Displays three buttons whose symbolic names are :data:`ABORT`, :data:`RETRY`"
225232" and :data:`IGNORE`."
226- msgstr ""
233+ msgstr "显示符号名称为 :data:`ABORT`, :data:`RETRY` 和 :data:`IGNORE` 的三个按钮。 "
227234
228235#: ../../library/tkinter.messagebox.rst:157
229236msgid "Displays one button whose symbolic name is :data:`OK`."
230- msgstr ""
237+ msgstr "显示符号名称为 :data:`OK` 的一个按钮。 "
231238
232239#: ../../library/tkinter.messagebox.rst:162
233240msgid ""
234241"Displays two buttons whose symbolic names are :data:`OK` and :data:`CANCEL`."
235- msgstr ""
242+ msgstr "显示符号名称为 :data:`OK` 和 :data:`CANCEL` 的两个按钮。 "
236243
237244#: ../../library/tkinter.messagebox.rst:168
238245msgid ""
239246"Displays two buttons whose symbolic names are :data:`RETRY` and "
240247":data:`CANCEL`."
241- msgstr ""
248+ msgstr "显示符号名称为 :data:`RETRY` 和 :data:`CANCEL` 的两个按钮。 "
242249
243250#: ../../library/tkinter.messagebox.rst:174
244251msgid ""
245252"Displays two buttons whose symbolic names are :data:`YES` and :data:`NO`."
246- msgstr ""
253+ msgstr "显示符号名称为 :data:`YES` 和 :data:`NO` 的两个按钮。 "
247254
248255#: ../../library/tkinter.messagebox.rst:180
249256msgid ""
250257"Displays three buttons whose symbolic names are :data:`YES`, :data:`NO` and "
251258":data:`CANCEL`."
252- msgstr ""
259+ msgstr "显示符号名称为 :data:`YES`, :data:`NO` 和 :data:`CANCEL` 的三个按钮。 "
253260
254261#: ../../library/tkinter.messagebox.rst:185
255262msgid "Icon images:"
256- msgstr ""
263+ msgstr "图标图像: "
0 commit comments