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

Skip to content

Commit 0f519ba

Browse files
pomerge from 3.10 branch into 2.7
1 parent fbaec45 commit 0f519ba

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

library/gc.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ msgstr ""
5757

5858
#: ../../library/gc.rst:32
5959
msgid "Disable automatic garbage collection."
60-
msgstr ""
60+
msgstr "Desative a coleta de lixo automática."
6161

6262
#: ../../library/gc.rst:37
6363
msgid "Returns true if automatic collection is enabled."
@@ -92,7 +92,7 @@ msgstr ""
9292

9393
#: ../../library/gc.rst:66
9494
msgid "Return the debugging flags currently set."
95-
msgstr ""
95+
msgstr "Retorne os sinalizadores de depuração atualmente definidos."
9696

9797
#: ../../library/gc.rst:71
9898
msgid ""
@@ -134,6 +134,8 @@ msgid ""
134134
"Return the current collection thresholds as a tuple of ``(threshold0, "
135135
"threshold1, threshold2)``."
136136
msgstr ""
137+
"Retorne os limites da coleção atual como uma tupla de ``(threshold0, "
138+
"threshold1, threshold2)``."
137139

138140
#: ../../library/gc.rst:113
139141
msgid ""

library/ttk.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ msgstr ""
4848

4949
#: ../../library/ttk.rst:29
5050
msgid "Using Ttk"
51-
msgstr ""
51+
msgstr "Usando Ttk"
5252

5353
#: ../../library/ttk.rst:31
5454
msgid "To start using Ttk, import its module::"
55-
msgstr ""
55+
msgstr "Para começar a usar Ttk, importe seu modulo::"
5656

5757
#: ../../library/ttk.rst:35
5858
msgid "But code like this::"
@@ -117,7 +117,7 @@ msgstr ""
117117

118118
#: ../../library/ttk.rst:77
119119
msgid "Tk code::"
120-
msgstr ""
120+
msgstr "Código Tk::"
121121

122122
#: ../../library/ttk.rst:83
123123
msgid "Corresponding Ttk code::"
@@ -131,7 +131,7 @@ msgstr ""
131131

132132
#: ../../library/ttk.rst:95
133133
msgid "Widget"
134-
msgstr ""
134+
msgstr "Ferramenta"
135135

136136
#: ../../library/ttk.rst:97
137137
msgid ""
@@ -141,7 +141,7 @@ msgstr ""
141141

142142
#: ../../library/ttk.rst:102
143143
msgid "Standard Options"
144-
msgstr ""
144+
msgstr "Opções padrões"
145145

146146
#: ../../library/ttk.rst:104
147147
msgid "All the :mod:`ttk` widgets accept the following options:"
@@ -201,7 +201,7 @@ msgstr ""
201201

202202
#: ../../library/ttk.rst:133
203203
msgid "Scrollable Widget Options"
204-
msgstr ""
204+
msgstr "Opções de ferramenta rolável"
205205

206206
#: ../../library/ttk.rst:135
207207
msgid ""
@@ -261,7 +261,7 @@ msgstr ""
261261

262262
#: ../../library/ttk.rst:158
263263
msgid "Label Options"
264-
msgstr ""
264+
msgstr "Opções de rótulo"
265265

266266
#: ../../library/ttk.rst:160
267267
msgid ""
@@ -272,7 +272,7 @@ msgstr ""
272272
#: ../../library/ttk.rst:169 ../../library/ttk.rst:427
273273
#: ../../library/ttk.rst:762
274274
msgid "text"
275-
msgstr ""
275+
msgstr "texto"
276276

277277
#: ../../library/ttk.rst:169
278278
msgid "Specifies a text string to be displayed inside the widget."
@@ -324,11 +324,11 @@ msgstr ""
324324

325325
#: ../../library/ttk.rst:190
326326
msgid "text: display text only"
327-
msgstr ""
327+
msgstr "texto: exibir apenas texto"
328328

329329
#: ../../library/ttk.rst:191
330330
msgid "image: display image only"
331-
msgstr ""
331+
msgstr "imagem: exibir apenas a imagem"
332332

333333
#: ../../library/ttk.rst:192
334334
msgid ""

0 commit comments

Comments
 (0)