1111# Alexandre B A Villares, 2021
1212# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
1313# Vitor Buxbaum Orlandi, 2021
14+ # Porfirio_Prodigy, 2021
1415#
1516#, fuzzy
1617msgid ""
@@ -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."
303304msgstr ""
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
306312msgid ""
@@ -318,6 +324,8 @@ msgid ""
318324"A `greatly simplified read-only version of Chainmap <https://code."
319325"activestate.com/recipes/305268/>`_."
320326msgstr ""
327+ "Uma versão muito simplificada somente leitura do Chainmap.<https://code."
328+ "activestate.com/recipes/305268/>`_."
321329
322330#: ../../library/collections.rst:146
323331msgid ":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."
544552msgstr ""
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
547562msgid ""
@@ -555,6 +570,8 @@ msgstr ""
555570msgid ""
556571"Added support for unary plus, unary minus, and in-place multiset operations."
557572msgstr ""
573+ "Adicionado suporte para operador unário mais, unário menos e operação in-"
574+ "place multiset."
558575
559576#: ../../library/collections.rst:397
560577msgid ""
@@ -596,6 +613,11 @@ msgid ""
596613"`~Counter.update` and :meth:`~Counter.subtract` which allow negative and "
597614"zero values for both inputs and outputs."
598615msgstr ""
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
601623msgid ""
@@ -616,6 +638,8 @@ msgid ""
616638"`Bag class <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
617639"html>`_ in Smalltalk."
618640msgstr ""
641+ "Classe Bag <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
642+ "html> `_ em Smalltalk."
619643
620644#: ../../library/collections.rst:427
621645msgid ""