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