Skip to content

Commit 27cc252

Browse files
pomerge from 3.9 branch into 3.6
1 parent 530fbc2 commit 27cc252

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

c-api/object.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ msgid ""
273273
"Determine if the object *o* is callable. Return ``1`` if the object is "
274274
"callable and ``0`` otherwise. This function always succeeds."
275275
msgstr ""
276+
"Determine se o objeto *o* é chamável. Devolva ``1`` se o objeto é chamável e "
277+
"``0`` caso contrário. Esta função sempre tem êxito."
276278

277279
#: ../../c-api/object.rst:258
278280
msgid ""

library/collections.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ msgid ""
181181
"In contrast, writes, updates, and deletions only operate on the first "
182182
"mapping."
183183
msgstr ""
184+
"Faz a busca nos mapeamentos subjacentes sucessivamente até que uma chave "
185+
"seja encontrada. Em contraste, escrita, atualições e remoções operam apenas "
186+
"no primeiro mapeamento."
184187

185188
#: ../../library/collections.rst:65
186189
msgid ""
@@ -331,24 +334,33 @@ msgid ""
331334
"Elements are counted from an *iterable* or initialized from another "
332335
"*mapping* (or counter):"
333336
msgstr ""
337+
"Os elementas são contados a partir de um *iterável* ou inicializado a partir "
338+
"de um outro *mapeamento* (ou contador):"
334339

335340
#: ../../library/collections.rst:241
336341
msgid ""
337342
"Counter objects have a dictionary interface except that they return a zero "
338343
"count for missing items instead of raising a :exc:`KeyError`:"
339344
msgstr ""
345+
"Objetos Counter tem uma interface de dicionário, com a diferença que "
346+
"devolvem uma contagem zero para itens que não estão presentes em vez de "
347+
"levantar a excessão :exc:`KeyError`:"
340348

341349
#: ../../library/collections.rst:248
342350
msgid ""
343351
"Setting a count to zero does not remove an element from a counter. Use "
344352
"``del`` to remove it entirely:"
345353
msgstr ""
354+
"Definir uma contagem como zero não remove um elemento do contador. Use "
355+
"``del`` para o remover completamente."
346356

347357
#: ../../library/collections.rst:257
348358
msgid ""
349359
"Counter objects support three methods beyond those available for all "
350360
"dictionaries:"
351361
msgstr ""
362+
"Objetos Counter permitem três métodos além dos disponíveis para todos os "
363+
"dicionário:"
352364

353365
#: ../../library/collections.rst:262
354366
msgid ""

library/tkinter.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ msgstr ""
181181

182182
#: ../../library/tkinter.rst:59
183183
msgid "The Tk/Tcl development is largely taking place at ActiveState."
184-
msgstr ""
184+
msgstr "O desenvolvimento do Tk/Tcl acontece em larga medida em ActiveState."
185185

186186
#: ../../library/tkinter.rst:62
187187
msgid ""

0 commit comments

Comments
 (0)