@@ -545,12 +545,18 @@ msgid ""
545
545
"are created. There are no type restrictions, but the value type needs to "
546
546
"support addition, subtraction, and comparison."
547
547
msgstr ""
548
+ "Os métodos multiset são projetados apenas para casos de uso com valores "
549
+ "positivos. As entradas podem ser negativas ou zero, mas apenas saídas com "
550
+ "valores positivos são criadas. Não há restrições de tipo, mas o tipo de "
551
+ "valor precisa suportar adição, subtração e comparação."
548
552
549
553
#: ../../library/collections.rst:389
550
554
msgid ""
551
555
"The :meth:`~Counter.elements` method requires integer counts. It ignores "
552
556
"zero and negative counts."
553
557
msgstr ""
558
+ "O método: meth: `~ Counter.elements` requer contagens inteiras. Ele ignora "
559
+ "contagens zero e negativas."
554
560
555
561
#: ../../library/collections.rst:394
556
562
msgid ""
@@ -564,6 +570,8 @@ msgstr ""
564
570
msgid ""
565
571
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
566
572
msgstr ""
573
+ "Entrada da Wikipedia para `Multisets <https://en.wikipedia.org/wiki/"
574
+ "Multiset>` _."
567
575
568
576
#: ../../library/collections.rst:399
569
577
msgid ""
@@ -579,6 +587,9 @@ msgid ""
579
587
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
580
588
"19*."
581
589
msgstr ""
590
+ "Para operações matemáticas em multisets e seus casos de uso, consulte * "
591
+ "Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
592
+ "Exercício 19 *."
582
593
583
594
#: ../../library/collections.rst:406
584
595
msgid ""
0 commit comments