@@ -20,7 +20,7 @@ msgid ""
2020msgstr ""
2121"Project-Id-Version : Python 3.13\n "
2222"Report-Msgid-Bugs-To : \n "
23- "POT-Creation-Date : 2024-08-03 20:15 +0000\n "
23+ "POT-Creation-Date : 2024-08-09 16:36 +0000\n "
2424"PO-Revision-Date : 2021-06-28 00:54+0000\n "
2525"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
2626"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -34,7 +34,7 @@ msgstr ""
3434
3535#: ../../library/_thread.rst:2
3636msgid ":mod:`!_thread` --- Low-level threading API"
37- msgstr ""
37+ msgstr ":mod:`!_thread`--- API de segmentação de baixo nível "
3838
3939#: ../../library/_thread.rst:15
4040msgid ""
@@ -135,12 +135,16 @@ msgid ""
135135"If given, *signum* is the number of the signal to simulate. If *signum* is "
136136"not given, :const:`signal.SIGINT` is simulated."
137137msgstr ""
138+ "Se fornecido, *signum* é o número do sinal a ser simulado. Se *signum* não "
139+ "for fornecido, :const:`signal.SIGINT` será simulado."
138140
139141#: ../../library/_thread.rst:75
140142msgid ""
141143"If the given signal isn't handled by Python (it was set to :const:`signal."
142144"SIG_DFL` or :const:`signal.SIG_IGN`), this function does nothing."
143145msgstr ""
146+ "Se o sinal fornecido não for tratado por Python (foi definido como :const:"
147+ "`signal.SIG_DFL` ou :const:`signal.SIG_IGN`), esta função não faz nada."
144148
145149#: ../../library/_thread.rst:79
146150msgid "The *signum* argument is added to customize the signal number."
@@ -204,10 +208,12 @@ msgid ""
204208":ref:`Availability <availability>`: Windows, FreeBSD, Linux, macOS, OpenBSD, "
205209"NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD."
206210msgstr ""
211+ ":ref:`Disponibilidade <availability>`: Windows, FreeBSD, Linux, macOS, "
212+ "OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD."
207213
208214#: ../../library/_thread.rst:127
209215msgid "Added support for GNU/kFreeBSD."
210- msgstr ""
216+ msgstr "Adicionado suporte a GNU/kFreeBSD. "
211217
212218#: ../../library/_thread.rst:133
213219msgid ""
@@ -250,14 +256,17 @@ msgstr ":ref:`Disponibilidade <availability>`: Windows, pthreads."
250256
251257#: ../../library/_thread.rst:150
252258msgid "Unix platforms with POSIX threads support."
253- msgstr ""
259+ msgstr "Plataformas Unix com suporte a threads POSIX. "
254260
255261#: ../../library/_thread.rst:155
256262msgid ""
257263"The maximum value allowed for the *timeout* parameter of :meth:`Lock.acquire "
258264"<threading.Lock.acquire>`. Specifying a timeout greater than this value will "
259265"raise an :exc:`OverflowError`."
260266msgstr ""
267+ "O valor máximo permitido para o parâmetro *timeout* de :meth:`Lock.acquire "
268+ "<threading.Lock.acquire>`. A especificação de um tempo limite maior que esse "
269+ "valor vai levantar um :exc:`OverflowError`."
261270
262271#: ../../library/_thread.rst:162
263272msgid "Lock objects have the following methods:"
@@ -282,6 +291,10 @@ msgid ""
282291"without waiting, while if it is true, the lock is acquired unconditionally "
283292"as above."
284293msgstr ""
294+ "Se o argumento inteiro *blocking* estiver presente, a ação dependerá do seu "
295+ "valor: se for falso, a trava será adquirida apenas se puder ser adquirida "
296+ "imediatamente sem aguardar, enquanto se for verdadeiro, a trava será "
297+ "adquirida incondicionalmente, conforme acima."
285298
286299#: ../../library/_thread.rst:176
287300msgid ""
@@ -365,6 +378,9 @@ msgid ""
365378"on a lock --- the :exc:`KeyboardInterrupt` exception will happen after the "
366379"lock has been acquired."
367380msgstr ""
381+ "Não é possível interromper o método :meth:`~threading.Lock.acquire` em uma "
382+ "trava --- a exceção :exc:`KeyboardInterrupt` ocorrerá após a trava ter sido "
383+ "adquirida."
368384
369385#: ../../library/_thread.rst:227
370386msgid ""
@@ -389,19 +405,19 @@ msgstr ""
389405
390406#: ../../library/_thread.rst:7
391407msgid "light-weight processes"
392- msgstr ""
408+ msgstr "processos leves "
393409
394410#: ../../library/_thread.rst:7
395411msgid "processes, light-weight"
396- msgstr ""
412+ msgstr "leves, processos "
397413
398414#: ../../library/_thread.rst:7
399415msgid "binary semaphores"
400- msgstr ""
416+ msgstr "semáforos binários "
401417
402418#: ../../library/_thread.rst:7
403419msgid "semaphores, binary"
404- msgstr ""
420+ msgstr "binários, semáforos "
405421
406422#: ../../library/_thread.rst:22
407423msgid "pthreads"
0 commit comments