Skip to content

Commit d250d30

Browse files
author
Hristo Roque
committed
avanzando en la traducción de tkinter.tix
1 parent 9d1308d commit d250d30

File tree

1 file changed

+44
-16
lines changed

1 file changed

+44
-16
lines changed

library/tkinter.tix.po

Lines changed: 44 additions & 16 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-13 07:42-0500\n"
12+
"PO-Revision-Date: 2020-09-28 19:21-0500\n"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -208,7 +208,7 @@ msgid ""
208208
msgstr ""
209209
"El widget `ComboBox <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
210210
"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 "
212212
"entrada o al seleccionar del subwidget de cuadro de lista."
213213

214214
#: ../Doc/library/tkinter.tix.rst:127
@@ -248,7 +248,7 @@ msgstr ""
248248
"El widget `LabelFrame <http://tix.sourceforge.net/dist/current/man/html/"
249249
"TixCmd/tixLabelFrame.htm>`_ empaqueta un widget *frame* y una etiqueta en un "
250250
"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 "
252252
"dentro del subwidget :attr:`frame`."
253253

254254
#: ../Doc/library/tkinter.tix.rst:163
@@ -282,16 +282,15 @@ msgstr ""
282282
"requiere menos código de aplicación para manipular."
283283

284284
#: ../Doc/library/tkinter.tix.rst:196
285-
#, fuzzy
286285
msgid ""
287286
"The `Select <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
288287
"tixSelect.htm>`_ widget is a container of button subwidgets. It can be used "
289288
"to provide radio-box or check-box style of selection options for the user."
290289
msgstr ""
291290
"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."
295294

296295
#: ../Doc/library/tkinter.tix.rst:207
297296
msgid ""
@@ -405,7 +404,6 @@ msgid "Hierarchical ListBox"
405404
msgstr "Cuadro de Lista jerárquico"
406405

407406
#: ../Doc/library/tkinter.tix.rst:307
408-
#, fuzzy
409407
msgid ""
410408
"The `HList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixHList."
411409
"htm>`_ widget can be used to display any data that have a hierarchical "
@@ -414,13 +412,12 @@ msgid ""
414412
"hierarchy."
415413
msgstr ""
416414
"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 "
419417
"archivos. Las entradas de las líneas son sangradas y conectadas por líneas "
420418
"de ramas de acuerdo a sus lugares en la jerarquía."
421419

422420
#: ../Doc/library/tkinter.tix.rst:319
423-
#, fuzzy
424421
msgid ""
425422
"The `CheckList <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
426423
"tixCheckList.htm>`_ widget displays a list of items to be selected by the "
@@ -435,20 +432,19 @@ msgstr ""
435432
"objetos que los widgets *checkbutton* o *radiobutton*."
436433

437434
#: ../Doc/library/tkinter.tix.rst:335
438-
#, fuzzy
439435
msgid ""
440436
"The `Tree <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixTree."
441437
"htm>`_ widget can be used to display hierarchical data in a tree form. The "
442438
"user can adjust the view of the tree by opening or closing parts of the tree."
443439
msgstr ""
444440
"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 "
447443
"partes del árbol."
448444

449445
#: ../Doc/library/tkinter.tix.rst:347
450446
msgid "Tabular ListBox"
451-
msgstr "ListBox Tabular"
447+
msgstr "*ListBox* Tabular"
452448

453449
#: ../Doc/library/tkinter.tix.rst:352
454450
#, fuzzy
@@ -473,13 +469,19 @@ msgid "Manager Widgets"
473469
msgstr "Gestores de Widgets"
474470

475471
#: ../Doc/library/tkinter.tix.rst:380
472+
#, fuzzy
476473
msgid ""
477474
"The `PanedWindow <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
478475
"tixPanedWindow.htm>`_ widget allows the user to interactively manipulate the "
479476
"sizes of several panes. The panes can be arranged either vertically or "
480477
"horizontally. The user changes the sizes of the panes by dragging the "
481478
"resize handle between two panes."
482479
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."
483485

484486
#: ../Doc/library/tkinter.tix.rst:392
485487
msgid ""
@@ -491,8 +493,16 @@ msgid ""
491493
"through these pages by choosing the name of the desired page in the :attr:"
492494
"`hlist` subwidget."
493495
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`."
494503

495504
#: ../Doc/library/tkinter.tix.rst:406
505+
#, fuzzy
496506
msgid ""
497507
"The `NoteBook <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
498508
"tixNoteBook.htm>`_ widget can be used to display many windows in a limited "
@@ -501,23 +511,34 @@ msgid ""
501511
"navigate through these pages by choosing the visual \"tabs\" at the top of "
502512
"the NoteBook widget."
503513
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."
504520

505521
#: ../Doc/library/tkinter.tix.rst:428
506522
msgid "Image Types"
507523
msgstr "Tipos de Imágenes"
508524

509525
#: ../Doc/library/tkinter.tix.rst:430
510526
msgid "The :mod:`tkinter.tix` module adds:"
511-
msgstr ""
527+
msgstr "El módulo :mod:`tkinter.tix` añade:"
512528

513529
#: ../Doc/library/tkinter.tix.rst:432
530+
#, fuzzy
514531
msgid ""
515532
"`pixmap <http://tix.sourceforge.net/dist/current/man/html/TixCmd/pixmap."
516533
"htm>`_ capabilities to all :mod:`tkinter.tix` and :mod:`tkinter` widgets to "
517534
"create color images from XPM files."
518535
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."
519539

520540
#: ../Doc/library/tkinter.tix.rst:441
541+
#, fuzzy
521542
msgid ""
522543
"`Compound <http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound."
523544
"htm>`_ image types can be used to create images that consists of multiple "
@@ -526,6 +547,13 @@ msgid ""
526547
"compound image can be used to display a bitmap and a text string "
527548
"simultaneously in a Tk :class:`Button` widget."
528549
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`."
529557

530558
#: ../Doc/library/tkinter.tix.rst:460
531559
msgid "Miscellaneous Widgets"

0 commit comments

Comments
 (0)