6
6
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
7
7
# get the list of volunteers
8
8
#
9
- #, fuzzy
10
9
msgid ""
11
10
msgstr ""
12
11
"Project-Id-Version : Python 3.8\n "
13
12
"Report-Msgid-Bugs-To : \n "
14
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
16
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
+ "PO-Revision-Date : 2020-05-23 22:41-0300\n "
17
15
"Language-Team : python-doc-es\n "
18
16
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
17
+ "Content-Type : text/plain; charset=UTF -8\n "
20
18
"Content-Transfer-Encoding : 8bit\n "
21
19
"Generated-By : Babel 2.8.0\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
+ "Last-Translator : Carlos A. Crespo <lvccrespo@gmail.com>\n "
22
+ "Language : es\n "
23
+ "X-Generator : Poedit 2.3\n "
22
24
23
25
#: ../Doc/library/tkinter.rst:2
24
26
msgid ":mod:`tkinter` --- Python interface to Tcl/Tk"
25
- msgstr ""
27
+ msgstr ":mod:`tkinter` --- Interface de Python para Tcl/Tk "
26
28
27
29
#: ../Doc/library/tkinter.rst:9
28
30
msgid "**Source code:** :source:`Lib/tkinter/__init__.py`"
29
- msgstr ""
31
+ msgstr "**Código fuente:** :source:`Lib/tkinter/__init__.py` "
30
32
31
33
#: ../Doc/library/tkinter.rst:13
32
34
msgid ""
@@ -35,6 +37,10 @@ msgid ""
35
37
"on most Unix platforms, as well as on Windows systems. (Tk itself is not "
36
38
"part of Python; it is maintained at ActiveState.)"
37
39
msgstr ""
40
+ "El paquete :mod:`tkinter` (\" interface Tk\" ) es la interface por defecto de "
41
+ "Python para el toolkit de la GUI Tk. Tanto Tk como :mod:`tkinter` están "
42
+ "disponibles en la mayoría de las plataformas Unix, así como en sistemas "
43
+ "Windows (Tk en sí no es parte de Python, es mantenido por ActiveState)."
38
44
39
45
#: ../Doc/library/tkinter.rst:18
40
46
msgid ""
@@ -44,92 +50,116 @@ msgid ""
44
50
"is installed, so you can read the Tcl/Tk documentation specific to that "
45
51
"version."
46
52
msgstr ""
53
+ "Ejecutar ``python -m tkinter`` desde la línea de comandos debería abrir una "
54
+ "ventana que demuestre una interfaz Tk simple que le permita saber si :mod:"
55
+ "`tkinter` está instalado correctamente en su sistema; también muestra qué "
56
+ "versión de Tcl/Tk está instalada para que pueda leer la documentación de Tcl/"
57
+ "Tk específica de esa versión."
47
58
48
59
#: ../Doc/library/tkinter.rst:25
49
60
msgid "Tkinter documentation:"
50
- msgstr ""
61
+ msgstr "Documentación Tkinter: "
51
62
52
63
#: ../Doc/library/tkinter.rst:29
53
64
msgid "`Python Tkinter Resources <https://wiki.python.org/moin/TkInter>`_"
54
- msgstr ""
65
+ msgstr "`Recursos de Python Tkinter <https://wiki.python.org/moin/TkInter>`_ "
55
66
56
67
#: ../Doc/library/tkinter.rst:28
57
68
msgid ""
58
69
"The Python Tkinter Topic Guide provides a great deal of information on using "
59
70
"Tk from Python and links to other sources of information on Tk."
60
71
msgstr ""
72
+ "La Guía de temas de Python Tkinter proporciona una gran cantidad de "
73
+ "información sobre cómo usar Tk desde Python y enlaces a otras fuentes de "
74
+ "información sobre Tk."
61
75
62
76
#: ../Doc/library/tkinter.rst:32
63
77
msgid "`TKDocs <http://www.tkdocs.com/>`_"
64
- msgstr ""
78
+ msgstr "`TKDocs <http://www.tkdocs.com/>`_ "
65
79
66
80
#: ../Doc/library/tkinter.rst:32
81
+ #, fuzzy
67
82
msgid ""
68
83
"Extensive tutorial plus friendlier widget pages for some of the widgets."
69
84
msgstr ""
85
+ "Amplio tutorial más páginas de widgets amigables para algunos de los widgets."
70
86
71
87
#: ../Doc/library/tkinter.rst:35
72
88
msgid ""
73
89
"`Tkinter 8.5 reference: a GUI for Python <https://web.archive.org/"
74
90
"web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index."
75
91
"html>`_"
76
92
msgstr ""
93
+ "`Referencia de Tkinter 8.5: una GUI para Python <https://web.archive.org/"
94
+ "web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index."
95
+ "html>` _"
77
96
78
97
#: ../Doc/library/tkinter.rst:35
79
98
msgid "On-line reference material."
80
- msgstr ""
99
+ msgstr "Material on-line de referencia. "
81
100
82
101
#: ../Doc/library/tkinter.rst:38
83
102
msgid "`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_"
84
- msgstr ""
103
+ msgstr "`Documentos de Tkinter de effbot <http://effbot.org/tkinterbook/>`_ "
85
104
86
105
#: ../Doc/library/tkinter.rst:38
87
106
msgid "Online reference for tkinter supported by effbot.org."
88
- msgstr ""
107
+ msgstr "Referencia en línea para tkinter producida por effbot.org. "
89
108
109
+ # Mantuve los nombres de libros en inglés. Miré rápido y parece que no hay versiones en español.
90
110
#: ../Doc/library/tkinter.rst:41
111
+ #, fuzzy
91
112
msgid "`Programming Python <http://learning-python.com/about-pp4e.html>`_"
92
- msgstr ""
113
+ msgstr "`Programming Python <http://learning-python.com/about-pp4e.html>`_ "
93
114
94
115
#: ../Doc/library/tkinter.rst:41
95
116
msgid "Book by Mark Lutz, has excellent coverage of Tkinter."
96
- msgstr ""
117
+ msgstr "Libro de Mark Lutz, que cubre Tkinter excelentemente bien. "
97
118
98
119
#: ../Doc/library/tkinter.rst:44
99
120
msgid ""
100
121
"`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-"
101
122
"Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_"
102
123
msgstr ""
124
+ "`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-"
125
+ "Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_"
103
126
104
127
#: ../Doc/library/tkinter.rst:44
105
128
msgid ""
106
129
"Book by Mark Roseman about building attractive and modern graphical user "
107
130
"interfaces with Python and Tkinter."
108
131
msgstr ""
132
+ "Libro de Mark Roseman sobre la construcción de interfaces gráficas de "
133
+ "usuario atractivas y modernas con Python y Tkinter."
109
134
110
135
#: ../Doc/library/tkinter.rst:47
111
136
msgid ""
112
137
"`Python and Tkinter Programming <https://www.manning.com/books/python-and-"
113
138
"tkinter-programming>`_"
114
139
msgstr ""
140
+ "`Python and Tkinter Programming <https://www.manning.com/books/python-and-"
141
+ "tkinter-programming>`_"
115
142
116
143
#: ../Doc/library/tkinter.rst:47
117
144
msgid "Book by John Grayson (ISBN 1-884777-81-3)."
118
- msgstr ""
145
+ msgstr "Libro de John Grayson (ISBN 1-884777-81-3). "
119
146
120
147
#: ../Doc/library/tkinter.rst:49
121
148
msgid "Tcl/Tk documentation:"
122
- msgstr ""
149
+ msgstr "Documentación de Tcl/Tk: "
123
150
124
151
#: ../Doc/library/tkinter.rst:53
125
152
msgid "`Tk commands <https://www.tcl.tk/man/tcl8.6/TkCmd/contents.htm>`_"
126
- msgstr ""
153
+ msgstr "`Comandos Tk <https://www.tcl.tk/man/tcl8.6/TkCmd/contents.htm>`_ "
127
154
128
155
#: ../Doc/library/tkinter.rst:52
129
156
msgid ""
130
157
"Most commands are available as :mod:`tkinter` or :mod:`tkinter.ttk` classes. "
131
158
"Change '8.6' to match the version of your Tcl/Tk installation."
132
159
msgstr ""
160
+ "La mayoría de los comandos están disponibles como :mod:`tkinter` o :mod:` "
161
+ "tkinter.ttk`. Cambie a '8.6' para que coincida con la versión de su "
162
+ "instalación Tcl/Tk."
133
163
134
164
#: ../Doc/library/tkinter.rst:56
135
165
msgid "`Tcl/Tk recent man pages <https://www.tcl.tk/doc/>`_"
0 commit comments