88# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
99# i17obot <i17obot@rougeth.com>, 2021
1010# Misael borges <misael@planosassessoria.com.br>, 2021
11- # Rafael Fontenelle <rffontenelle@gmail.com>, 2022
11+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1212#
1313#, fuzzy
1414msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.12\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2023-06-09 14:13 +0000\n "
18+ "POT-Creation-Date : 2023-07-29 02:08 +0000\n "
1919"PO-Revision-Date : 2021-06-28 00:53+0000\n "
20- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022 \n "
20+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023 \n "
2121"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
2222"teams/5390/pt_BR/)\n "
2323"MIME-Version : 1.0\n "
@@ -552,7 +552,7 @@ msgstr ""
552552
553553#: ../../howto/enum.rst:0
554554msgid "qualname"
555- msgstr ""
555+ msgstr "qualname "
556556
557557#: ../../howto/enum.rst:622
558558msgid "where in module new enum class can be found."
@@ -568,7 +568,7 @@ msgstr ""
568568
569569#: ../../howto/enum.rst:0
570570msgid "start"
571- msgstr ""
571+ msgstr "start "
572572
573573#: ../../howto/enum.rst:626
574574msgid "number to start counting at if only names are passed in."
@@ -826,7 +826,7 @@ msgstr ""
826826
827827#: ../../howto/enum.rst:935
828828msgid "Supported ``__dunder__`` names"
829- msgstr ""
829+ msgstr "Nomes ``__dunder__`` suportados "
830830
831831#: ../../howto/enum.rst:937
832832msgid ""
@@ -843,35 +843,43 @@ msgstr ""
843843
844844#: ../../howto/enum.rst:946
845845msgid "Supported ``_sunder_`` names"
846- msgstr ""
846+ msgstr "Nomes ``_sunder_`` suportados "
847847
848848#: ../../howto/enum.rst:948
849849msgid "``_name_`` -- name of the member"
850- msgstr ""
850+ msgstr "``_name_`` -- nome do membro "
851851
852852#: ../../howto/enum.rst:949
853853msgid ""
854854"``_value_`` -- value of the member; can be set / modified in ``__new__``"
855855msgstr ""
856+ "``_value_`` -- valor do membro; pode ser definido / modificado em ``__new__``"
856857
857858#: ../../howto/enum.rst:951
858859msgid ""
859860"``_missing_`` -- a lookup function used when a value is not found; may be "
860861"overridden"
861862msgstr ""
863+ "``_missing_`` -- uma função de pesquisa usada quando um valor não é "
864+ "encontrado; pode ser substituída"
862865
863866#: ../../howto/enum.rst:953
864867msgid ""
865868"``_ignore_`` -- a list of names, either as a :class:`list` or a :class:"
866869"`str`, that will not be transformed into members, and will be removed from "
867870"the final class"
868871msgstr ""
872+ "``_ignore_`` -- uma lista de nomes, seja como :class:`list` ou :class:`str`, "
873+ "que não serão transformados em membros e serão removidos da classe final"
869874
870875#: ../../howto/enum.rst:956
871876msgid ""
872877"``_order_`` -- used in Python 2/3 code to ensure member order is consistent "
873878"(class attribute, removed during class creation)"
874879msgstr ""
880+ "``_order_`` -- usado no código Python 2/3 para garantir que a ordem dos "
881+ "membros seja consistente (atributo de classe, removido durante a criação da "
882+ "classe)"
875883
876884#: ../../howto/enum.rst:958
877885msgid ""
@@ -884,12 +892,16 @@ msgid ""
884892"For standard :class:`Enum` classes the next value chosen is the last value "
885893"seen incremented by one."
886894msgstr ""
895+ "Para classes :class:`Enum` padrão, o próximo valor escolhido é o último "
896+ "valor visto incrementado em um."
887897
888898#: ../../howto/enum.rst:967
889899msgid ""
890900"For :class:`Flag` classes the next value chosen will be the next highest "
891901"power-of-two, regardless of the last value seen."
892902msgstr ""
903+ "Para as classes :class:`Flag` o próximo valor escolhido será a próxima "
904+ "potência de dois mais alta, independentemente do último valor visto."
893905
894906#: ../../howto/enum.rst:970
895907msgid "``_missing_``, ``_order_``, ``_generate_next_value_``"
0 commit comments