11
11
# Patricia Mortada, 2023
12
12
# Adorilson Bezerra <adorilson@gmail.com>, 2024
13
13
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14
+ # Leandro Cavalcante Damascena <leandro.damascena@gmail.com>, 2024
14
15
#
15
16
#, fuzzy
16
17
msgid ""
@@ -19,7 +20,8 @@ msgstr ""
19
20
"Report-Msgid-Bugs-To : \n "
20
21
"POT-Creation-Date : 2024-05-11 18:37+0000\n "
21
22
"PO-Revision-Date : 2021-06-28 01:05+0000\n "
22
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
23
+ "Last-Translator : Leandro Cavalcante Damascena <leandro.damascena@gmail.com>, "
24
+ "2024\n "
23
25
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
24
26
"teams/5390/pt_BR/)\n "
25
27
"MIME-Version : 1.0\n "
@@ -689,24 +691,29 @@ msgid ""
689
691
"operation is blocked during interpreter shutdown also known as :term:`Python "
690
692
"finalization <interpreter shutdown>`."
691
693
msgstr ""
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>`."
692
697
693
698
#: ../../library/exceptions.rst:425
694
699
msgid ""
695
700
"Examples of operations which can be blocked with a :exc:"
696
701
"`PythonFinalizationError` during the Python finalization:"
697
702
msgstr ""
703
+ "Exemplos de operações que podem ser bloqueadas com um :exc:"
704
+ "`PythonFinalizationError` durante a finalização do Python:"
698
705
699
706
#: ../../library/exceptions.rst:428
700
707
msgid "Creating a new Python thread."
701
- msgstr ""
708
+ msgstr "Criação de uma nova thread no Python. "
702
709
703
710
#: ../../library/exceptions.rst:429
704
711
msgid ":func:`os.fork`."
705
712
msgstr ":func:`os.fork`."
706
713
707
714
#: ../../library/exceptions.rst:431
708
715
msgid "See also the :func:`sys.is_finalizing` function."
709
- msgstr ""
716
+ msgstr "veja também a função :func:`sys.is_finalizing`. "
710
717
711
718
#: ../../library/exceptions.rst:433 ../../library/exceptions.rst:443
712
719
msgid "Previously, a plain :exc:`RuntimeError` was raised."
@@ -1522,6 +1529,12 @@ msgid ""
1522
1529
"type object) that accepts an exception as its single argument and returns "
1523
1530
"true for the exceptions that should be in the subgroup."
1524
1531
msgstr ""
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."
1525
1538
1526
1539
#: ../../library/exceptions.rst:967
1527
1540
msgid ""
@@ -1551,6 +1564,7 @@ msgstr ""
1551
1564
#: ../../library/exceptions.rst:978
1552
1565
msgid "``condition`` can be any callable which is not a type object."
1553
1566
msgstr ""
1567
+ "``condition`` pode ser qualquer chamável que não seja um objeto de tipo."
1554
1568
1555
1569
#: ../../library/exceptions.rst:983
1556
1570
msgid ""
0 commit comments