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

Skip to content

Commit dc891ee

Browse files
author
github-actions
committed
Merge 3.10 into 3.7
1 parent a2e38e3 commit dc891ee

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
@@ -545,12 +545,18 @@ msgid ""
545545
"are created. There are no type restrictions, but the value type needs to "
546546
"support addition, subtraction, and comparison."
547547
msgstr ""
548+
"Os métodos multiset são projetados apenas para casos de uso com valores "
549+
"positivos. As entradas podem ser negativas ou zero, mas apenas saídas com "
550+
"valores positivos são criadas. Não há restrições de tipo, mas o tipo de "
551+
"valor precisa suportar adição, subtração e comparação."
548552

549553
#: ../../library/collections.rst:389
550554
msgid ""
551555
"The :meth:`~Counter.elements` method requires integer counts. It ignores "
552556
"zero and negative counts."
553557
msgstr ""
558+
"O método: meth: `~ Counter.elements` requer contagens inteiras. Ele ignora "
559+
"contagens zero e negativas."
554560

555561
#: ../../library/collections.rst:394
556562
msgid ""
@@ -564,6 +570,8 @@ msgstr ""
564570
msgid ""
565571
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
566572
msgstr ""
573+
"Entrada da Wikipedia para `Multisets <https://en.wikipedia.org/wiki/"
574+
"Multiset>` _."
567575

568576
#: ../../library/collections.rst:399
569577
msgid ""
@@ -579,6 +587,9 @@ msgid ""
579587
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
580588
"19*."
581589
msgstr ""
590+
"Para operações matemáticas em multisets e seus casos de uso, consulte * "
591+
"Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
592+
"Exercício 19 *."
582593

583594
#: ../../library/collections.rst:406
584595
msgid ""

0 commit comments

Comments
 (0)