@@ -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-04 10:08 -0500\n "
12
+ "PO-Revision-Date : 2020-09-13 07:42 -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 "
@@ -405,35 +405,53 @@ msgid "Hierarchical ListBox"
405
405
msgstr "Cuadro de Lista jerárquico"
406
406
407
407
#: ../Doc/library/tkinter.tix.rst:307
408
+ #, fuzzy
408
409
msgid ""
409
410
"The `HList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixHList."
410
411
"htm>`_ widget can be used to display any data that have a hierarchical "
411
412
"structure, for example, file system directory trees. The list entries are "
412
413
"indented and connected by branch lines according to their places in the "
413
414
"hierarchy."
414
415
msgstr ""
416
+ "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 "
419
+ "archivos. Las entradas de las líneas son sangradas y conectadas por líneas "
420
+ "de ramas de acuerdo a sus lugares en la jerarquía."
415
421
416
422
#: ../Doc/library/tkinter.tix.rst:319
423
+ #, fuzzy
417
424
msgid ""
418
425
"The `CheckList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
419
426
"tixCheckList.htm>`_ widget displays a list of items to be selected by the "
420
427
"user. CheckList acts similarly to the Tk checkbutton or radiobutton widgets, "
421
428
"except it is capable of handling many more items than checkbuttons or "
422
429
"radiobuttons."
423
430
msgstr ""
431
+ "El widget `CheckList <http://tix.sourceforge.net/dist/current/man/html/"
432
+ "TixCmd/tixCheckList.htm>`_ muestra una lista de objetos a ser seleccionados "
433
+ "por el usuario. *CheckList* actúa de forma similar a los widget *Tk "
434
+ "checkbutton* o *radiobutton*, excepto que es capaz de manejar muchos más "
435
+ "objetos que los widgets *checkbutton* o *radiobutton*."
424
436
425
437
#: ../Doc/library/tkinter.tix.rst:335
438
+ #, fuzzy
426
439
msgid ""
427
440
"The `Tree <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTree."
428
441
"htm>`_ widget can be used to display hierarchical data in a tree form. The "
429
442
"user can adjust the view of the tree by opening or closing parts of the tree."
430
443
msgstr ""
444
+ "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 "
447
+ "partes del árbol."
431
448
432
449
#: ../Doc/library/tkinter.tix.rst:347
433
450
msgid "Tabular ListBox"
434
- msgstr ""
451
+ msgstr "ListBox Tabular "
435
452
436
453
#: ../Doc/library/tkinter.tix.rst:352
454
+ #, fuzzy
437
455
msgid ""
438
456
"The `TList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTList."
439
457
"htm>`_ widget can be used to display data in a tabular format. The list "
@@ -442,6 +460,13 @@ msgid ""
442
460
"display the list entries in a two dimensional format and (2) you can use "
443
461
"graphical images as well as multiple colors and fonts for the list entries."
444
462
msgstr ""
463
+ "El widget `TList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
464
+ "tixTList.htm>`_ puede ser usado para mostrar datos en un formato tabular. "
465
+ "Las entradas de lista de un widget :class:`TList` son similares a las "
466
+ "entradas del widget *listbox*. Las principales diferencias son (1) el "
467
+ "widget :class:`TList` puede mostrar las entradas de la lista en un formato "
468
+ "de dos dimensiones y (2) puedes usar imágenes gráficas también como "
469
+ "múltiples colores y fuentes para las entradas de lista."
445
470
446
471
#: ../Doc/library/tkinter.tix.rst:375
447
472
msgid "Manager Widgets"
@@ -529,7 +554,7 @@ msgstr ""
529
554
530
555
#: ../Doc/library/tkinter.tix.rst:485
531
556
msgid "Tix Commands"
532
- msgstr "Comandos de Tix"
557
+ msgstr "Comandos Tix"
533
558
534
559
#: ../Doc/library/tkinter.tix.rst:490
535
560
msgid ""
0 commit comments