@@ -99,16 +99,22 @@ msgid ""
99
99
"available. Most documentation you will find online still uses the old API "
100
100
"and can be woefully outdated."
101
101
msgstr ""
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."
102
106
103
107
#: ../../library/tkinter.rst:43
104
108
msgid "`TkDocs <http://tkdocs.com/>`_"
105
- msgstr ""
109
+ msgstr "`TkDocs <http://tkdocs.com/>`_ "
106
110
107
111
#: ../../library/tkinter.rst:42
108
112
msgid ""
109
113
"Extensive tutorial on creating user interfaces with Tkinter. Explains key "
110
114
"concepts, and illustrates recommended approaches using the modern API."
111
115
msgstr ""
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."
112
118
113
119
#: ../../library/tkinter.rst:46
114
120
msgid ""
@@ -122,10 +128,12 @@ msgid ""
122
128
"Reference documentation for Tkinter 8.5 detailing available classes, "
123
129
"methods, and options."
124
130
msgstr ""
131
+ "Documentação de referência para Tkinter 8.5 detalhando classes, métodos e "
132
+ "opções disponíveis."
125
133
126
134
#: ../../library/tkinter.rst:48
127
135
msgid "Tcl/Tk Resources:"
128
- msgstr ""
136
+ msgstr "Recursos Tcl/Tk: "
129
137
130
138
#: ../../library/tkinter.rst:51
131
139
msgid "`Tk commands <https://www.tcl.tk/man/tcl8.6/TkCmd/contents.htm>`_"
@@ -136,57 +144,69 @@ msgid ""
136
144
"Comprehensive reference to each of the underlying Tcl/Tk commands used by "
137
145
"Tkinter."
138
146
msgstr ""
147
+ "Referência abrangente para cada um dos comandos Tcl/Tk subjacentes usados "
148
+ "pelo Tkinter."
139
149
140
150
#: ../../library/tkinter.rst:54
141
151
msgid "`Tcl/Tk Home Page <https://www.tcl.tk>`_"
142
- msgstr ""
152
+ msgstr "`Tcl/Tk Website <https://www.tcl.tk>`_ "
143
153
144
154
#: ../../library/tkinter.rst:54
145
155
msgid "Additional documentation, and links to Tcl/Tk core development."
146
156
msgstr ""
157
+ "Documentação adicional e links para o desenvolvimento do core do Tcl/Tk."
147
158
148
159
#: ../../library/tkinter.rst:56
149
160
msgid "Books:"
150
- msgstr ""
161
+ msgstr "Livros: "
151
162
152
163
#: ../../library/tkinter.rst:59
153
164
msgid ""
154
165
"`Modern Tkinter for Busy Python Developers <https://tkdocs.com/book.html>`_"
155
166
msgstr ""
167
+ "`Modern Tkinter for Busy Python Developers <https://tkdocs.com/book.html>`_"
156
168
157
169
#: ../../library/tkinter.rst:59
158
170
msgid "By Mark Roseman. (ISBN 978-1999149567)"
159
- msgstr ""
171
+ msgstr "Por Mark Roseman. (ISBN 978-1999149567) "
160
172
161
173
#: ../../library/tkinter.rst:62
162
174
msgid ""
163
175
"`Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-"
164
176
"programming-with-tkinter/9781788835886>`_"
165
177
msgstr ""
178
+ "`Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-"
179
+ "programming-with-tkinter/9781788835886>`_"
166
180
167
181
#: ../../library/tkinter.rst:62
168
182
msgid "By Alan Moore. (ISBN 978-1788835886)"
169
- msgstr ""
183
+ msgstr "Por Alan Moore. (ISBN 978-1788835886) "
170
184
171
185
#: ../../library/tkinter.rst:65
172
186
msgid "`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>`_"
174
188
175
189
#: ../../library/tkinter.rst:65
176
190
msgid "By Mark Lutz; has excellent coverage of Tkinter. (ISBN 978-0596158101)"
177
191
msgstr ""
192
+ "Por Mark Lutz; tem uma excelente cobertura sobre o Tkinter. (ISBN "
193
+ "978-0596158101)"
178
194
179
195
#: ../../library/tkinter.rst:67
180
196
msgid ""
181
197
"`Tcl and the Tk Toolkit (2nd edition) <https://www.amazon.com/exec/obidos/"
182
198
"ASIN/032133633X>`_"
183
199
msgstr ""
200
+ "`Tcl and the Tk Toolkit (2nd edition) <https://www.amazon.com/exec/obidos/"
201
+ "ASIN/032133633X>`_"
184
202
185
203
#: ../../library/tkinter.rst:68
186
204
msgid ""
187
205
"By John Ousterhout, inventor of Tcl/Tk, and Ken Jones; does not cover "
188
206
"Tkinter. (ISBN 978-0321336330)"
189
207
msgstr ""
208
+ "Por John Ousterhout, criador do Tcl/Tk, e Ken Jones; não cobre o Tkinter. "
209
+ "(ISBN 978-0321336330)"
190
210
191
211
#: ../../library/tkinter.rst:72
192
212
msgid "Architecture"
@@ -199,6 +219,10 @@ msgid ""
199
219
"documentation. Python's binary releases also ship an add-on module together "
200
220
"with it."
201
221
msgstr ""
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."
202
226
203
227
#: ../../library/tkinter.rst:90
204
228
msgid "Tcl"
@@ -431,7 +455,7 @@ msgstr ""
431
455
432
456
#: ../../library/tkinter.rst:206
433
457
msgid ":mod:`tkinter`"
434
- msgstr ""
458
+ msgstr ":mod:`tkinter` "
435
459
436
460
#: ../../library/tkinter.rst:206
437
461
msgid "Main Tkinter module."
@@ -498,7 +522,7 @@ msgstr "Diálogos básicos e funções de conveniência."
498
522
499
523
#: ../../library/tkinter.rst:231
500
524
msgid ":mod:`tkinter.ttk`"
501
- msgstr ""
525
+ msgstr ":mod:`tkinter.ttk` "
502
526
503
527
#: ../../library/tkinter.rst:230
504
528
msgid ""
@@ -508,11 +532,11 @@ msgstr ""
508
532
509
533
#: ../../library/tkinter.rst:233
510
534
msgid "Additional modules:"
511
- msgstr ""
535
+ msgstr "Módulos adicionais: "
512
536
513
537
#: ../../library/tkinter.rst:240
514
538
msgid ":mod:`_tkinter`"
515
- msgstr ""
539
+ msgstr ":mod:`_tkinter` "
516
540
517
541
#: ../../library/tkinter.rst:236
518
542
msgid ""
@@ -525,7 +549,7 @@ msgstr ""
525
549
526
550
#: ../../library/tkinter.rst:244
527
551
msgid ":mod:`idlelib`"
528
- msgstr ""
552
+ msgstr ":mod:`idlelib` "
529
553
530
554
#: ../../library/tkinter.rst:243
531
555
msgid ""
@@ -535,7 +559,7 @@ msgstr ""
535
559
536
560
#: ../../library/tkinter.rst:249
537
561
msgid ":mod:`tkinter.constants`"
538
- msgstr ""
562
+ msgstr ":mod:`tkinter.constants` "
539
563
540
564
#: ../../library/tkinter.rst:247
541
565
msgid ""
@@ -556,7 +580,7 @@ msgstr ""
556
580
557
581
#: ../../library/tkinter.rst:257
558
582
msgid ":mod:`tkinter.tix`"
559
- msgstr ""
583
+ msgstr ":mod:`tkinter.tix` "
560
584
561
585
#: ../../library/tkinter.rst:256
562
586
msgid ""
0 commit comments