1212# Renan Lopes <[email protected] >, 20211313# a76d6fb6142d7607ab0526dcbddb02d7_7bf0da0 <3b5fb0f281c8dfb4c0170f2ee2a6cfcf_843623>, 2021
1414# i17obot <[email protected] >, 202215- # Rafael Fontenelle <[email protected] >, 2022 15+ # Rafael Fontenelle <[email protected] >, 2023 1616#
1717#, fuzzy
1818msgid ""
1919msgstr ""
2020"Project-Id-Version : Python 3.11\n "
2121"Report-Msgid-Bugs-To : \n "
22- "POT-Creation-Date : 2023-04-14 14:13+0000\n "
22+ "POT-Creation-Date : 2023-04-28 14:13+0000\n "
2323"PO-Revision-Date : 2021-06-28 00:48+0000\n "
24- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2022 \n "
24+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023 \n "
2525"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
2626"teams/5390/pt_BR/)\n "
2727"MIME-Version : 1.0\n "
@@ -104,7 +104,7 @@ msgstr ""
104104
105105#: ../../c-api/exceptions.rst:44
106106msgid "Printing and clearing"
107- msgstr "Impressão e limpeza "
107+ msgstr "Impressão e limpeza"
108108
109109#: ../../c-api/exceptions.rst:49
110110msgid ""
@@ -196,7 +196,7 @@ msgid ""
196196"an arbitrary Python object for the \" value\" of the exception."
197197msgstr ""
198198"Essa função é semelhante à :c:func:`PyErr_SetString` mas permite especificar "
199- "um objeto Python arbitrário para o valor da exceção. "
199+ "um objeto Python arbitrário para o valor da exceção."
200200
201201#: ../../c-api/exceptions.rst:114
202202msgid ""
@@ -212,7 +212,7 @@ msgid ""
212212"rather than a variable number of arguments."
213213msgstr ""
214214"Igual a :c:func:`PyErr_Format`, mas usando o argumento :c:type:`va_list` em "
215- "vez de um número variável de argumentos. "
215+ "vez de um número variável de argumentos."
216216
217217#: ../../c-api/exceptions.rst:131
218218msgid "This is a shorthand for ``PyErr_SetObject(type, Py_None)``."
@@ -326,7 +326,7 @@ msgid ""
326326"parameter specifying the exception type to be raised."
327327msgstr ""
328328"Similar à :c:func:`PyErr_SetFromWindowsErrWithFilename`, com um parâmetro "
329- "adicional especificando o tipo de exceção a ser gerado. "
329+ "adicional especificando o tipo de exceção a ser gerado."
330330
331331#: ../../c-api/exceptions.rst:248
332332msgid ""
@@ -716,7 +716,7 @@ msgstr ""
716716"O valor ``-1`` desabilita o recurso; este é o estado inicial. Isso é "
717717"equivalente à :func:`signal.set_wakeup_fd` em Python, mas sem nenhuma "
718718"verificação de erro. *fd* deve ser um descritor de arquivo válido. A função "
719- "só deve ser chamada a partir da thread principal. "
719+ "só deve ser chamada a partir da thread principal."
720720
721721#: ../../c-api/exceptions.rst:629
722722msgid "On Windows, the function now also supports socket handles."
@@ -805,7 +805,7 @@ msgid ""
805805":attr:`__suppress_context__` is implicitly set to ``True`` by this function."
806806msgstr ""
807807":attr:`__suppress_context__` para essa função é definido ``True`` , "
808- "implicitamente. "
808+ "implicitamente."
809809
810810#: ../../c-api/exceptions.rst:710
811811msgid "Unicode Exception Objects"
@@ -895,7 +895,7 @@ msgstr ""
895895msgid "Marks a point where a recursive C-level call is about to be performed."
896896msgstr ""
897897"Marca um ponto em que a chamada recursiva em nível C está prestes a ser "
898- "executada. "
898+ "executada."
899899
900900#: ../../c-api/exceptions.rst:791
901901msgid ""
@@ -943,7 +943,7 @@ msgid ""
943943"implementation to detect cycles."
944944msgstr ""
945945"Chamado no início da implementação :c:member:`~PyTypeObject.tp_repr` para "
946- "detectar ciclos. "
946+ "detectar ciclos."
947947
948948#: ../../c-api/exceptions.rst:825
949949msgid ""
@@ -969,15 +969,15 @@ msgid ""
969969"tp_repr` implementation can continue normally."
970970msgstr ""
971971"Caso contrário, a função retorna zero e a implementação :c:member:"
972- "`~PyTypeObject.tp_repr` poderá continuar normalmente. "
972+ "`~PyTypeObject.tp_repr` poderá continuar normalmente."
973973
974974#: ../../c-api/exceptions.rst:840
975975msgid ""
976976"Ends a :c:func:`Py_ReprEnter`. Must be called once for each invocation of :"
977977"c:func:`Py_ReprEnter` that returns zero."
978978msgstr ""
979979"Termina a :c:func:`Py_ReprEnter`. Deve ser chamado uma vez para cada chamada "
980- "de :c:func:`Py_ReprEnter` que retorna zero. "
980+ "de :c:func:`Py_ReprEnter` que retorna zero."
981981
982982#: ../../c-api/exceptions.rst:847
983983msgid "Standard Exceptions"
0 commit comments