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

Skip to content

Commit da86573

Browse files
pomerge from 3.10 branch into 3.6
1 parent 321dffd commit da86573

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library/collections.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,22 @@ msgid ""
469469
"cases needing other types or negative values. To help with those use cases, "
470470
"this section documents the minimum range and type restrictions."
471471
msgstr ""
472+
"Os contadores foram projetados principalmente para funcionar com números "
473+
"inteiros positivos para representar contagens contínuas; no entanto, foi "
474+
"tomado cuidado para não impedir desnecessariamente os casos de uso que "
475+
"precisassem de outros tipos ou valores negativos. Para ajudar nesses casos "
476+
"de uso, esta seção documenta o intervalo mínimo e as restrições de tipo."
472477

473478
#: ../../library/collections.rst:357
474479
msgid ""
475480
"The :class:`Counter` class itself is a dictionary subclass with no "
476481
"restrictions on its keys and values. The values are intended to be numbers "
477482
"representing counts, but you *could* store anything in the value field."
478483
msgstr ""
484+
"A própria classe :class:`Counter` é uma subclasse de dicionário sem "
485+
"restrições em suas chaves e valores. Os valores pretendem ser números que "
486+
"representam contagens, mas você *pode* armazenar qualquer coisa no campo de "
487+
"valor."
479488

480489
#: ../../library/collections.rst:361
481490
msgid ""

0 commit comments

Comments
 (0)