55#
66# Translators:
77# python-doc bot, 2025
8+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version :Python 3.13\n "
1314"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-09-15 15:19 +0000\n "
15+ "POT-Creation-Date :2025-09-25 15:05 +0000\n "
1516"PO-Revision-Date :2025-09-15 01:04+0000\n "
16- "Last-Translator :python-doc bot , 2025\n "
17+ "Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com> , 2025\n "
1718"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1819"teams/5390/pt_BR/)\n "
1920"Language :pt_BR\n "
@@ -118,6 +119,7 @@ msgstr ""
118119#: ../../library/pkgutil.rst:54
119120msgid "Retrieve a module :term:`loader` for the given *fullname*."
120121msgstr ""
122+ "Recupera o :term:`carregador` de um módulo para o *fullname* fornecido."
121123
122124#: ../../library/pkgutil.rst:56
123125msgid ""
@@ -126,6 +128,10 @@ msgid ""
126128"returns the loader rather than the full :class:`importlib.machinery."
127129"ModuleSpec`."
128130msgstr ""
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."
129135
130136#: ../../library/pkgutil.rst:61 ../../library/pkgutil.rst:82
131137#: ../../library/pkgutil.rst:97 ../../library/pkgutil.rst:121
@@ -139,11 +145,11 @@ msgstr ""
139145
140146#: ../../library/pkgutil.rst:65 ../../library/pkgutil.rst:101
141147msgid "Updated to be based on :pep:`451`"
142- msgstr ""
148+ msgstr "Atualizado para ser baseado na :pep:`451` "
143149
144150#: ../../library/pkgutil.rst:68 ../../library/pkgutil.rst:104
145151msgid "Use :func:`importlib.util.find_spec` instead."
146- msgstr ""
152+ msgstr "Use :func:`importlib.util.find_spec`. "
147153
148154#: ../../library/pkgutil.rst:74
149155msgid "Retrieve a :term:`finder` for the given *path_item*."
@@ -167,7 +173,7 @@ msgstr ""
167173
168174#: ../../library/pkgutil.rst:89
169175msgid "Get a :term:`loader` object for *module_or_name*."
170- msgstr ""
176+ msgstr "Obtém um objeto :term:`carregador` para *module_or_name*. "
171177
172178#: ../../library/pkgutil.rst:91
173179msgid ""
@@ -177,6 +183,11 @@ msgid ""
177183"not already imported, its containing package (if any) is imported, in order "
178184"to establish the package ``__path__``."
179185msgstr ""
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__``."
180191
181192#: ../../library/pkgutil.rst:110
182193msgid "Yield :term:`finder` objects for the given module name."