8000 pomerge from 3.10 branch into 3.8 · python/python-docs-pt-br@440fdad · GitHub
[go: up one dir, main page]

Skip to content

Commit 440fdad

Browse files
pomerge from 3.10 branch into 3.8
1 parent 0346f1b commit 440fdad

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

594598
#: ../../library/collections.rst:394
595599
msgid ""
596600
"The :meth:`~Counter.elements` method requires integer counts. It ignores "
597601
"zero and negative counts."
598602
msgstr ""
603+
"O método: meth: `~ Counter.elements` requer contagens inteiras. Ele ignora "
604+
"contagens zero e negativas."
599605

600606
#: ../../library/collections.rst:399
601607
msgid ""
@@ -609,6 +615,8 @@ msgstr ""
609615
msgid ""
610616
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
611617
msgstr ""
618+
"Entrada da Wikipedia para `Multisets "
619+
"<https://en.wikipedia.org/wiki/Multiset>` _."
612620

613621
#: ../../library/collections.rst:404
614622
msgid ""
@@ -625,6 +633,9 @@ msgid ""
625633
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
626634
"19*."
627635
msgstr ""
636+
"Para operações matemáticas em multisets e seus casos de uso, consulte * "
637+
"Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
638+
"Exercício 19 *."
628639

629640
#: ../../library/collections.rst:411
630641
msgid ""

0 commit comments

Comments
 (0)
0