8000 Update translations from Transifex · python/python-docs-pt-br@45abdcf · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45abdcf

Browse files
Update translations from Transifex
1 parent c7edf92 commit 45abdcf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

library/collections.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ msgid ""
4343
"alternatives to Python's general purpose built-in containers, :class:"
4444
"`dict`, :class:`list`, :class:`set`, and :class:`tuple`."
4545
msgstr ""
46-
"Este módulo implementa tipos de dados de contêiner especializados que "
46+
"Este módulo implementa tipos de dados de contêineres especializados que "
4747
"fornecem alternativas aos contêineres embutidos do Python, :class:`dict`, :"
4848
"class:`list`, :class:`set` e :class:`tuple`."
4949

@@ -626,25 +626,33 @@ msgid ""
626626
"are created. There are no type restrictions, but the value type needs to "
627627
"support addition, subtraction, and comparison."
628628
msgstr ""
629+
"Os métodos multiset são projetados apenas para casos de uso com valores "
630+
"positivos. As entradas podem ser negativas ou zero, mas apenas saídas com "
631+
"valores positivos são criadas. Não há restrições de tipo, mas o tipo de "
632+
"valor precisa suportar adição, subtração e comparação."
629633

630634
#: ../../library/collections.rst:419
631635
msgid ""
632636
"The :meth:`~Counter.elements` method requires integer counts. It ignores "
633637
"zero and negative counts."
634638
msgstr ""
639+
"O método: meth: `~ Counter.elements` requer contagens inteiras. Ele ignora "
640+
"contagens zero e negativas."
635641

636642
#: ../../library/collections.rst:424
637643
msgid ""
638644
"`Bag class <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
639645
"html>`_ in Smalltalk."
640646
msgstr ""
641647
"Classe Bag <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
642-
"html> `_ em Smalltalk."
648+
"html> `_ do Smalltalk."
643649

644650
#: ../../library/collections.rst:427
645651
msgid ""
646652
"Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
647653
msgstr ""
654+
"Entrada da Wikipedia para `Multisets <https://en.wikipedia.org/wiki/"
655+
"Multiset>` _."
648656

649657
#: ../../library/collections.rst:429
650658
msgid ""
@@ -660,6 +668,9 @@ msgid ""
660668
"Donald. The Art of Computer Programming Volume II, Section 4.6.3, Exercise "
661669
"19*."
662670
msgstr ""
671+
"Para operações matemáticas em multisets e seus casos de uso, consulte * "
672+
"Knuth, Donald. The Art of Computer Programming Volume II, Seção 4.6.3, "
673+
"Exercício 19 *."
663674

664675
#: ../../library/collections.rst:436
665676
msgid ""

0 commit comments

Comments
 (0)
0