Skip to content

Commit 1f16ff0

Browse files
author
Hristo Roque
committed
Primer draft de la sección de widget básicos
1 parent d748df3 commit 1f16ff0

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

library/tkinter.tix.po

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2020-09-02 12:59-0500\n"
12+
"PO-Revision-Date: 2020-09-03 08:26-0500\n"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -190,80 +190,127 @@ msgstr ""
190190
"se mostrará en la pantalla."
191191

192192
#: ../Doc/library/tkinter.tix.rst:105
193+
#, fuzzy
193194
msgid ""
194195
"The `ButtonBox <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
195196
"tixButtonBox.htm>`_ widget creates a box of buttons, such as is commonly "
196197
"used for ``Ok Cancel``."
197198
msgstr ""
199+
"El widget `ButtonBox <http://tix.sourceforge.net/dist/current/man/html/"
200+
"TixCmd/tixButtonBox.htm>`_ crea una caja de botones, tal como es usado para "
201+
"``Ok Cancel`` comúnmente."
198202

199203
#: ../Doc/library/tkinter.tix.rst:115
204+
#, fuzzy
200205
msgid ""
201206
"The `ComboBox <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
202207
"tixComboBox.htm>`_ widget is similar to the combo box control in MS Windows. "
203208
"The user can select a choice by either typing in the entry subwidget or "
204209
"selecting from the listbox subwidget."
205210
msgstr ""
211+
"El widget `ComboBox <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
212+
"tixComboBox.htm>`_ es similar al control de cuadro combinado en MS Windows. "
213+
"El usuario puede seleccionar una elección al o tipear en el *subwidget* de "
214+
"entrada o seleccionar del cuadro de lista del *subwidget*."
206215

207216
#: ../Doc/library/tkinter.tix.rst:127
217+
#, fuzzy
208218
msgid ""
209219
"The `Control <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
210220
"tixControl.htm>`_ widget is also known as the :class:`SpinBox` widget. The "
211221
"user can adjust the value by pressing the two arrow buttons or by entering "
212222
"the value directly into the entry. The new value will be checked against the "
213223
"user-defined upper and lower limits."
214224
msgstr ""
225+
"El widget `Control <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
226+
"tixControl.htm>`_ es también conocido como el widget :class:`SpinBox`. El "
227+
"usuario puede ajustar el valor al presionar los dos botones de flecha o al "
228+
"entrar el valor directamente en la entrada. El nuevo valor será comparado "
229+
"con los límites superiores e interiores definidos por el usuario."
215230

216231
#: ../Doc/library/tkinter.tix.rst:140
232+
#, fuzzy
217233
msgid ""
218234
"The `LabelEntry <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
219235
"tixLabelEntry.htm>`_ widget packages an entry widget and a label into one "
220236
"mega widget. It can be used to simplify the creation of \"entry-form\" type "
221237
"of interface."
222238
msgstr ""
239+
"El widget `LabelEntry <http://tix.sourceforge.net/dist/current/man/html/"
240+
"TixCmd/tixLabelEntry.htm>`_ empaqueta un widget de entrada y una etiqueta en "
241+
"un mega widget. Puede ser usado para simplificar la creación de los tipos de "
242+
"interfaz de formularios de inscripción."
223243

224244
#: ../Doc/library/tkinter.tix.rst:151
245+
#, fuzzy
225246
msgid ""
226247
"The `LabelFrame <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
227248
"tixLabelFrame.htm>`_ widget packages a frame widget and a label into one "
228249
"mega widget. To create widgets inside a LabelFrame widget, one creates the "
229250
"new widgets relative to the :attr:`frame` subwidget and manage them inside "
230251
"the :attr:`frame` subwidget."
231252
msgstr ""
253+
"El widget `LabelFrame <http://tix.sourceforge.net/dist/current/man/html/"
254+
"TixCmd/tixLabelFrame.htm>`_ empaqueta um widget *frame* y una etiqueta en un "
255+
"mega widget. Para crear widgets dentro de un widget *LabelFrame*, uno crea "
256+
"los nuevos widgets relativos al subwidget :attr:`frame` y los gestiona "
257+
"dentro del subwidget :attr:`frame`."
232258

233259
#: ../Doc/library/tkinter.tix.rst:163
260+
#, fuzzy
234261
msgid ""
235262
"The `Meter <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixMeter."
236263
"htm>`_ widget can be used to show the progress of a background job which may "
237264
"take a long time to execute."
238265
msgstr ""
266+
"El widget `Meter <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
267+
"tixMeter.htm>`_ puede ser usado para mostrar el progreso de un trabajo de "
268+
"fondo que puede tomar un largo tiempo de ejecución."
239269

240270
#: ../Doc/library/tkinter.tix.rst:174
271+
#, fuzzy
241272
msgid ""
242273
"The `OptionMenu <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
243274
"tixOptionMenu.htm>`_ creates a menu button of options."
244275
msgstr ""
276+
"El widget `OptionMenu <http://tix.sourceforge.net/dist/current/man/html/"
277+
"TixCmd/tixOptionMenu.htm>`_ crea un botón de menú de opciones."
245278

246279
#: ../Doc/library/tkinter.tix.rst:184
280+
#, fuzzy
247281
msgid ""
248282
"The `PopupMenu <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
249283
"tixPopupMenu.htm>`_ widget can be used as a replacement of the ``tk_popup`` "
250284
"command. The advantage of the :mod:`Tix` :class:`PopupMenu` widget is it "
251285
"requires less application code to manipulate."
252286
msgstr ""
287+
"El widget `PopupMenu <http://tix.sourceforge.net/dist/current/man/html/"
288+
"TixCmd/tixPopupMenu.htm>`_ puede ser usado como un reemplazo del comando "
289+
"``tk_popup``. La ventaja del widget :class:`PopupMenu` de :mod:`Tix` es que "
290+
"requiere menos código de aplicación para manipular."
253291

254292
#: ../Doc/library/tkinter.tix.rst:196
293+
#, fuzzy
255294
msgid ""
256295
"The `Select <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
257296
"tixSelect.htm>`_ widget is a container of button subwidgets. It can be used "
258297
"to provide radio-box or check-box style of selection options for the user."
259298
msgstr ""
299+
"El widget `Select <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
300+
"tixSelect.htm>`_ es un contenedor de subwidgets botón. Puede ser usado para "
301+
"proporcionar a estilos de radio-box o check-box opciones de selección para "
302+
"el usuario."
260303

261304
#: ../Doc/library/tkinter.tix.rst:207
305+
#, fuzzy
262306
msgid ""
263307
"The `StdButtonBox <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
264308
"tixStdButtonBox.htm>`_ widget is a group of standard buttons for Motif-like "
265309
"dialog boxes."
266310
msgstr ""
311+
"El widget `StdButtonBox <http://tix.sourceforge.net/dist/current/man/html/"
312+
"TixCmd/tixStdButtonBox.htm>`_ es un grupo de botones estándares para cajas "
313+
"de diálogo parecidas a *Motif*."
267314

268315
#: ../Doc/library/tkinter.tix.rst:216
269316
msgid "File Selectors"

0 commit comments

Comments
 (0)