88# Joao Roccella <joao.a@docente.senai.br>, 2025
99# Gustavo Reis, 2025
1010# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
11+ # willian ohara, 2026
1112#
1213#, fuzzy
1314msgid ""
1415msgstr ""
1516"Project-Id-Version : Python 3.13\n "
1617"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2026-06-03 20:27 +0000\n "
18+ "POT-Creation-Date : 2026-06-11 19:25 +0000\n "
1819"PO-Revision-Date : 2025-09-15 01:03+0000\n "
19- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025 \n "
20+ "Last-Translator : willian ohara, 2026 \n "
2021"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
2122"teams/5390/pt_BR/)\n "
2223"Language : pt_BR\n "
@@ -654,6 +655,8 @@ msgid ""
654655"`ResourceWarning` and it passes *source* to :class:`!warnings."
655656"WarningMessage`."
656657msgstr ""
658+ "Função similar a :c:func:`PyErr_WarnFormat`, mas a *category* é :exc:"
659+ "`ResourceWarning` e ela passa *source* para:class:`!warnings.WarningMessage`."
657660
658661#: ../../c-api/exceptions.rst:440
659662msgid "Querying the error indicator"
@@ -670,7 +673,7 @@ msgstr ""
670673
671674#: ../../c-api/exceptions.rst:450
672675msgid "The caller must hold the GIL."
673- msgstr ""
676+ msgstr "O caller deve possuir o GIL. "
674677
675678#: ../../c-api/exceptions.rst:454
676679msgid ""
@@ -990,6 +993,8 @@ msgid ""
990993"This function is async-signal-safe. It can be called without the :term:"
991994"`GIL` and from a C signal handler."
992995msgstr ""
996+ "Esta função é segura para sinais assíncronos. Pode ser chamada sem um :term:"
997+ "`GIL` e a partir de um manipulador de sinais C."
993998
994999#: ../../c-api/exceptions.rst:733
9951000msgid ""
@@ -1148,6 +1153,8 @@ msgid ""
11481153"The :attr:`~BaseException.__suppress_context__` attribute is implicitly set "
11491154"to ``True`` by this function."
11501155msgstr ""
1156+ "O atributo :attr:`~BaseException.__suppress_context__` é implicitamente "
1157+ "definido como ``True`` por esta função."
11511158
11521159#: ../../c-api/exceptions.rst:871
11531160msgid "Return :attr:`~BaseException.args` of exception *ex*."
@@ -1186,6 +1193,9 @@ msgid ""
11861193"*object*, *length*, *start*, *end* and *reason*. *encoding* and *reason* are "
11871194"UTF-8 encoded strings."
11881195msgstr ""
1196+ "Cria um objeto :class:`UnicodeDecodeError` com os atributos *encoding*, "
1197+ "*object*, *length*, *start*, *end* e *reason*. O *encoding* e *reason* são "
1198+ "strings codificadas em UTF-8."
11891199
11901200#: ../../c-api/exceptions.rst:907
11911201msgid "Return the *encoding* attribute of the given exception object."
@@ -1228,6 +1238,8 @@ msgid ""
12281238"Set the *end* attribute of the given exception object to *end*. Return "
12291239"``0`` on success, ``-1`` on failure."
12301240msgstr ""
1241+ "Defina o atributo *end* do objeto de exceção fornecido para *end*. Retorna "
1242+ "``0`` em caso de sucesso e ``-1`` em caso de falha."
12311243
12321244#: ../../c-api/exceptions.rst:949
12331245msgid "Return the *reason* attribute of the given exception object."
@@ -1238,6 +1250,8 @@ msgid ""
12381250"Set the *reason* attribute of the given exception object to *reason*. "
12391251"Return ``0`` on success, ``-1`` on failure."
12401252msgstr ""
1253+ "Defina o atributo *reason* do objeto de exceção fornecido para *reason*. "
1254+ "Retorna ``0`` em caso de sucesso e ``-1`` em caso de falha."
12411255
12421256#: ../../c-api/exceptions.rst:962
12431257msgid "Recursion Control"
@@ -1293,6 +1307,8 @@ msgid ""
12931307"Ends a :c:func:`Py_EnterRecursiveCall`. Must be called once for each "
12941308"*successful* invocation of :c:func:`Py_EnterRecursiveCall`."
12951309msgstr ""
1310+ "Termina com :c:func:`Py_EnterRecursiveCall`. Deve ser chamada uma vez para "
1311+ "cada invocação *successful* de :c:func:`Py_EnterRecursiveCall`."
12961312
12971313#: ../../c-api/exceptions.rst:998
12981314msgid ""
@@ -1780,7 +1796,7 @@ msgstr ""
17801796
17811797#: ../../c-api/exceptions.rst:183
17821798msgid "strerror (C function)"
1783- msgstr ""
1799+ msgstr "strerror (função C) "
17841800
17851801#: ../../c-api/exceptions.rst:671 ../../c-api/exceptions.rst:714
17861802#: ../../c-api/exceptions.rst:729
@@ -1794,9 +1810,9 @@ msgstr "signal"
17941810
17951811#: ../../c-api/exceptions.rst:671 ../../c-api/exceptions.rst:714
17961812msgid "SIGINT (C macro)"
1797- msgstr ""
1813+ msgstr "SIGINT (macro C) "
17981814
17991815#: ../../c-api/exceptions.rst:671 ../../c-api/exceptions.rst:714
18001816#: ../../c-api/exceptions.rst:729
18011817msgid "KeyboardInterrupt (built-in exception)"
1802- msgstr ""
1818+ msgstr "KeyboardInterrupt (exceção embutida) "
0 commit comments