Skip to content

Commit bb655ff

Browse files
author
github-actions
committed
Merge 3.10 into 3.6
1 parent dc92979 commit bb655ff

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
@@ -518,6 +518,10 @@ msgid ""
518518
"are created. There are no type restrictions, but the value type needs to "
519519
"support addition, subtraction, and comparison."
520520
msgstr ""
521+
"Os métodos multiset são projetados apenas para casos de uso com valores "
522+
"positivos. As entradas podem ser negativas ou zero, mas apenas saídas com "
523+
"valores positivos são criadas. Não há restrições de tipo, mas o tipo de "
524+
"valor precisa suportar adição, subtração e comparação."
521525

522526
#: ../../library/collections.rst:374
523527
msgid ""
@@ -537,6 +541,8 @@ msgstr ""
537541
msgid ""
538542
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
539543
msgstr ""
544+
"Entrada da Wikipedia para `Multisets <https://en.wikipedia.org/wiki/"
545+
"Multiset>` _."
540546

541547
#: ../../library/collections.rst:384
542548
msgid ""
@@ -552,6 +558,9 @@ msgid ""
552558
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
553559
"19*."
554560
msgstr ""
561+
"Para operações matemáticas em multisets e seus casos de uso, consulte * "
562+
"Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
563+
"Exercício 19 *."
555564

556565
#: ../../library/collections.rst:391
557566
msgid ""

0 commit comments

Comments
 (0)