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

Skip to content

Commit fcd24a0

Browse files
pomerge from 3.10 branch into 2.7
1 parent 15b1dbe commit fcd24a0

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
@@ -215,13 +215,22 @@ msgid ""
215215
"cases needing other types or negative values. To help with those use cases, "
216216
"this section documents the minimum range and type restrictions."
217217
msgstr ""
218+
"Os contadores foram projetados principalmente para funcionar com números "
219+
"inteiros positivos para representar contagens contínuas; no entanto, foi "
220+
"tomado cuidado para não impedir desnecessariamente os casos de uso que "
221+
"precisassem de outros tipos ou valores negativos. Para ajudar nesses casos "
222+
"de uso, esta seção documenta o intervalo mínimo e as restrições de tipo."
218223

219224
#: ../../library/collections.rst:177
220225
msgid ""
221226
"The :class:`Counter` class itself is a dictionary subclass with no "
222227
"restrictions on its keys and values. The values are intended to be numbers "
223228
"representing counts, but you *could* store anything in the value field."
224229
msgstr ""
230+
"A própria classe :class:`Counter` é uma subclasse de dicionário sem "
231+
"restrições em suas chaves e valores. Os valores pretendem ser números que "
232+
"representam contagens, mas você *pode* armazenar qualquer coisa no campo de "
233+
"valor."
225234

226235
#: ../../library/collections.rst:181
227236
msgid ""

0 commit comments

Comments
 (0)