Skip to content

Commit d748df3

Browse files
author
Hristo Roque
committed
Primer avanze de la traducción
1 parent 7d339e6 commit d748df3

File tree

1 file changed

+65
-17
lines changed

1 file changed

+65
-17
lines changed

library/tkinter.tix.po

Lines changed: 65 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2020-09-02 12:59-0500\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: Adolfo Hristo David Roque Gámez <hristo.roqueg@gmail.com>\n"
19+
"Language: es_PE\n"
20+
"X-Generator: Poedit 2.4\n"
1921

2022
#: ../Doc/library/tkinter.tix.rst:2
2123
msgid ":mod:`tkinter.tix` --- Extension widgets for Tk"
22-
msgstr ""
24+
msgstr ":mod:`tkinter.tix` --- Ampliación de widgets para Tk"
2325

2426
#: ../Doc/library/tkinter.tix.rst:9
2527
msgid "**Source code:** :source:`Lib/tkinter/tix.py`"
26-
msgstr ""
28+
msgstr "**Código fuente:** :source:`Lib/tkinter/tix.py`"
2729

2830
#: ../Doc/library/tkinter.tix.rst:13
2931
msgid ""
3032
"This Tk extension is unmaintained and should not be used in new code. Use :"
3133
"mod:`tkinter.ttk` instead."
3234
msgstr ""
35+
"Esta ampliación de Tk no está mantenida y no debe ser usada en nuevo código. "
36+
"Use :mod:`tkinter.ttk` en su lugar."
3337

3438
#: ../Doc/library/tkinter.tix.rst:19
3539
msgid ""
@@ -43,6 +47,15 @@ msgid ""
4347
"class:`NoteBook`, :class:`FileEntry`, :class:`PanedWindow`, etc; there are "
4448
"more than 40 of them."
4549
msgstr ""
50+
"El módulo :mod:`tkinter.tix` (*Tk Interface Extension* en inglés) "
51+
"proporciona un conjunto abundante de widgets adicionales. Aunque la librería "
52+
"estándar Tk tiene muchos widgets útiles, están lejos de ser completos. La "
53+
"librería :mod:`tkinter.tix` proporciona la mayoría de los widgets comúnmente "
54+
"necesarios que no están en el estándar Tk: :class:`HList`, :class:"
55+
"`ComboBox`, :class:`Control` (alias SpinBox) y una selección de widgets "
56+
"desplazables. :mod:`tkinter.tix` también incluye muchos más widgets que son "
57+
"generalmente útiles en una rango amplio de aplicaciones: :class:`NoteBook`, :"
58+
"class:`FileEntry`, :class:`PanedWindow`, etc; hay más de 40 de ellos."
4659

4760
#: ../Doc/library/tkinter.tix.rst:29
4861
msgid ""
@@ -51,57 +64,77 @@ msgid ""
5164
"You can design your application by choosing the most appropriate widgets to "
5265
"match the special needs of your application and users."
5366
msgstr ""
67+
"Con todos estos nuevos widgets, puedes introducir nuevas técnicas de "
68+
"interacción en aplicaciones, creando interfaces de usuario más útiles y más "
69+
"intuitivas. Puedes diseñar tu aplicación al escoger los widgets más "
70+
"apropiados que combinen con las necesidades especiales de tu aplicación y "
71+
"usuarios."
5472

5573
#: ../Doc/library/tkinter.tix.rst:38
5674
msgid "`Tix Homepage <http://tix.sourceforge.net/>`_"
57-
msgstr ""
75+
msgstr "`La página de inicio de Tix <http://tix.sourceforge.net/>`_"
5876

5977
#: ../Doc/library/tkinter.tix.rst:37
6078
msgid ""
6179
"The home page for :mod:`Tix`. This includes links to additional "
6280
"documentation and downloads."
6381
msgstr ""
82+
"La página de inicio de :mod:`Tix`. Incluye enlaces a documentación adicional "
83+
"y descargas."
6484

6585
#: ../Doc/library/tkinter.tix.rst:41
6686
msgid "`Tix Man Pages <http://tix.sourceforge.net/dist/current/man/>`_"
6787
msgstr ""
88+
"`Páginas del manual de Tix <http://tix.sourceforge.net/dist/current/man/>`_"
6889

6990
#: ../Doc/library/tkinter.tix.rst:41
7091
msgid "On-line version of the man pages and reference material."
7192
msgstr ""
93+
"Versión de una línea de las páginas del manual y material de referencia."
7294

7395
#: ../Doc/library/tkinter.tix.rst:44
7496
msgid ""
7597
"`Tix Programming Guide <http://tix.sourceforge.net/dist/current/docs/tix-"
7698
"book/tix.book.html>`_"
7799
msgstr ""
100+
"`La guía de programación de Tix <http://tix.sourceforge.net/dist/current/"
101+
"docs/tix-book/tix.book.html>`_"
78102

79103
#: ../Doc/library/tkinter.tix.rst:44
80104
msgid "On-line version of the programmer's reference material."
81-
msgstr ""
105+
msgstr "Versión de una línea del material de referencia del programador."
82106

83107
#: ../Doc/library/tkinter.tix.rst:48
84108
msgid ""
85109
"`Tix Development Applications <http://tix.sourceforge.net/Tixapps/src/Tide."
86110
"html>`_"
87111
msgstr ""
112+
"`Aplicaciones de Desarrollo de Tix <http://tix.sourceforge.net/Tixapps/src/"
113+
"Tide.html>`_"
88114

89115
#: ../Doc/library/tkinter.tix.rst:47
90116
msgid ""
91117
"Tix applications for development of Tix and Tkinter programs. Tide "
92118
"applications work under Tk or Tkinter, and include :program:`TixInspect`, an "
93119
"inspector to remotely modify and debug Tix/Tk/Tkinter applications."
94120
msgstr ""
121+
"Las aplicaciones de Tix para el desarrollo de programas de Tix y Tkinter. "
122+
"Las aplicaciones de *Tide* (por *Tix Integrated Development Environment* en "
123+
"sus siglas de inglés) trabajan bajo Tk o Tkinter, e incluyen :program:"
124+
"`TixInspect`, un inspector para modificar y depurar aplicaciones Tix/Tk/"
125+
"Tkinter remotamente."
95126

96127
#: ../Doc/library/tkinter.tix.rst:53
97128
msgid "Using Tix"
98-
msgstr ""
129+
msgstr "Usando Tix"
99130

100131
#: ../Doc/library/tkinter.tix.rst:58
101132
msgid ""
102133
"Toplevel widget of Tix which represents mostly the main window of an "
103134
"application. It has an associated Tcl interpreter."
104135
msgstr ""
136+
"Un Widget de alto nivel de Tix que representa mayormente la ventana "
137+
"principal de una aplicación. Tiene un interpretador *Tcl* asociado."
105138

106139
#: ../Doc/library/tkinter.tix.rst:61
107140
msgid ""
@@ -111,27 +144,37 @@ msgid ""
111144
"just import :mod:`tkinter.tix`, and replace the toplevel call to :class:"
112145
"`tkinter.Tk` with :class:`tix.Tk`::"
113146
msgstr ""
147+
"Las clases en el módulo :mod:`tkinter.tix` son una subclase de las clases "
148+
"en :mod:`tkinter`. El primero importa el segundo, por lo que para usar :mod:"
149+
"`tkinter.tix` con Tkinter, todo lo que necesitar hacer es importar un "
150+
"módulo. En general, puedes importar :mod:`tkinter.tix`, y reemplazar las "
151+
"llamadas de alto nivel a :class:`tkinter.Tk` con :class:`tix.Tk`::"
114152

115153
#: ../Doc/library/tkinter.tix.rst:71
116154
msgid ""
117155
"To use :mod:`tkinter.tix`, you must have the Tix widgets installed, usually "
118156
"alongside your installation of the Tk widgets. To test your installation, "
119157
"try the following::"
120158
msgstr ""
159+
"Para usar :mod:`tkinter.tix`, debes tener los widgets Tix instalados, "
160+
"usualmente junto a tu instalación de los widgets Tk. Para probar tu "
161+
"instalación, intenta lo siguiente::"
121162

122163
#: ../Doc/library/tkinter.tix.rst:81
123164
msgid "Tix Widgets"
124-
msgstr ""
165+
msgstr "Widgets de Tix"
125166

126167
#: ../Doc/library/tkinter.tix.rst:83
127168
msgid ""
128169
"`Tix <http://tix.sourceforge.net/dist/current/man/html/TixCmd/TixIntro."
129170
"htm>`_ introduces over 40 widget classes to the :mod:`tkinter` repertoire."
130171
msgstr ""
172+
"`Tix <http://tix.sourceforge.net/dist/current/man/html/TixCmd/TixIntro."
173+
"htm>`_ introduce más de 40 clases de widget al repertorio de :mod:`tkinter`."
131174

132175
#: ../Doc/library/tkinter.tix.rst:88
133176
msgid "Basic Widgets"
134-
msgstr ""
177+
msgstr "Widgets Básicos"
135178

136179
#: ../Doc/library/tkinter.tix.rst:93
137180
msgid ""
@@ -140,6 +183,11 @@ msgid ""
140183
"moves the cursor inside a widget to which a Balloon widget has been bound, a "
141184
"small pop-up window with a descriptive message will be shown on the screen."
142185
msgstr ""
186+
"Un `Globo <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
187+
"tixBalloon.htm>`_ que aparece sobre un widget para proporcionar ayuda. "
188+
"Cuando el usuario mueve el cursor dentro de un widget al cual el widget "
189+
"Globo está atado, una pequeña ventana emergente con un mensaje descriptivo "
190+
"se mostrará en la pantalla."
143191

144192
#: ../Doc/library/tkinter.tix.rst:105
145193
msgid ""
@@ -219,7 +267,7 @@ msgstr ""
219267

220268
#: ../Doc/library/tkinter.tix.rst:216
221269
msgid "File Selectors"
222-
msgstr ""
270+
msgstr "Selectores de Archivos"
223271

224272
#: ../Doc/library/tkinter.tix.rst:221
225273
msgid ""
@@ -282,7 +330,7 @@ msgstr ""
282330

283331
#: ../Doc/library/tkinter.tix.rst:302
284332
msgid "Hierarchical ListBox"
285-
msgstr ""
333+
msgstr "ListBox jerárquico"
286334

287335
#: ../Doc/library/tkinter.tix.rst:307
288336
msgid ""
@@ -325,7 +373,7 @@ msgstr ""
325373

326374
#: ../Doc/library/tkinter.tix.rst:375
327375
msgid "Manager Widgets"
328-
msgstr ""
376+
msgstr "Gestores de Widgets"
329377

330378
#: ../Doc/library/tkinter.tix.rst:380
331379
msgid ""
@@ -359,7 +407,7 @@ msgstr ""
359407

360408
#: ../Doc/library/tkinter.tix.rst:428
361409
msgid "Image Types"
362-
msgstr ""
410+
msgstr "Tipos de Imágenes"
363411

364412
#: ../Doc/library/tkinter.tix.rst:430
365413
msgid "The :mod:`tkinter.tix` module adds:"
@@ -384,7 +432,7 @@ msgstr ""
384432

385433
#: ../Doc/library/tkinter.tix.rst:460
386434
msgid "Miscellaneous Widgets"
387-
msgstr ""
435+
msgstr "Widgets Diversos"
388436

389437
#: ../Doc/library/tkinter.tix.rst:465
390438
msgid ""
@@ -409,7 +457,7 @@ msgstr ""
409457

410458
#: ../Doc/library/tkinter.tix.rst:485
411459
msgid "Tix Commands"
412-
msgstr ""
460+
msgstr "Comandos de Tix"
413461

414462
#: ../Doc/library/tkinter.tix.rst:490
415463
msgid ""

0 commit comments

Comments
 (0)