Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15b1dbe

Browse files
pomerge from 3.10 branch into 2.7
1 parent0ff7e4b commit15b1dbe

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎library/collections.po

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,23 @@ msgid ""
162162
"counter). Like :meth:`dict.update` but subtracts counts instead of "
163163
"replacing them. Both inputs and outputs may be zero or negative."
164164
msgstr""
165+
"Os elementos são subtraídos de um *iterável* ou de outro *mapeamento* (ou "
166+
"contador). Funciona como :meth:`dict.update`, mas subtraindo contagens ao "
167+
"invés de substituí-las. Tanto as entradas quanto as saídas podem ser zero "
168+
"ou negativas."
165169

166170
#:../../library/collections.rst:126
167171
msgid""
168172
"The usual dictionary methods are available for :class:`Counter` objects "
169173
"except for two which work differently for counters."
170174
msgstr""
175+
"Os métodos usuais de dicionário estão disponíveis para objetos :class:"
176+
"`Counter`, exceto por dois que funcionam de forma diferente para contadores."
171177

172178
#:../../library/collections.rst:131
173179
msgid"This class method is not implemented for :class:`Counter` objects."
174180
msgstr""
181+
"Este método de classe não está implementado para objetos :class:`Counter`."
175182

176183
#:../../library/collections.rst:135
177184
msgid""
@@ -180,10 +187,15 @@ msgid ""
180187
"them. Also, the *iterable* is expected to be a sequence of elements, not a "
181188
"sequence of ``(key, value)`` pairs."
182189
msgstr""
190+
"Elementos são contados a partir de um *iterável* ou adicionados de outro "
191+
"*mapeamento* (ou contador). Funciona como :meth:`dict.update` mas adiciona "
192+
"contagens em vez de substituí-las. Além disso, é esperado que o *iterável* "
193+
"seja uma sequência de elementos, e não uma sequência de pares ``(key, "
194+
"value)``."
183195

184196
#:../../library/collections.rst:140
185197
msgid"Common patterns for working with :class:`Counter` objects::"
186-
msgstr""
198+
msgstr"Padrões comuns para trabalhar com objetos :class:`Counter`::"
187199

188200
#:../../library/collections.rst:152
189201
msgid""
@@ -756,6 +768,8 @@ msgid ""
756768
"In addition to the usual mapping methods, ordered dictionaries also support "
757769
"reverse iteration using :func:`reversed`."
758770
msgstr""
771+
"Além dos métodos usuais de mapeamento, dicionários ordenados também suportam "
772+
"iteração reversa usando a função :func:`reversed`."
759773

760774
#:../../library/collections.rst:823
761775
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp