11
11
# Alexandre B A Villares, 2021
12
12
# Rafael Fontenelle <[email protected] >, 2021
13
13
# Vitor Buxbaum Orlandi, 2021
14
+ # Porfirio_Prodigy, 2021
14
15
#
15
16
#, fuzzy
16
17
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
19
20
"Report-Msgid-Bugs-To : \n "
20
21
"POT-Creation-Date : 2021-08-03 13:12+0000\n "
21
22
"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 "
23
24
"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
24
25
"teams/5390/pt_BR/)\n "
25
26
"MIME-Version : 1.0\n "
@@ -301,6 +302,11 @@ msgid ""
301
302
"`~collections.ChainMap.new_child` method and the :attr:`~collections."
302
303
"ChainMap.parents` property."
303
304
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`."
304
310
305
311
#: ../../library/collections.rst:136
306
312
msgid ""
@@ -318,6 +324,8 @@ msgid ""
318
324
"A `greatly simplified read-only version of Chainmap <https://code."
319
325
"activestate.com/recipes/305268/>`_."
320
326
msgstr ""
327
+ "Uma versão muito simplificada somente leitura do Chainmap.<https://code."
328
+ "activestate.com/recipes/305268/>`_."
321
329
322
330
#: ../../library/collections.rst:146
323
331
msgid ":class:`ChainMap` Examples and Recipes"
@@ -542,6 +550,13 @@ msgid ""
542
550
"signed counts, but the output will exclude results with counts of zero or "
543
551
"less."
544
552
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."
545
560
546
561
#: ../../library/collections.rst:383
547
562
msgid ""
@@ -555,6 +570,8 @@ msgstr ""
555
570
msgid ""
556
571
"Added support for unary plus, unary minus, and in-place multiset operations."
557
572
msgstr ""
573
+ "Adicionado suporte para operador unário mais, unário menos e operação in-"
574
+ "place multiset."
558
575
559
576
#: ../../library/collections.rst:397
560
577
msgid ""
@@ -596,6 +613,11 @@ msgid ""
596
613
"`~Counter.update` and :meth:`~Counter.subtract` which allow negative and "
597
614
"zero values for both inputs and outputs."
598
615
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."
599
621
600
622
#: ../../library/collections.rst:414
601
623
msgid ""
@@ -616,6 +638,8 @@ msgid ""
616
638
"`Bag class <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
617
639
"html>`_ in Smalltalk."
618
640
msgstr ""
641
+ "Classe Bag <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag."
642
+ "html> `_ em Smalltalk."
619
643
620
644
#: ../../library/collections.rst:427
621
645
msgid ""
0 commit comments