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

Skip to content

Commit e4fafc7

Browse files
pomerge from 3.10 branch into 3.6
1 parent 7c45306 commit e4fafc7

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

526530
#: ../../library/collections.rst:374
527531
msgid ""
@@ -541,6 +545,8 @@ msgstr ""
541545
msgid ""
542546
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
543547
msgstr ""
548+
"Entrada da Wikipedia para `Multisets "
549+
"<https://en.wikipedia.org/wiki/Multiset>` _."
544550

545551
#: ../../library/collections.rst:384
546552
msgid ""
@@ -557,6 +563,9 @@ msgid ""
557563
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
558564
"19*."
559565
msgstr ""
566+
"Para operações matemáticas em multisets e seus casos de uso, consulte * "
567+
"Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
568+
"Exercício 19 *."
560569

561570
#: ../../library/collections.rst:391
562571
msgid ""

0 commit comments

Comments
 (0)