Skip to content

Commit e9b1879

Browse files
committed
inicio de la traducción
1 parent 6b76642 commit e9b1879

File tree

1 file changed

+47
-17
lines changed

1 file changed

+47
-17
lines changed

library/tkinter.po

+47-17
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,29 @@
66
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#, fuzzy
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: Python 3.8\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"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"
1715
"Language-Team: python-doc-es\n"
1816
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
2018
"Content-Transfer-Encoding: 8bit\n"
2119
"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"
2224

2325
#: ../Doc/library/tkinter.rst:2
2426
msgid ":mod:`tkinter` --- Python interface to Tcl/Tk"
25-
msgstr ""
27+
msgstr ":mod:`tkinter` --- Interface de Python para Tcl/Tk"
2628

2729
#: ../Doc/library/tkinter.rst:9
2830
msgid "**Source code:** :source:`Lib/tkinter/__init__.py`"
29-
msgstr ""
31+
msgstr "**Código fuente:** :source:`Lib/tkinter/__init__.py`"
3032

3133
#: ../Doc/library/tkinter.rst:13
3234
msgid ""
@@ -35,6 +37,10 @@ msgid ""
3537
"on most Unix platforms, as well as on Windows systems. (Tk itself is not "
3638
"part of Python; it is maintained at ActiveState.)"
3739
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)."
3844

3945
#: ../Doc/library/tkinter.rst:18
4046
msgid ""
@@ -44,92 +50,116 @@ msgid ""
4450
"is installed, so you can read the Tcl/Tk documentation specific to that "
4551
"version."
4652
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."
4758

4859
#: ../Doc/library/tkinter.rst:25
4960
msgid "Tkinter documentation:"
50-
msgstr ""
61+
msgstr "Documentación Tkinter:"
5162

5263
#: ../Doc/library/tkinter.rst:29
5364
msgid "`Python Tkinter Resources <https://wiki.python.org/moin/TkInter>`_"
54-
msgstr ""
65+
msgstr "`Recursos de Python Tkinter <https://wiki.python.org/moin/TkInter>`_"
5566

5667
#: ../Doc/library/tkinter.rst:28
5768
msgid ""
5869
"The Python Tkinter Topic Guide provides a great deal of information on using "
5970
"Tk from Python and links to other sources of information on Tk."
6071
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."
6175

6276
#: ../Doc/library/tkinter.rst:32
6377
msgid "`TKDocs <http://www.tkdocs.com/>`_"
64-
msgstr ""
78+
msgstr "`TKDocs <http://www.tkdocs.com/>`_"
6579

6680
#: ../Doc/library/tkinter.rst:32
81+
#, fuzzy
6782
msgid ""
6883
"Extensive tutorial plus friendlier widget pages for some of the widgets."
6984
msgstr ""
85+
"Amplio tutorial más páginas de widgets amigables para algunos de los widgets."
7086

7187
#: ../Doc/library/tkinter.rst:35
7288
msgid ""
7389
"`Tkinter 8.5 reference: a GUI for Python <https://web.archive.org/"
7490
"web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index."
7591
"html>`_"
7692
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>` _"
7796

7897
#: ../Doc/library/tkinter.rst:35
7998
msgid "On-line reference material."
80-
msgstr ""
99+
msgstr "Material on-line de referencia."
81100

82101
#: ../Doc/library/tkinter.rst:38
83102
msgid "`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_"
84-
msgstr ""
103+
msgstr "`Documentos de Tkinter de effbot <http://effbot.org/tkinterbook/>`_"
85104

86105
#: ../Doc/library/tkinter.rst:38
87106
msgid "Online reference for tkinter supported by effbot.org."
88-
msgstr ""
107+
msgstr "Referencia en línea para tkinter producida por effbot.org."
89108

109+
# Mantuve los nombres de libros en inglés. Miré rápido y parece que no hay versiones en español.
90110
#: ../Doc/library/tkinter.rst:41
111+
#, fuzzy
91112
msgid "`Programming Python <http://learning-python.com/about-pp4e.html>`_"
92-
msgstr ""
113+
msgstr "`Programming Python <http://learning-python.com/about-pp4e.html>`_"
93114

94115
#: ../Doc/library/tkinter.rst:41
95116
msgid "Book by Mark Lutz, has excellent coverage of Tkinter."
96-
msgstr ""
117+
msgstr "Libro de Mark Lutz, que cubre Tkinter excelentemente bien."
97118

98119
#: ../Doc/library/tkinter.rst:44
99120
msgid ""
100121
"`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-"
101122
"Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_"
102123
msgstr ""
124+
"`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-"
125+
"Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_"
103126

104127
#: ../Doc/library/tkinter.rst:44
105128
msgid ""
106129
"Book by Mark Roseman about building attractive and modern graphical user "
107130
"interfaces with Python and Tkinter."
108131
msgstr ""
132+
"Libro de Mark Roseman sobre la construcción de interfaces gráficas de "
133+
"usuario atractivas y modernas con Python y Tkinter."
109134

110135
#: ../Doc/library/tkinter.rst:47
111136
msgid ""
112137
"`Python and Tkinter Programming <https://www.manning.com/books/python-and-"
113138
"tkinter-programming>`_"
114139
msgstr ""
140+
"`Python and Tkinter Programming <https://www.manning.com/books/python-and-"
141+
"tkinter-programming>`_"
115142

116143
#: ../Doc/library/tkinter.rst:47
117144
msgid "Book by John Grayson (ISBN 1-884777-81-3)."
118-
msgstr ""
145+
msgstr "Libro de John Grayson (ISBN 1-884777-81-3)."
119146

120147
#: ../Doc/library/tkinter.rst:49
121148
msgid "Tcl/Tk documentation:"
122-
msgstr ""
149+
msgstr "Documentación de Tcl/Tk:"
123150

124151
#: ../Doc/library/tkinter.rst:53
125152
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>`_"
127154

128155
#: ../Doc/library/tkinter.rst:52
129156
msgid ""
130157
"Most commands are available as :mod:`tkinter` or :mod:`tkinter.ttk` classes. "
131158
"Change '8.6' to match the version of your Tcl/Tk installation."
132159
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."
133163

134164
#: ../Doc/library/tkinter.rst:56
135165
msgid "`Tcl/Tk recent man pages <https://www.tcl.tk/doc/>`_"

0 commit comments

Comments
 (0)