@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12
- "PO-Revision-Date : 2020-09-13 07:42 -0500\n "
12
+ "PO-Revision-Date : 2020-09-28 19:21 -0500\n "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
@@ -208,7 +208,7 @@ msgid ""
208
208
msgstr ""
209
209
"El widget `ComboBox <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
210
210
"tixComboBox.htm>`_ es similar al control de cuadro combinado en MS Windows. "
211
- "El usuario puede seleccionar una opción o al tipear en el subwidget de "
211
+ "El usuario puede seleccionar una opción o al tipear en el * subwidget* de "
212
212
"entrada o al seleccionar del subwidget de cuadro de lista."
213
213
214
214
#: ../Doc/library/tkinter.tix.rst:127
@@ -248,7 +248,7 @@ msgstr ""
248
248
"El widget `LabelFrame <http://tix.sourceforge.net/dist/current/man/html/"
249
249
"TixCmd/tixLabelFrame.htm>`_ empaqueta un widget *frame* y una etiqueta en un "
250
250
"mega widget. Para crear widgets dentro de un widget *LabelFrame*, uno crea "
251
- "los nuevos widgets relativos al subwidget :attr:`frame` y los gestiona "
251
+ "los nuevos widgets relativos al * subwidget* :attr:`frame` y los gestiona "
252
252
"dentro del subwidget :attr:`frame`."
253
253
254
254
#: ../Doc/library/tkinter.tix.rst:163
@@ -282,16 +282,15 @@ msgstr ""
282
282
"requiere menos código de aplicación para manipular."
283
283
284
284
#: ../Doc/library/tkinter.tix.rst:196
285
- #, fuzzy
286
285
msgid ""
287
286
"The `Select <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
288
287
"tixSelect.htm>`_ widget is a container of button subwidgets. It can be used "
289
288
"to provide radio-box or check-box style of selection options for the user."
290
289
msgstr ""
291
290
"El widget `Select <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
292
- "tixSelect.htm>`_ es un contenedor de subwidgets botón. Puede ser usado para "
293
- "proporcionar opciones de selección de estilos de radio-box o check-box para "
294
- "el usuario."
291
+ "tixSelect.htm>`_ es un contenedor de * subwidgets* botón. Puede ser usado "
292
+ "para proporcionar opciones de selección de estilos de radio-box o check-box "
293
+ "para el usuario."
295
294
296
295
#: ../Doc/library/tkinter.tix.rst:207
297
296
msgid ""
@@ -405,7 +404,6 @@ msgid "Hierarchical ListBox"
405
404
msgstr "Cuadro de Lista jerárquico"
406
405
407
406
#: ../Doc/library/tkinter.tix.rst:307
408
- #, fuzzy
409
407
msgid ""
410
408
"The `HList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixHList."
411
409
"htm>`_ widget can be used to display any data that have a hierarchical "
@@ -414,13 +412,12 @@ msgid ""
414
412
"hierarchy."
415
413
msgstr ""
416
414
"El widget `HList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
417
- "tixHList.htm>`_ puede ser usado para mostrado cualquier dato que tenga una "
418
- "estructura jerárquica, por ejemplo, árboles de directorio del sistema de "
415
+ "tixHList.htm>`_ puede ser usado para mostrar cualquier dato que tenga una "
416
+ "estructura jerárquica, por ejemplo, árboles del directorio del sistema de "
419
417
"archivos. Las entradas de las líneas son sangradas y conectadas por líneas "
420
418
"de ramas de acuerdo a sus lugares en la jerarquía."
421
419
422
420
#: ../Doc/library/tkinter.tix.rst:319
423
- #, fuzzy
424
421
msgid ""
425
422
"The `CheckList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
426
423
"tixCheckList.htm>`_ widget displays a list of items to be selected by the "
@@ -435,20 +432,19 @@ msgstr ""
435
432
"objetos que los widgets *checkbutton* o *radiobutton*."
436
433
437
434
#: ../Doc/library/tkinter.tix.rst:335
438
- #, fuzzy
439
435
msgid ""
440
436
"The `Tree <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTree."
441
437
"htm>`_ widget can be used to display hierarchical data in a tree form. The "
442
438
"user can adjust the view of the tree by opening or closing parts of the tree."
443
439
msgstr ""
444
440
"El widget `Tree <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
445
- "tixTree.htm>`_ puede ser usado para mostrar data jerárquica en uma forma de "
446
- "árbol. El usuario puede ajustar la vista del árbol al abrir o cerrar las "
441
+ "tixTree.htm>`_ puede ser usado para mostrar datos jerárquicos en una forma "
442
+ "de árbol. El usuario puede ajustar la vista del árbol al abrir o cerrar "
447
443
"partes del árbol."
448
444
449
445
#: ../Doc/library/tkinter.tix.rst:347
450
446
msgid "Tabular ListBox"
451
- msgstr "ListBox Tabular"
447
+ msgstr "* ListBox* Tabular"
452
448
453
449
#: ../Doc/library/tkinter.tix.rst:352
454
450
#, fuzzy
@@ -473,13 +469,19 @@ msgid "Manager Widgets"
473
469
msgstr "Gestores de Widgets"
474
470
475
471
#: ../Doc/library/tkinter.tix.rst:380
472
+ #, fuzzy
476
473
msgid ""
477
474
"The `PanedWindow <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
478
475
"tixPanedWindow.htm>`_ widget allows the user to interactively manipulate the "
479
476
"sizes of several panes. The panes can be arranged either vertically or "
480
477
"horizontally. The user changes the sizes of the panes by dragging the "
481
478
"resize handle between two panes."
482
479
msgstr ""
480
+ "El widget `PanedWindow <http://tix.sourceforge.net/dist/current/man/html/"
481
+ "TixCmd/tixPanedWindow.htm>`_ permite que el usuario manipule "
482
+ "interactivamente los tamaños de varios paneles. Los paneles pueden ser "
483
+ "ordenados o verticalmente u horizontalmente. El usuario cambia los tamaños "
484
+ "de los paneles al arrastrar el asa de redimensionamiento entre dos paneles."
483
485
484
486
#: ../Doc/library/tkinter.tix.rst:392
485
487
msgid ""
@@ -491,8 +493,16 @@ msgid ""
491
493
"through these pages by choosing the name of the desired page in the :attr:"
492
494
"`hlist` subwidget."
493
495
msgstr ""
496
+ "El widget `ListNoteBook <http://tix.sourceforge.net/dist/current/man/html/"
497
+ "TixCmd/tixListNoteBook.htm>`_ es muy similar al widget :class:`TixNoteBook`: "
498
+ "puede ser usado para mostrar muchas ventanas en un espacio limitado usando "
499
+ "la metáfora del cuaderno (*notebook*). El cuaderno es dividido en una pila "
500
+ "de páginas (ventanas). Sólo una de estas páginas se muestra a la vez. El "
501
+ "usuario puede navegar a través de estas páginas al escoger el nombre de la "
502
+ "página deseada en el *subwidget* :attr:`hlist`."
494
503
495
504
#: ../Doc/library/tkinter.tix.rst:406
505
+ #, fuzzy
496
506
msgid ""
497
507
"The `NoteBook <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
498
508
"tixNoteBook.htm>`_ widget can be used to display many windows in a limited "
@@ -501,23 +511,34 @@ msgid ""
501
511
"navigate through these pages by choosing the visual \" tabs\" at the top of "
502
512
"the NoteBook widget."
503
513
msgstr ""
514
+ "El widget `NoteBook <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
515
+ "tixNoteBook.htm>`_ puede ser usado para mostrar muchas ventanas en un "
516
+ "espacio limitado usando la metáfora del cuaderno (*notebook*). El *notebook* "
517
+ "es dividido en una pila de páginas. Sólo se una de estas páginas se puede "
518
+ "mostrar a la vez. El usuario puede navegar a través de estas páginas al "
519
+ "escoger las \" pestañas\" visuales arriba del widget NoteBook."
504
520
505
521
#: ../Doc/library/tkinter.tix.rst:428
506
522
msgid "Image Types"
507
523
msgstr "Tipos de Imágenes"
508
524
509
525
#: ../Doc/library/tkinter.tix.rst:430
510
526
msgid "The :mod:`tkinter.tix` module adds:"
511
- msgstr ""
527
+ msgstr "El módulo :mod:`tkinter.tix` añade: "
512
528
513
529
#: ../Doc/library/tkinter.tix.rst:432
530
+ #, fuzzy
514
531
msgid ""
515
532
"`pixmap <http://tix.sourceforge.net/dist/current/man/html/TixCmd/pixmap."
516
533
"htm>`_ capabilities to all :mod:`tkinter.tix` and :mod:`tkinter` widgets to "
517
534
"create color images from XPM files."
518
535
msgstr ""
536
+ "capacidades de `pixmap <http://tix.sourceforge.net/dist/current/man/html/"
537
+ "TixCmd/pixmap.htm>`_ a todos los widgets de :mod:`tkinter.tix` y :mod:"
538
+ "`tkinter` para crear imágenes de color a partir de archivos XPM."
519
539
520
540
#: ../Doc/library/tkinter.tix.rst:441
541
+ #, fuzzy
521
542
msgid ""
522
543
"`Compound <http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound."
523
544
"htm>`_ image types can be used to create images that consists of multiple "
@@ -526,6 +547,13 @@ msgid ""
526
547
"compound image can be used to display a bitmap and a text string "
527
548
"simultaneously in a Tk :class:`Button` widget."
528
549
msgstr ""
550
+ "los tipos de imágenes `Compound <http://tix.sourceforge.net/dist/current/man/"
551
+ "html/TixCmd/compound.htm>`_ pueden ser usados para crear imágenes que "
552
+ "consisten en múltiples líneas horizontales; cada línea es compuesta de una "
553
+ "serie de objetos (texto, bitmaps, imágenes, o espacios) ordenados de "
554
+ "izquierda a derecha. Por ejemplo, una imagen compuesta puede ser usada para "
555
+ "mostrar un bitmap y una cadena de texto simultáneamente en un widget Tk :"
556
+ "class:`Button`."
529
557
530
558
#: ../Doc/library/tkinter.tix.rst:460
531
559
msgid "Miscellaneous Widgets"
0 commit comments