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

Skip to content

Commit 0f296f7

Browse files
pomerge from 3.10 branch into 2.7
1 parent 25de087 commit 0f296f7

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

265269
#: ../../library/collections.rst:194
266270
msgid ""
@@ -287,6 +291,8 @@ msgstr ""
287291
msgid ""
288292
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
289293
msgstr ""
294+
"Entrada da Wikipedia para `Multisets "
295+
"<https://en.wikipedia.org/wiki/Multiset>` _."
290296

291297
#: ../../library/collections.rst:208
292298
msgid ""
@@ -303,6 +309,9 @@ msgid ""
303309
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
304310
"19*."
305311
msgstr ""
312+
"Para operações matemáticas em multisets e seus casos de uso, consulte * "
313+
"Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
314+
"Exercício 19 *."
306315

307316
#: ../../library/collections.rst:215
308317
msgid ""

0 commit comments

Comments
 (0)