File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -527,19 +527,30 @@ msgid ""
527
527
"cases needing other types or negative values. To help with those use cases, "
528
528
"this section documents the minimum range and type restrictions."
529
529
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."
530
535
531
536
#: ../../library/collections.rst:377
532
537
msgid ""
533
538
"The :class:`Counter` class itself is a dictionary subclass with no "
534
539
"restrictions on its keys and values. The values are intended to be numbers "
535
540
"representing counts, but you *could* store anything in the value field."
536
541
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."
537
546
538
547
#: ../../library/collections.rst:381
539
548
msgid ""
540
549
"The :meth:`~Counter.most_common` method requires only that the values be "
541
550
"orderable."
542
551
msgstr ""
552
+ "O método :meth:`~Counter.most_common` requer apenas que os valores sejam "
553
+ "ordenáveis."
543
554
544
555
#: ../../library/collections.rst:383
545
556
msgid ""
You can’t perform that action at this time.
0 commit comments