Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80a1a75

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent e47d99e commit 80a1a75

File tree

2 files changed

+43
-16
lines changed

2 files changed

+43
-16
lines changed

library/tkinter.po

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,22 @@ msgid ""
9999
"available. Most documentation you will find online still uses the old API "
100100
"and can be woefully outdated."
101101
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."
102106

103107
#: ../../library/tkinter.rst:43
104108
msgid "`TkDocs <http://tkdocs.com/>`_"
105-
msgstr ""
109+
msgstr "`TkDocs <http://tkdocs.com/>`_"
106110

107111
#: ../../library/tkinter.rst:42
108112
msgid ""
109113
"Extensive tutorial on creating user interfaces with Tkinter. Explains key "
110114
"concepts, and illustrates recommended approaches using the modern API."
111115
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."
112118

113119
#: ../../library/tkinter.rst:46
114120
msgid ""
@@ -122,10 +128,12 @@ msgid ""
122128
"Reference documentation for Tkinter 8.5 detailing available classes, "
123129
"methods, and options."
124130
msgstr ""
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
127135
msgid "Tcl/Tk Resources:"
128-
msgstr ""
136+
msgstr "Recursos Tcl/Tk:"
129137

130138
#: ../../library/tkinter.rst:51
131139
msgid "`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."
138146
msgstr ""
147+
"Referência abrangente para cada um dos comandos Tcl/Tk subjacentes usados "
148+
"pelo Tkinter."
139149

140150
#: ../../library/tkinter.rst:54
141151
msgid "`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
145155
msgid "Additional documentation, and links to Tcl/Tk core development."
146156
msgstr ""
157+
"Documentação adicional e links para o desenvolvimento do core do Tcl/Tk."
147158

148159
#: ../../library/tkinter.rst:56
149160
msgid "Books:"
150-
msgstr ""
161+
msgstr "Livros:"
151162

152163
#: ../../library/tkinter.rst:59
153164
msgid ""
154165
"`Modern Tkinter for Busy Python Developers <https://tkdocs.com/book.html>`_"
155166
msgstr ""
167+
"`Modern Tkinter for Busy Python Developers <https://tkdocs.com/book.html>`_"
156168

157169
#: ../../library/tkinter.rst:59
158170
msgid "By Mark Roseman. (ISBN 978-1999149567)"
159-
msgstr ""
171+
msgstr "Por Mark Roseman. (ISBN 978-1999149567)"
160172

161173
#: ../../library/tkinter.rst:62
162174
msgid ""
163175
"`Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-"
164176
"programming-with-tkinter/9781788835886>`_"
165177
msgstr ""
178+
"`Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-"
179+
"programming-with-tkinter/9781788835886>`_"
166180

167181
#: ../../library/tkinter.rst:62
168182
msgid "By Alan Moore. (ISBN 978-1788835886)"
169-
msgstr ""
183+
msgstr "Por Alan Moore. (ISBN 978-1788835886)"
170184

171185
#: ../../library/tkinter.rst:65
172186
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>`_"
174188

175189
#: ../../library/tkinter.rst:65
176190
msgid "By Mark Lutz; has excellent coverage of Tkinter. (ISBN 978-0596158101)"
177191
msgstr ""
192+
"Por Mark Lutz; tem uma excelente cobertura sobre o Tkinter. (ISBN "
193+
"978-0596158101)"
178194

179195
#: ../../library/tkinter.rst:67
180196
msgid ""
181197
"`Tcl and the Tk Toolkit (2nd edition) <https://www.amazon.com/exec/obidos/"
182198
"ASIN/032133633X>`_"
183199
msgstr ""
200+
"`Tcl and the Tk Toolkit (2nd edition) <https://www.amazon.com/exec/obidos/"
201+
"ASIN/032133633X>`_"
184202

185203
#: ../../library/tkinter.rst:68
186204
msgid ""
187205
"By John Ousterhout, inventor of Tcl/Tk, and Ken Jones; does not cover "
188206
"Tkinter. (ISBN 978-0321336330)"
189207
msgstr ""
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
192212
msgid "Architecture"
@@ -199,6 +219,10 @@ msgid ""
199219
"documentation. Python's binary releases also ship an add-on module together "
200220
"with it."
201221
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."
202226

203227
#: ../../library/tkinter.rst:90
204228
msgid "Tcl"
@@ -431,7 +455,7 @@ msgstr ""
431455

432456
#: ../../library/tkinter.rst:206
433457
msgid ":mod:`tkinter`"
434-
msgstr ""
458+
msgstr ":mod:`tkinter`"
435459

436460
#: ../../library/tkinter.rst:206
437461
msgid "Main Tkinter module."
@@ -498,7 +522,7 @@ msgstr "Diálogos básicos e funções de conveniência."
498522

499523
#: ../../library/tkinter.rst:231
500524
msgid ":mod:`tkinter.ttk`"
501-
msgstr ""
525+
msgstr ":mod:`tkinter.ttk`"
502526

503527
#: ../../library/tkinter.rst:230
504528
msgid ""
@@ -508,11 +532,11 @@ msgstr ""
508532

509533
#: ../../library/tkinter.rst:233
510534
msgid "Additional modules:"
511-
msgstr ""
535+
msgstr "Módulos adicionais:"
512536

513537
#: ../../library/tkinter.rst:240
514538
msgid ":mod:`_tkinter`"
515-
msgstr ""
539+
msgstr ":mod:`_tkinter`"
516540

517541
#: ../../library/tkinter.rst:236
518542
msgid ""
@@ -525,7 +549,7 @@ msgstr ""
525549

526550
#: ../../library/tkinter.rst:244
527551
msgid ":mod:`idlelib`"
528-
msgstr ""
552+
msgstr ":mod:`idlelib`"
529553

530554
#: ../../library/tkinter.rst:243
531555
msgid ""
@@ -535,7 +559,7 @@ msgstr ""
535559

536560
#: ../../library/tkinter.rst:249
537561
msgid ":mod:`tkinter.constants`"
538-
msgstr ""
562+
msgstr ":mod:`tkinter.constants`"
539563

540564
#: ../../library/tkinter.rst:247
541565
msgid ""
@@ -556,7 +580,7 @@ msgstr ""
556580

557581
#: ../../library/tkinter.rst:257
558582
msgid ":mod:`tkinter.tix`"
559-
msgstr ""
583+
msgstr ":mod:`tkinter.tix`"
560584

561585
#: ../../library/tkinter.rst:256
562586
msgid ""

whatsnew/3.7.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Italo Penaforte <[email protected]>, 2021
1313
# Victor Matheus Castro <[email protected]>, 2021
1414
# Vinícius Muniz de Melo <[email protected]>, 2021
15-
# Rafael Fontenelle <[email protected]>, 2021
15+
# Rafael Fontenelle <[email protected]>, 2022
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2323
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
24-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2021\n"
24+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2022\n"
2525
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2626
"teams/5390/pt_BR/)\n"
2727
"MIME-Version: 1.0\n"
@@ -431,6 +431,9 @@ msgid ""
431431
"environment variable can be used to enable the :ref:`Python UTF-8 Mode <utf8-"
432432
"mode>`."
433433
msgstr ""
434+
"A nova opção de linha de comando :option:`-X` ``utf8`` e a variável de "
435+
"ambiente :envvar:`PYTHONUTF8` podem ser usadas para habilitar o :ref:`modo "
436+
"UTF-8 do Python <utf8-mode>`."
434437

435438
#: ../../whatsnew/3.7.rst:238
436439
msgid ""

0 commit comments

Comments
 (0)