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
87msgid ""
98msgstr ""
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-07-21 13:40-0300\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 :\n "
19+ "Language :es_AR\n "
20+ "X-Generator :Poedit 2.2.1\n "
1921
2022#: ../Doc/library/tk.rst:5
2123msgid "Graphical User Interfaces with Tk"
22- msgstr ""
24+ msgstr "Interfaces gráficas de usuario con Tk "
2325
2426#: ../Doc/library/tk.rst:13
2527msgid ""
@@ -28,6 +30,11 @@ msgid ""
2830"programmers using the :mod:`tkinter` package, and its extension, the :mod:"
2931"`tkinter.tix` and the :mod:`tkinter.ttk` modules."
3032msgstr ""
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`."
3138
3239#: ../Doc/library/tk.rst:18
3340msgid ""
@@ -38,6 +45,13 @@ msgid ""
3845"classes. In addition, the internal module :mod:`_tkinter` provides a "
3946"threadsafe mechanism which allows Python and Tcl to interact."
4047msgstr ""
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."
4155
4256#: ../Doc/library/tk.rst:25
4357msgid ""
@@ -49,3 +63,11 @@ msgid ""
4963"GUI libraries that you could be interested in. For more information about "
5064"alternatives, see the :ref:`other-gui-packages` section."
5165msgstr ""
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`."