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

Skip to content

Commit 17725be

Browse files
pomerge from 3.10 branch into 3.8
1 parent 4766655 commit 17725be

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
@@ -527,19 +527,30 @@ msgid ""
527527
"cases needing other types or negative values. To help with those use cases, "
528528
"this section documents the minimum range and type restrictions."
529529
msgstr ""
530+
"Os contadores foram projetados principalmente para funcionar com números "
531+
"inteiros positivos para representar contagens contínuas; no entanto, foi "
532+
"tomado cuidado para não impedir desnecessariamente os casos de uso que "
533+
"precisassem de outros tipos ou valores negativos. Para ajudar nesses casos "
534+
"de uso, esta seção documenta o intervalo mínimo e as restrições de tipo."
530535

531536
#: ../../library/collections.rst:377
532537
msgid ""
533538
"The :class:`Counter` class itself is a dictionary subclass with no "
534539
"restrictions on its keys and values. The values are intended to be numbers "
535540
"representing counts, but you *could* store anything in the value field."
536541
msgstr ""
542+
"A própria classe :class:`Counter` é uma subclasse de dicionário sem "
543+
"restrições em suas chaves e valores. Os valores pretendem ser números que "
544+
"representam contagens, mas você *pode* armazenar qualquer coisa no campo de "
545+
"valor."
537546

538547
#: ../../library/collections.rst:381
539548
msgid ""
540549
"The :meth:`~Counter.most_common` method requires only that the values be "
541550
"orderable."
542551
msgstr ""
552+
"O método :meth:`~Counter.most_common` requer apenas que os valores sejam "
553+
"ordenáveis."
543554

544555
#: ../../library/collections.rst:383
545556
msgid ""

0 commit comments

Comments
 (0)