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-07-21 13:40-0300\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 : \n "
19
+ "Language : es_AR\n "
20
+ "X-Generator : Poedit 2.2.1\n "
19
21
20
22
#: ../Doc/library/tk.rst:5
21
23
msgid "Graphical User Interfaces with Tk"
22
- msgstr ""
24
+ msgstr "Interfaces gráficas de usuario con Tk "
23
25
24
26
#: ../Doc/library/tk.rst:13
25
27
msgid ""
@@ -28,6 +30,11 @@ msgid ""
28
30
"programmers using the :mod:`tkinter` package, and its extension, the :mod:"
29
31
"`tkinter.tix` and the :mod:`tkinter.ttk` modules."
30
32
msgstr ""
33
+ "Tk/Tcl ha sido durante mucho tiempo una parte integral de Python. "
34
+ "Proporciona un conjunto de herramientas robusto e independiente de la "
35
+ "plataforma para administrar ventanas. Disponible para desarrolladores a "
36
+ "través del paquete :mod:`tkinter` y sus extensiones, los módulos :mod:"
37
+ "`tkinter.tix` y :mod:`tkinter.ttk`."
31
38
32
39
#: ../Doc/library/tk.rst:18
33
40
msgid ""
@@ -38,6 +45,13 @@ msgid ""
38
45
"classes. In addition, the internal module :mod:`_tkinter` provides a "
39
46
"threadsafe mechanism which allows Python and Tcl to interact."
40
47
msgstr ""
48
+ "El paquete :mod:`tkinter` es una capa delgada orientada a objetos encima de "
49
+ "Tcl/Tk. Para usar el módulo :mod:`tkinter`, no tiene que escribir ningún "
50
+ "código Tcl, pero deberá consultar la documentación de Tk , y ocasionalmente, "
51
+ "la documentación de Tcl. El módulo :mod:`tkinter` es un conjunto de "
52
+ "funciones que envuelven las implementaciones widgets Tk como clases de "
53
+ "Python. Además, el módulo interno :mod:`_tkinter` proporciona un mecanismo "
54
+ "robusto para que los hilos Python y Tcl interactúen."
41
55
42
56
#: ../Doc/library/tk.rst:25
43
57
msgid ""
@@ -49,3 +63,11 @@ msgid ""
49
63
"GUI libraries that you could be interested in. For more information about "
50
64
"alternatives, see the :ref:`other-gui-packages` section."
51
65
msgstr ""
66
+ "Las ventajas de los módulos :mod:`tkinter` son su velocidad y que "
67
+ "generalmente se suministra de forma nativa con Python. Aunque su "
68
+ "documentación es deficiente, existen otros recursos: referencias, "
69
+ "tutoriales, libros y otros. El módulo :mod:`tkinter` también es famoso por "
70
+ "su aspecto desactualizado, el cual se ha mejorado mucho desde Tk 8.5. Sin "
71
+ "embargo, hay muchas otras bibliotecas GUI que pueden interesarle. Para "
72
+ "obtener más información sobre las alternativas, consulte la sección :ref:"
73
+ "`other-gui-packages`."
0 commit comments