1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# 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.
4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"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 "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"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 "
19
21
20
22
#: ../Doc/library/tkinter.tix.rst:2
21
23
msgid ":mod:`tkinter.tix` --- Extension widgets for Tk"
22
- msgstr ""
24
+ msgstr ":mod:`tkinter.tix` --- Ampliación de widgets para Tk "
23
25
24
26
#: ../Doc/library/tkinter.tix.rst:9
25
27
msgid "**Source code:** :source:`Lib/tkinter/tix.py`"
26
- msgstr ""
28
+ msgstr "**Código fuente:** :source:`Lib/tkinter/tix.py` "
27
29
28
30
#: ../Doc/library/tkinter.tix.rst:13
29
31
msgid ""
30
32
"This Tk extension is unmaintained and should not be used in new code. Use :"
31
33
"mod:`tkinter.ttk` instead."
32
34
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."
33
37
34
38
#: ../Doc/library/tkinter.tix.rst:19
35
39
msgid ""
@@ -43,6 +47,15 @@ msgid ""
43
47
"class:`NoteBook`, :class:`FileEntry`, :class:`PanedWindow`, etc; there are "
44
48
"more than 40 of them."
45
49
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."
46
59
47
60
#: ../Doc/library/tkinter.tix.rst:29
48
61
msgid ""
@@ -51,57 +64,77 @@ msgid ""
51
64
"You can design your application by choosing the most appropriate widgets to "
52
65
"match the special needs of your application and users."
53
66
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."
54
72
55
73
#: ../Doc/library/tkinter.tix.rst:38
56
74
msgid "`Tix Homepage <http://tix.sourceforge.net/>`_"
57
- msgstr ""
75
+ msgstr "`La página de inicio de Tix <http://tix.sourceforge.net/>`_ "
58
76
59
77
#: ../Doc/library/tkinter.tix.rst:37
60
78
msgid ""
61
79
"The home page for :mod:`Tix`. This includes links to additional "
62
80
"documentation and downloads."
63
81
msgstr ""
82
+ "La página de inicio de :mod:`Tix`. Incluye enlaces a documentación adicional "
83
+ "y descargas."
64
84
65
85
#: ../Doc/library/tkinter.tix.rst:41
66
86
msgid "`Tix Man Pages <http://tix.sourceforge.net/dist/current/man/>`_"
67
87
msgstr ""
88
+ "`Páginas del manual de Tix <http://tix.sourceforge.net/dist/current/man/>`_"
68
89
69
90
#: ../Doc/library/tkinter.tix.rst:41
70
91
msgid "On-line version of the man pages and reference material."
71
92
msgstr ""
93
+ "Versión de una línea de las páginas del manual y material de referencia."
72
94
73
95
#: ../Doc/library/tkinter.tix.rst:44
74
96
msgid ""
75
97
"`Tix Programming Guide <http://tix.sourceforge.net/dist/current/docs/tix-"
76
98
"book/tix.book.html>`_"
77
99
msgstr ""
100
+ "`La guía de programación de Tix <http://tix.sourceforge.net/dist/current/"
101
+ "docs/tix-book/tix.book.html>`_"
78
102
79
103
#: ../Doc/library/tkinter.tix.rst:44
80
104
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. "
82
106
83
107
#: ../Doc/library/tkinter.tix.rst:48
84
108
msgid ""
85
109
"`Tix Development Applications <http://tix.sourceforge.net/Tixapps/src/Tide."
86
110
"html>`_"
87
111
msgstr ""
112
+ "`Aplicaciones de Desarrollo de Tix <http://tix.sourceforge.net/Tixapps/src/"
113
+ "Tide.html>`_"
88
114
89
115
#: ../Doc/library/tkinter.tix.rst:47
90
116
msgid ""
91
117
"Tix applications for development of Tix and Tkinter programs. Tide "
92
118
"applications work under Tk or Tkinter, and include :program:`TixInspect`, an "
93
119
"inspector to remotely modify and debug Tix/Tk/Tkinter applications."
94
120
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."
95
126
96
127
#: ../Doc/library/tkinter.tix.rst:53
97
128
msgid "Using Tix"
98
- msgstr ""
129
+ msgstr "Usando Tix "
99
130
100
131
#: ../Doc/library/tkinter.tix.rst:58
101
132
msgid ""
102
133
"Toplevel widget of Tix which represents mostly the main window of an "
103
134
"application. It has an associated Tcl interpreter."
104
135
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."
105
138
106
139
#: ../Doc/library/tkinter.tix.rst:61
107
140
msgid ""
@@ -111,27 +144,37 @@ msgid ""
111
144
"just import :mod:`tkinter.tix`, and replace the toplevel call to :class:"
112
145
"`tkinter.Tk` with :class:`tix.Tk`::"
113
146
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`::"
114
152
115
153
#: ../Doc/library/tkinter.tix.rst:71
116
154
msgid ""
117
155
"To use :mod:`tkinter.tix`, you must have the Tix widgets installed, usually "
118
156
"alongside your installation of the Tk widgets. To test your installation, "
119
157
"try the following::"
120
158
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::"
121
162
122
163
#: ../Doc/library/tkinter.tix.rst:81
123
164
msgid "Tix Widgets"
124
- msgstr ""
165
+ msgstr "Widgets de Tix "
125
166
126
167
#: ../Doc/library/tkinter.tix.rst:83
127
168
msgid ""
128
169
"`Tix <http://tix.sourceforge.net/dist/current/man/html/TixCmd/TixIntro."
129
170
"htm>`_ introduces over 40 widget classes to the :mod:`tkinter` repertoire."
130
171
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`."
131
174
132
175
#: ../Doc/library/tkinter.tix.rst:88
133
176
msgid "Basic Widgets"
134
- msgstr ""
177
+ msgstr "Widgets Básicos "
135
178
136
179
#: ../Doc/library/tkinter.tix.rst:93
137
180
msgid ""
@@ -140,6 +183,11 @@ msgid ""
140
183
"moves the cursor inside a widget to which a Balloon widget has been bound, a "
141
184
"small pop-up window with a descriptive message will be shown on the screen."
142
185
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."
143
191
144
192
#: ../Doc/library/tkinter.tix.rst:105
145
193
msgid ""
@@ -219,7 +267,7 @@ msgstr ""
219
267
220
268
#: ../Doc/library/tkinter.tix.rst:216
221
269
msgid "File Selectors"
222
- msgstr ""
270
+ msgstr "Selectores de Archivos "
223
271
224
272
#: ../Doc/library/tkinter.tix.rst:221
225
273
msgid ""
@@ -282,7 +330,7 @@ msgstr ""
282
330
283
331
#: ../Doc/library/tkinter.tix.rst:302
284
332
msgid "Hierarchical ListBox"
285
- msgstr ""
333
+ msgstr "ListBox jerárquico "
286
334
287
335
#: ../Doc/library/tkinter.tix.rst:307
288
336
msgid ""
@@ -325,7 +373,7 @@ msgstr ""
325
373
326
374
#: ../Doc/library/tkinter.tix.rst:375
327
375
msgid "Manager Widgets"
328
- msgstr ""
376
+ msgstr "Gestores de Widgets "
329
377
330
378
#: ../Doc/library/tkinter.tix.rst:380
331
379
msgid ""
@@ -359,7 +407,7 @@ msgstr ""
359
407
360
408
#: ../Doc/library/tkinter.tix.rst:428
361
409
msgid "Image Types"
362
- msgstr ""
410
+ msgstr "Tipos de Imágenes "
363
411
364
412
#: ../Doc/library/tkinter.tix.rst:430
365
413
msgid "The :mod:`tkinter.tix` module adds:"
@@ -384,7 +432,7 @@ msgstr ""
384
432
385
433
#: ../Doc/library/tkinter.tix.rst:460
386
434
msgid "Miscellaneous Widgets"
387
- msgstr ""
435
+ msgstr "Widgets Diversos "
388
436
389
437
#: ../Doc/library/tkinter.tix.rst:465
390
438
msgid ""
@@ -409,7 +457,7 @@ msgstr ""
409
457
410
458
#: ../Doc/library/tkinter.tix.rst:485
411
459
msgid "Tix Commands"
412
- msgstr ""
460
+ msgstr "Comandos de Tix "
413
461
414
462
#: ../Doc/library/tkinter.tix.rst:490
415
463
msgid ""
0 commit comments