1111# Patricia Mortada, 2023
1212# Adorilson Bezerra <[email protected] >, 20241313# Rafael Fontenelle <[email protected] >, 202414+ # Leandro Cavalcante Damascena <[email protected] >, 20241415#
1516#, fuzzy
1617msgid ""
@@ -19,7 +20,8 @@ msgstr ""
1920"Report-Msgid-Bugs-To : \n "
2021"POT-Creation-Date : 2024-05-11 18:37+0000\n "
2122"PO-Revision-Date : 2021-06-28 01:05+0000\n "
22- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
23+ "
Last-Translator :
Leandro Cavalcante Damascena <[email protected] >, "
24+ "2024\n "
2325"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
2426"teams/5390/pt_BR/)\n "
2527"MIME-Version : 1.0\n "
@@ -689,24 +691,29 @@ msgid ""
689691"operation is blocked during interpreter shutdown also known as :term:`Python "
690692"finalization <interpreter shutdown>`."
691693msgstr ""
694+ "Este exceção é derivada de :exc:`RuntimeError`. É levantada quando uma "
695+ "operação é bloqueada durante o encerramento do interpretador e também "
696+ "conhecido como :term:`finalização do Python <interpretador shutdown>`."
692697
693698#: ../../library/exceptions.rst:425
694699msgid ""
695700"Examples of operations which can be blocked with a :exc:"
696701"`PythonFinalizationError` during the Python finalization:"
697702msgstr ""
703+ "Exemplos de operações que podem ser bloqueadas com um :exc:"
704+ "`PythonFinalizationError` durante a finalização do Python:"
698705
699706#: ../../library/exceptions.rst:428
700707msgid "Creating a new Python thread."
701- msgstr ""
708+ msgstr "Criação de uma nova thread no Python. "
702709
703710#: ../../library/exceptions.rst:429
704711msgid ":func:`os.fork`."
705712msgstr ":func:`os.fork`."
706713
707714#: ../../library/exceptions.rst:431
708715msgid "See also the :func:`sys.is_finalizing` function."
709- msgstr ""
716+ msgstr "veja também a função :func:`sys.is_finalizing`. "
710717
711718#: ../../library/exceptions.rst:433 ../../library/exceptions.rst:443
712719msgid "Previously, a plain :exc:`RuntimeError` was raised."
@@ -1522,6 +1529,12 @@ msgid ""
15221529"type object) that accepts an exception as its single argument and returns "
15231530"true for the exceptions that should be in the subgroup."
15241531msgstr ""
1532+ "A condição pode ser um tipo exceção ou tupla de tipos de exceção. Nesse "
1533+ "caso, cada exceção é verificada quanto a um match usando a mesma verificação "
1534+ "que é usada em uma cláusula de ``except``. A condição também pode ser um "
1535+ "chamável (diferente de um objeto de tipo) que aceita uma exceção como seu "
1536+ "único argumento e retorna verdadeiro para a exceção que deve estar no "
1537+ "subgrupo."
15251538
15261539#: ../../library/exceptions.rst:967
15271540msgid ""
@@ -1551,6 +1564,7 @@ msgstr ""
15511564#: ../../library/exceptions.rst:978
15521565msgid "``condition`` can be any callable which is not a type object."
15531566msgstr ""
1567+ "``condition`` pode ser qualquer chamável que não seja um objeto de tipo."
15541568
15551569#: ../../library/exceptions.rst:983
15561570msgid ""
0 commit comments