Skip to content

Commit 25de087

Browse files
pomerge from 3.10 branch into 2.7
1 parent fa0e42c commit 25de087

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library/collections.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,13 @@ msgid ""
208208
" signed counts, but the output will exclude results with counts of zero or "
209209
"less."
210210
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."
211218

212219
#: ../../library/collections.rst:172
213220
msgid ""
@@ -273,6 +280,8 @@ msgid ""
273280
"`Bag class <https://www.gnu.org/software/smalltalk/manual-"
274281
"base/html_node/Bag.html>`_ in Smalltalk."
275282
msgstr ""
283+
"Classe Bag <https://www.gnu.org/software/smalltalk/manual-"
284+
"base/html_node/Bag.html> `_ em Smalltalk."
276285

277286
#: ../../library/collections.rst:206
278287
msgid ""

0 commit comments

Comments
 (0)