Skip to content

Commit 312b881

Browse files
committed
correcion y traduccion _thread.po
1 parent 91f4ccc commit 312b881

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

library/_thread.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2023-04-09 19:43-0600\n"
14+
"PO-Revision-Date: 2024-10-15 10:35-0400\n"
1515
"Last-Translator: \n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/library/_thread.rst:2
2526
msgid ":mod:`_thread` --- Low-level threading API"
@@ -103,6 +104,8 @@ msgid ""
103104
"Raises an :ref:`auditing event <auditing>` ``_thread.start_new_thread`` with "
104105
"arguments ``function``, ``args``, ``kwargs``."
105106
msgstr ""
107+
"Genera un :ref:`auditing event <auditing>` ``_thread.start_new_thread`` con "
108+
"los argumentos ``function``, ``args``, ``kwargs``."
106109

107110
#: ../Doc/library/_thread.rst:62
108111
msgid ":func:`sys.unraisablehook` is now used to handle unhandled exceptions."
@@ -121,13 +124,12 @@ msgstr ""
121124
"garantías de que la interrupción ocurrirá inmediatamente."
122125

123126
#: ../Doc/library/_thread.rst:72
124-
#, fuzzy
125127
msgid ""
126128
"If given, *signum* is the number of the signal to simulate. If *signum* is "
127129
"not given, :const:`signal.SIGINT` is simulated."
128130
msgstr ""
129-
"Si se da, *signum* es el número de la señal a simular. Si *signum* no se "
130-
"da, :data:`signal.SIGINT` es simulado."
131+
"Si se proporciona, *signum* es el número de la señal a simular. Si no se "
132+
"proporciona *signum*, se simula :data:`signal.SIGINT`."
131133

132134
#: ../Doc/library/_thread.rst:75
133135
#, fuzzy
@@ -196,13 +198,12 @@ msgstr ""
196198
"Operativo)."
197199

198200
#: ../Doc/library/_thread.rst:123
199-
#, fuzzy
200201
msgid ""
201202
":ref:`Availability <availability>`: Windows, FreeBSD, Linux, macOS, OpenBSD, "
202203
"NetBSD, AIX, DragonFlyBSD."
203204
msgstr ""
204-
":ref:`Disponibilidad <availability>`: Windows, FreeBSD, Linux, macOS, "
205-
"OpenBSD, NetBSD, AIX."
205+
":ref:`Availability <availability>`: Windows, FreeBSD, Linux, macOS, OpenBSD, "
206+
"NetBSD, AIX, DragonFlyBSD."
206207

207208
#: ../Doc/library/_thread.rst:130
208209
msgid ""
@@ -248,18 +249,17 @@ msgstr ""
248249

249250
#: ../Doc/library/_thread.rst:147
250251
msgid "Unix platforms with POSIX threads support."
251-
msgstr ""
252+
msgstr "Plataformas Unix con soporte para hilos POSIX."
252253

253254
#: ../Doc/library/_thread.rst:152
254-
#, fuzzy
255255
msgid ""
256256
"The maximum value allowed for the *timeout* parameter of :meth:`Lock.acquire "
257257
"<threading.Lock.acquire>`. Specifying a timeout greater than this value will "
258258
"raise an :exc:`OverflowError`."
259259
msgstr ""
260-
"El máximo valor permitido para el parámetro *timeout* de :meth:`Lock."
261-
"acquire`. Especificar un tiempo de espera (*timeout*) mayor que este valor "
262-
"lanzará una excepción :exc:`OverflowError`."
260+
"El máximo valor permitido para el parámetro *timeout* de :meth:`Lock.acquire "
261+
"<threading.Lock.acquire>`. Especificar un tiempo de espera (*timeout*) mayor "
262+
"que este valor lanzará una excepción :exc:`OverflowError`."
263263

264264
#: ../Doc/library/_thread.rst:159
265265
msgid "Lock objects have the following methods:"
@@ -284,9 +284,9 @@ msgid ""
284284
"as above."
285285
msgstr ""
286286
"Si el argumento *blocking* está presente, la acción depende de su valor: si "
287-
"es False, el candado es adquirido sólo si puede ser adquirido inmediatamente "
288-
"sin espera, en cambio si es True, el candado es adquirido incondicionalmente "
289-
"como arriba."
287+
"es Falso, el bloqueo solo se adquiere si se puede adquirir inmediatamente "
288+
"sin esperar, en cambio si es Verdad, el candado es adquirido "
289+
"incondicionalmente como arriba."
290290

291291
#: ../Doc/library/_thread.rst:173
292292
msgid ""

0 commit comments

Comments
 (0)