Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d0d46c

Browse files
author
github-actions
committed
Merge 3.10 into 3.8
1 parent 671fc79 commit 3d0d46c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

library/collections.po

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,12 +584,18 @@ msgid ""
584584
"are created. There are no type restrictions, but the value type needs to "
585585
"support addition, subtraction, and comparison."
586586
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."
587591

588592
#: ../../library/collections.rst:394
589593
msgid ""
590594
"The :meth:`~Counter.elements` method requires integer counts. It ignores "
591595
"zero and negative counts."
592596
msgstr ""
597+
"O método: meth: `~ Counter.elements` requer contagens inteiras. Ele ignora "
598+
"contagens zero e negativas."
593599

594600
#: ../../library/collections.rst:399
595601
msgid ""
@@ -603,6 +609,8 @@ msgstr ""
603609
msgid ""
604610
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
605611
msgstr ""
612+
"Entrada da Wikipedia para `Multisets <https://en.wikipedia.org/wiki/"
613+
"Multiset>` _."
606614

607615
#: ../../library/collections.rst:404
608616
msgid ""
@@ -618,6 +626,9 @@ msgid ""
618626
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
619627
"19*."
620628
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 *."
621632

622633
#: ../../library/collections.rst:411
623634
msgid ""

0 commit comments

Comments
 (0)