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

Skip to content

Commit c7edf92

Browse files
Update translations from Transifex
1 parent cf42e42 commit c7edf92

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

library/collections.po

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Alexandre B A Villares, 2021
1212
# Rafael Fontenelle <[email protected]>, 2021
1313
# Vitor Buxbaum Orlandi, 2021
14+
# Porfirio_Prodigy, 2021
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2021-08-03 13:12+0000\n"
2122
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
22-
"Last-Translator: Vitor Buxbaum Orlandi, 2021\n"
23+
"Last-Translator: Porfirio_Prodigy, 2021\n"
2324
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2425
"teams/5390/pt_BR/)\n"
2526
"MIME-Version: 1.0\n"
@@ -301,6 +302,11 @@ msgid ""
301302
"`~collections.ChainMap.new_child` method and the :attr:`~collections."
302303
"ChainMap.parents` property."
303304
msgstr ""
305+
"A classe Context do Django <https://github.com/django/django/blob/main/"
306+
"django/template/context.py> `_\n"
307+
"para modelos é uma cadeia de mapeamentos somente leitura. Ele também oferece "
308+
"push e popping de contextos semelhantes ao método: meth: `~ Collections."
309+
"ChainMap.new_child` e a propriedade: attr:` ~ Collections.ChainMap.parents`."
304310

305311
#: ../../library/collections.rst:136
306312
msgid ""
@@ -318,6 +324,8 @@ msgid ""
318324
"A `greatly simplified read-only version of Chainmap <https://code."
319325
"activestate.com/recipes/305268/>`_."
320326
msgstr ""
327+
"Uma versão muito simplificada somente leitura do Chainmap.<https://code."
328+
"activestate.com/recipes/305268/>`_."
321329

322330
#: ../../library/collections.rst:146
323331
msgid ":class:`ChainMap` Examples and Recipes"
@@ -542,6 +550,13 @@ msgid ""
542550
"signed counts, but the output will exclude results with counts of zero or "
543551
"less."
544552
msgstr ""
553+
"Várias operações matemáticas são fornecidas para combinar: class: objetos "
554+
"`Counter` para produzir multisets (counters que têm contagens maiores que "
555+
"zero). A adição e a subtração combinam counters adicionando ou subtraindo as "
556+
"contagens dos elementos correspondentes. A intersecção e a união retornam o "
557+
"mínimo e o máximo das contagens correspondentes. Cada operação pode aceitar "
558+
"entradas com contagens assinadas, mas a saída excluirá resultados com "
559+
"contagens de zero ou menos."
545560

546561
#: ../../library/collections.rst:383
547562
msgid ""
@@ -555,6 +570,8 @@ msgstr ""
555570
msgid ""
556571
"Added support for unary plus, unary minus, and in-place multiset operations."
557572
msgstr ""
573+
"Adicionado suporte para operador unário mais, unário menos e operação in-"
574+
"place multiset."
558575

559576
#: ../../library/collections.rst:397
560577
msgid ""
@@ -596,6 +613,11 @@ msgid ""
596613
"`~Counter.update` and :meth:`~Counter.subtract` which allow negative and "
597614
"zero values for both inputs and outputs."
598615
msgstr ""
616+
"Para operações in-place, como ``c[key] += 1``, o tipo de valor precisa "
617+
"suportar apenas adição e subtração. Portanto, frações, números de ponto "
618+
"flutuante e decimais funcionariam e os valores negativos são suportados. O "
619+
"mesmo também é verdadeiro para: meth: `~ Counter.update` e: meth:` ~ Counter."
620+
"subtract` que permitem valores negativos e zero para entradas e saídas."
599621

600622
#: ../../library/collections.rst:414
601623
msgid ""
@@ -616,6 +638,8 @@ msgid ""
616638
"`Bag class <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
617639
"html>`_ in Smalltalk."
618640
msgstr ""
641+
"Classe Bag <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
642+
"html> `_ em Smalltalk."
619643

620644
#: ../../library/collections.rst:427
621645
msgid ""

0 commit comments

Comments
 (0)