File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,8 @@ msgid ""
227
227
"Determine if the object *o* is callable. Return ``1`` if the object is "
228
228
"callable and ``0`` otherwise. This function always succeeds."
229
229
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."
230
232
231
233
#: ../../c-api/object.rst:239
232
234
msgid ""
Original file line number Diff line number Diff line change @@ -111,24 +111,33 @@ msgid ""
111
111
"Elements are counted from an *iterable* or initialized from another "
112
112
"*mapping* (or counter):"
113
113
msgstr ""
114
+ "Os elementas são contados a partir de um *iterável* ou inicializado a partir "
115
+ "de um outro *mapeamento* (ou contador):"
114
116
115
117
#: ../../library/collections.rst:75
116
118
msgid ""
117
119
"Counter objects have a dictionary interface except that they return a zero "
118
120
"count for missing items instead of raising a :exc:`KeyError`:"
119
121
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`:"
120
125
121
126
#: ../../library/collections.rst:82
122
127
msgid ""
123
128
"Setting a count to zero does not remove an element from a counter. Use "
124
129
"``del`` to remove it entirely:"
125
130
msgstr ""
131
+ "Definir uma contagem como zero não remove um elemento do contador. Use "
132
+ "``del`` para o remover completamente."
126
133
127
134
#: ../../library/collections.rst:91
128
135
msgid ""
129
136
"Counter objects support three methods beyond those available for all "
130
137
"dictionaries:"
131
138
msgstr ""
139
+ "Objetos Counter permitem três métodos além dos disponíveis para todos os "
140
+ "dicionário:"
132
141
133
142
#: ../../library/collections.rst:96
134
143
msgid ""
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ msgstr ""
159
159
160
160
#: ../../library/tkinter.rst:61
161
161
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. "
163
163
164
164
#: ../../library/tkinter.rst:64
165
165
msgid ""
You can’t perform that action at this time.
0 commit comments