Skip to content

Commit 0671eee

Browse files
author
Hristo Roque
committed
Avanzando dos secciones de tkinter.tix
Avancé la sección ListBox jerárquico y Tabular
1 parent ddb6b44 commit 0671eee

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

library/tkinter.tix.po

Lines changed: 28 additions & 3 deletions
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-04 10:08-0500\n"
12+
"PO-Revision-Date: 2020-09-13 07:42-0500\n"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -405,35 +405,53 @@ msgid "Hierarchical ListBox"
405405
msgstr "Cuadro de Lista jerárquico"
406406

407407
#: ../Doc/library/tkinter.tix.rst:307
408+
#, fuzzy
408409
msgid ""
409410
"The `HList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixHList."
410411
"htm>`_ widget can be used to display any data that have a hierarchical "
411412
"structure, for example, file system directory trees. The list entries are "
412413
"indented and connected by branch lines according to their places in the "
413414
"hierarchy."
414415
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."
415421

416422
#: ../Doc/library/tkinter.tix.rst:319
423+
#, fuzzy
417424
msgid ""
418425
"The `CheckList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
419426
"tixCheckList.htm>`_ widget displays a list of items to be selected by the "
420427
"user. CheckList acts similarly to the Tk checkbutton or radiobutton widgets, "
421428
"except it is capable of handling many more items than checkbuttons or "
422429
"radiobuttons."
423430
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*."
424436

425437
#: ../Doc/library/tkinter.tix.rst:335
438+
#, fuzzy
426439
msgid ""
427440
"The `Tree <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTree."
428441
"htm>`_ widget can be used to display hierarchical data in a tree form. The "
429442
"user can adjust the view of the tree by opening or closing parts of the tree."
430443
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."
431448

432449
#: ../Doc/library/tkinter.tix.rst:347
433450
msgid "Tabular ListBox"
434-
msgstr ""
451+
msgstr "ListBox Tabular"
435452

436453
#: ../Doc/library/tkinter.tix.rst:352
454+
#, fuzzy
437455
msgid ""
438456
"The `TList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTList."
439457
"htm>`_ widget can be used to display data in a tabular format. The list "
@@ -442,6 +460,13 @@ msgid ""
442460
"display the list entries in a two dimensional format and (2) you can use "
443461
"graphical images as well as multiple colors and fonts for the list entries."
444462
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."
445470

446471
#: ../Doc/library/tkinter.tix.rst:375
447472
msgid "Manager Widgets"
@@ -529,7 +554,7 @@ msgstr ""
529554

530555
#: ../Doc/library/tkinter.tix.rst:485
531556
msgid "Tix Commands"
532-
msgstr "Comandos de Tix"
557+
msgstr "Comandos Tix"
533558

534559
#: ../Doc/library/tkinter.tix.rst:490
535560
msgid ""

0 commit comments

Comments
 (0)