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

Skip to content

Commit a6fbb0d

Browse files
author
github-actions
committed
Merge 3.10 into 2.7
1 parent 95ceb82 commit a6fbb0d

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

264268
#: ../../library/collections.rst:194
265269
msgid ""
@@ -286,6 +290,8 @@ msgstr ""
286290
msgid ""
287291
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
288292
msgstr ""
293+
"Entrada da Wikipedia para `Multisets <https://en.wikipedia.org/wiki/"
294+
"Multiset>` _."
289295

290296
#: ../../library/collections.rst:208
291297
msgid ""
@@ -301,6 +307,9 @@ msgid ""
301307
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
302308
"19*."
303309
msgstr ""
310+
"Para operações matemáticas em multisets e seus casos de uso, consulte * "
311+
"Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
312+
"Exercício 19 *."
304313

305314
#: ../../library/collections.rst:215
306315
msgid ""

0 commit comments

Comments
 (0)