44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
87# python-doc bot, 2025
8+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
99#
1010#, fuzzy
1111msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.12\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-09-23 15:37 +0000\n "
15+ "POT-Creation-Date : 2025-09-25 15:49 +0000\n "
1616"PO-Revision-Date : 2025-07-18 19:58+0000\n "
17- "Last-Translator : python-doc bot , 2025\n "
17+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1919"teams/5390/pt_BR/)\n "
2020"Language : pt_BR\n "
@@ -119,6 +119,7 @@ msgstr ""
119119#: ../../library/pkgutil.rst:54
120120msgid "Retrieve a module :term:`loader` for the given *fullname*."
121121msgstr ""
122+ "Recupera o :term:`carregador` de um módulo para o *fullname* fornecido."
122123
123124#: ../../library/pkgutil.rst:56
124125msgid ""
@@ -127,6 +128,10 @@ msgid ""
127128"returns the loader rather than the full :class:`importlib.machinery."
128129"ModuleSpec`."
129130msgstr ""
131+ "Este é um invólucro para retrocompatibilidade em torno de :func:`importlib."
132+ "util.find_spec` que converte a maioria das falhas em :exc:`ImportError` e "
133+ "retorna apenas o carregador, em vez do :class:`importlib.machinery."
134+ "ModuleSpec` completo."
130135
131136#: ../../library/pkgutil.rst:61 ../../library/pkgutil.rst:82
132137#: ../../library/pkgutil.rst:97 ../../library/pkgutil.rst:121
@@ -140,11 +145,11 @@ msgstr ""
140145
141146#: ../../library/pkgutil.rst:65 ../../library/pkgutil.rst:101
142147msgid "Updated to be based on :pep:`451`"
143- msgstr ""
148+ msgstr "Atualizado para ser baseado na :pep:`451` "
144149
145150#: ../../library/pkgutil.rst:68 ../../library/pkgutil.rst:104
146151msgid "Use :func:`importlib.util.find_spec` instead."
147- msgstr ""
152+ msgstr "Use :func:`importlib.util.find_spec`. "
148153
149154#: ../../library/pkgutil.rst:74
150155msgid "Retrieve a :term:`finder` for the given *path_item*."
@@ -168,7 +173,7 @@ msgstr ""
168173
169174#: ../../library/pkgutil.rst:89
170175msgid "Get a :term:`loader` object for *module_or_name*."
171- msgstr ""
176+ msgstr "Obtém um objeto :term:`carregador` para *module_or_name*. "
172177
173178#: ../../library/pkgutil.rst:91
174179msgid ""
@@ -178,6 +183,11 @@ msgid ""
178183"not already imported, its containing package (if any) is imported, in order "
179184"to establish the package ``__path__``."
180185msgstr ""
186+ "Se o módulo ou pacote estiver acessível pelo mecanismo de importação normal, "
187+ "um invólucro em torno da parte relevante desse maquinário será retornado. "
188+ "Retorna ``None`` se o módulo não puder ser encontrado ou importado. Se o "
189+ "módulo nomeado ainda não tiver sido importado, o pacote que o contém (se "
190+ "houver) será importado para estabelecer o pacote ``__path__``."
181191
182192#: ../../library/pkgutil.rst:110
183193msgid "Yield :term:`finder` objects for the given module name."
0 commit comments