55#
66# Translators:
77# python-doc bot, 2025
8+ # Gustavo Reis, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.9\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-09-22 21:56 +0000\n "
15+ "POT-Creation-Date : 2025-10-29 18:17 +0000\n "
1516"PO-Revision-Date : 2025-09-22 17:54+0000\n "
16- "Last-Translator : python-doc bot , 2025\n "
17+ "Last-Translator : Gustavo Reis , 2025\n "
1718"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1819"teams/5390/pt_BR/)\n "
1920"Language : pt_BR\n "
@@ -205,6 +206,11 @@ msgid ""
205206"help format the error message; they have the same meaning and values as in :"
206207"c:func:`PyUnicode_FromFormat`. *format* is an ASCII-encoded string."
207208msgstr ""
209+ "Essa função define o indicador de erro e retorna ``NULL``. *exception* deve "
210+ "ser uma classe Python de exceção. O *format* e parâmetros subsequentes "
211+ "ajudam a formatar a mensagem de erro; eles têm o mesmo significado e valores "
212+ "que em :c:func:`PyUnicode_FromFormat`. *format* é uma string codificada em "
213+ "ASCII."
208214
209215#: ../../c-api/exceptions.rst:123
210216msgid ""
@@ -224,6 +230,9 @@ msgid ""
224230"*message* indicates that a built-in operation was invoked with an illegal "
225231"argument. It is mostly for internal use."
226232msgstr ""
233+ "Essa é uma abreviação de ``PyErr_SetString(PyExc_TypeError, message)``, na "
234+ "qual *message* indica que uma operação embutida foi invocada com um "
235+ "argumento ilegal. Ela é principalmente para uso interno."
227236
228237#: ../../c-api/exceptions.rst:143
229238msgid ""
@@ -263,6 +272,9 @@ msgid ""
263272"second filename object, for raising errors when a function that takes two "
264273"filenames fails."
265274msgstr ""
275+ "Similar à :c:func:`PyErr_SetFromErrnoWithFilenameObject`, mas recebe um "
276+ "segundo objeto filename, para levantar erros quando uma função que recebe "
277+ "dois nomes de arquivos falha."
266278
267279#: ../../c-api/exceptions.rst:184
268280msgid ""
@@ -295,6 +307,8 @@ msgid ""
295307"Similar to :c:func:`PyErr_SetFromWindowsErr`, with an additional parameter "
296308"specifying the exception type to be raised."
297309msgstr ""
310+ "Semelhante a :c:func:`PyErr_SetFromWindowsErr`, com um parâmetro adicional "
311+ "que especifica o tipo de exceção a ser levantada."
298312
299313#: ../../c-api/exceptions.rst:213
300314msgid ""
0 commit comments