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 @@ -488,19 +488,30 @@ msgid ""
488
488
"cases needing other types or negative values. To help with those use cases, "
489
489
"this section documents the minimum range and type restrictions."
490
490
msgstr ""
491
+ "Os contadores foram projetados principalmente para funcionar com números "
492
+ "inteiros positivos para representar contagens contínuas; no entanto, foi "
493
+ "tomado cuidado para não impedir desnecessariamente os casos de uso que "
494
+ "precisassem de outros tipos ou valores negativos. Para ajudar nesses casos "
495
+ "de uso, esta seção documenta o intervalo mínimo e as restrições de tipo."
491
496
492
497
#: ../../library/collections.rst:372
493
498
msgid ""
494
499
"The :class:`Counter` class itself is a dictionary subclass with no "
495
500
"restrictions on its keys and values. The values are intended to be numbers "
496
501
"representing counts, but you *could* store anything in the value field."
497
502
msgstr ""
503
+ "A própria classe :class:`Counter` é uma subclasse de dicionário sem "
504
+ "restrições em suas chaves e valores. Os valores pretendem ser números que "
505
+ "representam contagens, mas você *pode* armazenar qualquer coisa no campo de "
506
+ "valor."
498
507
499
508
#: ../../library/collections.rst:376
500
509
msgid ""
501
510
"The :meth:`~Counter.most_common` method requires only that the values be "
502
511
"orderable."
503
512
msgstr ""
513
+ "O método :meth:`~Counter.most_common` requer apenas que os valores sejam "
514
+ "ordenáveis."
504
515
505
516
#: ../../library/collections.rst:378
506
517
msgid ""
You can’t perform that action at this time.
0 commit comments