@@ -99,16 +99,22 @@ msgid ""
9999"available. Most documentation you will find online still uses the old API "
100100"and can be woefully outdated."
101101msgstr ""
102+ "Tcl/Tk 8.5 (2007) introduziu um conjunto moderno de componentes de interface "
103+ "de usuário para ser usados com a nova API. As APIs antigas e novas ainda "
104+ "estão disponíveis. A maioria da documentação que você encontrará online "
105+ "ainda usa a API antiga e pode estar desatualizada."
102106
103107#: ../../library/tkinter.rst:43
104108msgid "`TkDocs <http://tkdocs.com/>`_"
105- msgstr ""
109+ msgstr "`TkDocs <http://tkdocs.com/>`_ "
106110
107111#: ../../library/tkinter.rst:42
108112msgid ""
109113"Extensive tutorial on creating user interfaces with Tkinter. Explains key "
110114"concepts, and illustrates recommended approaches using the modern API."
111115msgstr ""
116+ "Vasto tutorial sobre como criar interfaces de usuário com o Tkinter. Explica "
117+ "conceitos chave, e ilustra as abordagens recomendadas usando a API moderna."
112118
113119#: ../../library/tkinter.rst:46
114120msgid ""
@@ -122,10 +128,12 @@ msgid ""
122128"Reference documentation for Tkinter 8.5 detailing available classes, "
123129"methods, and options."
124130msgstr ""
131+ "Documentação de referência para Tkinter 8.5 detalhando classes, métodos e "
132+ "opções disponíveis."
125133
126134#: ../../library/tkinter.rst:48
127135msgid "Tcl/Tk Resources:"
128- msgstr ""
136+ msgstr "Recursos Tcl/Tk: "
129137
130138#: ../../library/tkinter.rst:51
131139msgid "`Tk commands <https://www.tcl.tk/man/tcl8.6/TkCmd/contents.htm>`_"
@@ -136,57 +144,69 @@ msgid ""
136144"Comprehensive reference to each of the underlying Tcl/Tk commands used by "
137145"Tkinter."
138146msgstr ""
147+ "Referência abrangente para cada um dos comandos Tcl/Tk subjacentes usados "
148+ "pelo Tkinter."
139149
140150#: ../../library/tkinter.rst:54
141151msgid "`Tcl/Tk Home Page <https://www.tcl.tk>`_"
142- msgstr ""
152+ msgstr "`Tcl/Tk Website <https://www.tcl.tk>`_ "
143153
144154#: ../../library/tkinter.rst:54
145155msgid "Additional documentation, and links to Tcl/Tk core development."
146156msgstr ""
157+ "Documentação adicional e links para o desenvolvimento do core do Tcl/Tk."
147158
148159#: ../../library/tkinter.rst:56
149160msgid "Books:"
150- msgstr ""
161+ msgstr "Livros: "
151162
152163#: ../../library/tkinter.rst:59
153164msgid ""
154165"`Modern Tkinter for Busy Python Developers <https://tkdocs.com/book.html>`_"
155166msgstr ""
167+ "`Modern Tkinter for Busy Python Developers <https://tkdocs.com/book.html>`_"
156168
157169#: ../../library/tkinter.rst:59
158170msgid "By Mark Roseman. (ISBN 978-1999149567)"
159- msgstr ""
171+ msgstr "Por Mark Roseman. (ISBN 978-1999149567) "
160172
161173#: ../../library/tkinter.rst:62
162174msgid ""
163175"`Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-"
164176"programming-with-tkinter/9781788835886>`_"
165177msgstr ""
178+ "`Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-"
179+ "programming-with-tkinter/9781788835886>`_"
166180
167181#: ../../library/tkinter.rst:62
168182msgid "By Alan Moore. (ISBN 978-1788835886)"
169- msgstr ""
183+ msgstr "Por Alan Moore. (ISBN 978-1788835886) "
170184
171185#: ../../library/tkinter.rst:65
172186msgid "`Programming Python <http://learning-python.com/about-pp4e.html>`_"
173- msgstr "`Programação Python <http://learning-python.com/about-pp4e.html>`_"
187+ msgstr "`Programming Python <http://learning-python.com/about-pp4e.html>`_"
174188
175189#: ../../library/tkinter.rst:65
176190msgid "By Mark Lutz; has excellent coverage of Tkinter. (ISBN 978-0596158101)"
177191msgstr ""
192+ "Por Mark Lutz; tem uma excelente cobertura sobre o Tkinter. (ISBN "
193+ "978-0596158101)"
178194
179195#: ../../library/tkinter.rst:67
180196msgid ""
181197"`Tcl and the Tk Toolkit (2nd edition) <https://www.amazon.com/exec/obidos/"
182198"ASIN/032133633X>`_"
183199msgstr ""
200+ "`Tcl and the Tk Toolkit (2nd edition) <https://www.amazon.com/exec/obidos/"
201+ "ASIN/032133633X>`_"
184202
185203#: ../../library/tkinter.rst:68
186204msgid ""
187205"By John Ousterhout, inventor of Tcl/Tk, and Ken Jones; does not cover "
188206"Tkinter. (ISBN 978-0321336330)"
189207msgstr ""
208+ "Por John Ousterhout, criador do Tcl/Tk, e Ken Jones; não cobre o Tkinter. "
209+ "(ISBN 978-0321336330)"
190210
191211#: ../../library/tkinter.rst:72
192212msgid "Architecture"
@@ -199,6 +219,10 @@ msgid ""
199219"documentation. Python's binary releases also ship an add-on module together "
200220"with it."
201221msgstr ""
222+ "Tcl/Tk não é uma biblioteca única mas consiste em alguns módulos distintos, "
223+ "cada um com sua própria funcionalidade e sua própria documentação oficial. "
224+ "As versões binárias do Python também enviam um módulo complementar junto com "
225+ "ele."
202226
203227#: ../../library/tkinter.rst:90
204228msgid "Tcl"
@@ -431,7 +455,7 @@ msgstr ""
431455
432456#: ../../library/tkinter.rst:206
433457msgid ":mod:`tkinter`"
434- msgstr ""
458+ msgstr ":mod:`tkinter` "
435459
436460#: ../../library/tkinter.rst:206
437461msgid "Main Tkinter module."
@@ -498,7 +522,7 @@ msgstr "Diálogos básicos e funções de conveniência."
498522
499523#: ../../library/tkinter.rst:231
500524msgid ":mod:`tkinter.ttk`"
501- msgstr ""
525+ msgstr ":mod:`tkinter.ttk` "
502526
503527#: ../../library/tkinter.rst:230
504528msgid ""
@@ -508,11 +532,11 @@ msgstr ""
508532
509533#: ../../library/tkinter.rst:233
510534msgid "Additional modules:"
511- msgstr ""
535+ msgstr "Módulos adicionais: "
512536
513537#: ../../library/tkinter.rst:240
514538msgid ":mod:`_tkinter`"
515- msgstr ""
539+ msgstr ":mod:`_tkinter` "
516540
517541#: ../../library/tkinter.rst:236
518542msgid ""
@@ -525,7 +549,7 @@ msgstr ""
525549
526550#: ../../library/tkinter.rst:244
527551msgid ":mod:`idlelib`"
528- msgstr ""
552+ msgstr ":mod:`idlelib` "
529553
530554#: ../../library/tkinter.rst:243
531555msgid ""
@@ -535,7 +559,7 @@ msgstr ""
535559
536560#: ../../library/tkinter.rst:249
537561msgid ":mod:`tkinter.constants`"
538- msgstr ""
562+ msgstr ":mod:`tkinter.constants` "
539563
540564#: ../../library/tkinter.rst:247
541565msgid ""
@@ -556,7 +580,7 @@ msgstr ""
556580
557581#: ../../library/tkinter.rst:257
558582msgid ":mod:`tkinter.tix`"
559- msgstr ""
583+ msgstr ":mod:`tkinter.tix` "
560584
561585#: ../../library/tkinter.rst:256
562586msgid ""
0 commit comments