File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,13 @@ msgid ""
208
208
" signed counts, but the output will exclude results with counts of zero or "
209
209
"less."
210
210
msgstr ""
211
+ "Várias operações matemáticas são fornecidas para combinar: class: objetos "
212
+ "`Counter` para produzir multisets (counters que têm contagens maiores que "
213
+ "zero). A adição e a subtração combinam counters adicionando ou subtraindo as"
214
+ " contagens dos elementos correspondentes. A intersecção e a união retornam o"
215
+ " mínimo e o máximo das contagens correspondentes. Cada operação pode aceitar"
216
+ " entradas com contagens assinadas, mas a saída excluirá resultados com "
217
+ "contagens de zero ou menos."
211
218
212
219
#: ../../library/collections.rst:172
213
220
msgid ""
@@ -273,6 +280,8 @@ msgid ""
273
280
"`Bag class <https://www.gnu.org/software/smalltalk/manual-"
274
281
"base/html_node/Bag.html>`_ in Smalltalk."
275
282
msgstr ""
283
+ "Classe Bag <https://www.gnu.org/software/smalltalk/manual-"
284
+ "base/html_node/Bag.html> `_ em Smalltalk."
276
285
277
286
#: ../../library/collections.rst:206
278
287
msgid ""
You can’t perform that action at this time.
0 commit comments