1010# Marcos Jurach <marcosvjurach@gmail.com>, 2021
1111# Fabio Aragao <fabio_aragao@yahoo.com.br>, 2021
1212# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
13+ # Loyanne Cristine <loyanne.cristine@gmail.com>, 2022
1314#
1415#, fuzzy
1516msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819"Report-Msgid-Bugs-To : \n "
1920"POT-Creation-Date : 2022-06-16 06:28+0000\n "
2021"PO-Revision-Date : 2021-06-28 00:54+0000\n "
21- "Last-Translator : Rafael Fontenelle <rffontenelle @gmail.com>, 2021 \n "
22+ "Last-Translator : Loyanne Cristine <loyanne.cristine @gmail.com>, 2022 \n "
2223"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
2324"teams/5390/pt_BR/)\n "
2425"MIME-Version : 1.0\n "
@@ -114,29 +115,39 @@ msgid ""
114115"use this function to interrupt the main thread, though there is no guarantee "
115116"that the interruption will happen immediately."
116117msgstr ""
118+ "Simule o efeito de um sinal chegando na thread principal. Uma thread pode "
119+ "usar esta função para interromper a thread principal, embora não haja "
120+ "garantia de que a interrupção ocorrerá imediatamente."
117121
118122#: ../../library/_thread.rst:70
119123msgid ""
120124"If given, *signum* is the number of the signal to simulate. If *signum* is "
121125"not given, :data:`signal.SIGINT` is simulated."
122126msgstr ""
127+ "Se fornecido, *signum* é o número do sinal a ser simulado. Se *signum* não "
128+ "for fornecido, :data:`signal.SIGINT` será simulado."
123129
124130#: ../../library/_thread.rst:73
125131msgid ""
126132"If the given signal isn't handled by Python (it was set to :data:`signal."
127133"SIG_DFL` or :data:`signal.SIG_IGN`), this function does nothing."
128134msgstr ""
135+ "Se o sinal fornecido não for tratado por Python (foi definido como :data:"
136+ "`signal.SIG_DFL` ou :data:`signal.SIG_IGN`), esta função não faz nada."
129137
130138#: ../../library/_thread.rst:77
131139msgid "The *signum* argument is added to customize the signal number."
132- msgstr ""
140+ msgstr "O argumento *signum* é adicionado para personalizar o sinal de número. "
133141
134142#: ../../library/_thread.rst:81
135143msgid ""
136144"This does not emit the corresponding signal but schedules a call to the "
137145"associated handler (if it exists). If you want to truly emit the signal, "
138146"use :func:`signal.raise_signal`."
139147msgstr ""
148+ "Isso não emite o sinal correspondente, mas agenda uma chamada para o "
149+ "tratador associado (se existir). Se você quer realmente emitir o sinal, use :"
150+ "func:`signal.raise_signal`."
140151
141152#: ../../library/_thread.rst:88
142153msgid ""
0 commit comments