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

Skip to content

Commit 1b1715b

Browse files
pomerge from 3.9 branch into 2.7
1 parent 729f9f7 commit 1b1715b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

c-api/object.po

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

231233
#: ../../c-api/object.rst:239
232234
msgid ""

library/collections.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,24 +111,33 @@ msgid ""
111111
"Elements are counted from an *iterable* or initialized from another "
112112
"*mapping* (or counter):"
113113
msgstr ""
114+
"Os elementas são contados a partir de um *iterável* ou inicializado a partir "
115+
"de um outro *mapeamento* (ou contador):"
114116

115117
#: ../../library/collections.rst:75
116118
msgid ""
117119
"Counter objects have a dictionary interface except that they return a zero "
118120
"count for missing items instead of raising a :exc:`KeyError`:"
119121
msgstr ""
122+
"Objetos Counter tem uma interface de dicionário, com a diferença que "
123+
"devolvem uma contagem zero para itens que não estão presentes em vez de "
124+
"levantar a excessão :exc:`KeyError`:"
120125

121126
#: ../../library/collections.rst:82
122127
msgid ""
123128
"Setting a count to zero does not remove an element from a counter. Use "
124129
"``del`` to remove it entirely:"
125130
msgstr ""
131+
"Definir uma contagem como zero não remove um elemento do contador. Use "
132+
"``del`` para o remover completamente."
126133

127134
#: ../../library/collections.rst:91
128135
msgid ""
129136
"Counter objects support three methods beyond those available for all "
130137
"dictionaries:"
131138
msgstr ""
139+
"Objetos Counter permitem três métodos além dos disponíveis para todos os "
140+
"dicionário:"
132141

133142
#: ../../library/collections.rst:96
134143
msgid ""

library/tkinter.po

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

160160
#: ../../library/tkinter.rst:61
161161
msgid "The Tk/Tcl development is largely taking place at ActiveState."
162-
msgstr ""
162+
msgstr "O desenvolvimento do Tk/Tcl acontece em larga medida em ActiveState."
163163

164164
#: ../../library/tkinter.rst:64
165165
msgid ""

0 commit comments

Comments
 (0)