@@ -590,12 +590,18 @@ msgid ""
590
590
"are created. There are no type restrictions, but the value type needs to "
591
591
"support addition, subtraction, and comparison."
592
592
msgstr ""
593
+ "Os métodos multiset são projetados apenas para casos de uso com valores "
594
+ "positivos. As entradas podem ser negativas ou zero, mas apenas saídas com "
595
+ "valores positivos são criadas. Não há restrições de tipo, mas o tipo de "
596
+ "valor precisa suportar adição, subtração e comparação."
593
597
594
598
#: ../../library/collections.rst:394
595
599
msgid ""
596
600
"The :meth:`~Counter.elements` method requires integer counts. It ignores "
597
601
"zero and negative counts."
598
602
msgstr ""
603
+ "O método: meth: `~ Counter.elements` requer contagens inteiras. Ele ignora "
604
+ "contagens zero e negativas."
599
605
600
606
#: ../../library/collections.rst:399
601
607
msgid ""
@@ -609,6 +615,8 @@ msgstr ""
609
615
msgid ""
610
616
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
611
617
msgstr ""
618
+ "Entrada da Wikipedia para `Multisets "
619
+ "<https://en.wikipedia.org/wiki/Multiset>` _."
612
620
613
621
#: ../../library/collections.rst:404
614
622
msgid ""
@@ -625,6 +633,9 @@ msgid ""
625
633
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
626
634
"19*."
627
635
msgstr ""
636
+ "Para operações matemáticas em multisets e seus casos de uso, consulte * "
637
+ "Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
638
+ "Exercício 19 *."
628
639
629
640
#: ../../library/collections.rst:411
630
641
msgid ""
0 commit comments