@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-10-26 21:16 +0000\n "
14+ "POT-Creation-Date : 2024-11-12 09:45 +0000\n "
1515"PO-Revision-Date : 2023-05-24 02:11+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -374,6 +374,11 @@ msgid ""
374374"doesn't care what the actual value of an enumeration is. But if the value "
375375"*is* important, enumerations can have arbitrary values."
376376msgstr ""
377+ "A maioria dos exemplos acima usa inteiros como valores para os enums. Usar "
378+ "inteiros é simples e prático (isso é disponibilizado como padrão pela `API "
379+ "funcional`_), mas não é a única aplicação. Na grande maioria dos caso de "
380+ "uso, não importa o valor de fato que um enum possui. Mas se o valor *é* "
381+ "importante, enums podem ser valores arbitrários."
377382
378383#: ../../howto/enum.rst:389
379384msgid ""
@@ -385,7 +390,7 @@ msgstr ""
385390
386391#: ../../howto/enum.rst:409
387392msgid "Then::"
388- msgstr ""
393+ msgstr "Então:: "
389394
390395#: ../../howto/enum.rst:418
391396msgid ""
@@ -428,6 +433,8 @@ msgid ""
428433"Also, subclassing an enumeration is allowed only if the enumeration does not "
429434"define any members. So this is forbidden::"
430435msgstr ""
436+ "Além disso, criar uma subclasse de uma enumeração é permitido apenas se a "
437+ "enumeção não define nenhum membro. Pontando isso é proibido::"
431438
432439#: ../../howto/enum.rst:457
433440msgid "But this is allowed::"
@@ -483,6 +490,7 @@ msgstr "API funcional"
483490msgid ""
484491"The :class:`Enum` class is callable, providing the following functional API::"
485492msgstr ""
493+ "A classe :class:`Enum` é chamável, fornecendo a API funcional a seguir::"
486494
487495#: ../../howto/enum.rst:520
488496msgid ""
@@ -535,7 +543,7 @@ msgstr ""
535543
536544#: ../../howto/enum.rst:564
537545msgid "The complete signature is::"
538- msgstr ""
546+ msgstr "A assinatura completa é:: "
539547
540548#: ../../howto/enum.rst:576
541549msgid "*value*: What the new enum class will record as its name."
@@ -657,6 +665,8 @@ msgid ""
657665"Named combinations are considered aliases. Aliases do not show up during "
658666"iteration, but can be returned from by-value lookups."
659667msgstr ""
668+ "Combinações nomeadas são consideradas apelidos. Apelidos não aparecem "
669+ "durante uma iteração, mas podem ser retornados por pesquisas por valor."
660670
661671#: ../../howto/enum.rst:726
662672msgid ""
@@ -747,7 +757,7 @@ msgstr ""
747757
748758#: ../../howto/enum.rst:842
749759msgid "Some rules:"
750- msgstr ""
760+ msgstr "Algumas regras: "
751761
752762#: ../../howto/enum.rst:844
753763msgid ""
@@ -804,7 +814,7 @@ msgstr ""
804814
805815#: ../../howto/enum.rst:874
806816msgid "When to use :meth:`__new__` vs. :meth:`__init__`"
807- msgstr ""
817+ msgstr "Quando usar :meth:`__new__` vs. :meth:`__init__` "
808818
809819#: ../../howto/enum.rst:876
810820msgid ""
0 commit comments