@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Last-Translator : \n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.5\n "
23
24
24
25
#: ../Doc/library/_thread.rst:2
25
26
msgid ":mod:`_thread` --- Low-level threading API"
@@ -103,6 +104,8 @@ msgid ""
103
104
"Raises an :ref:`auditing event <auditing>` ``_thread.start_new_thread`` with "
104
105
"arguments ``function``, ``args``, ``kwargs``."
105
106
msgstr ""
107
+ "Genera un :ref:`auditing event <auditing>` ``_thread.start_new_thread`` con "
108
+ "los argumentos ``function``, ``args``, ``kwargs``."
106
109
107
110
#: ../Doc/library/_thread.rst:62
108
111
msgid ":func:`sys.unraisablehook` is now used to handle unhandled exceptions."
@@ -121,13 +124,12 @@ msgstr ""
121
124
"garantías de que la interrupción ocurrirá inmediatamente."
122
125
123
126
#: ../Doc/library/_thread.rst:72
124
- #, fuzzy
125
127
msgid ""
126
128
"If given, *signum* is the number of the signal to simulate. If *signum* is "
127
129
"not given, :const:`signal.SIGINT` is simulated."
128
130
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`."
131
133
132
134
#: ../Doc/library/_thread.rst:75
133
135
#, fuzzy
@@ -196,13 +198,12 @@ msgstr ""
196
198
"Operativo)."
197
199
198
200
#: ../Doc/library/_thread.rst:123
199
- #, fuzzy
200
201
msgid ""
201
202
":ref:`Availability <availability>`: Windows, FreeBSD, Linux, macOS, OpenBSD, "
202
203
"NetBSD, AIX, DragonFlyBSD."
203
204
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 ."
206
207
207
208
#: ../Doc/library/_thread.rst:130
208
209
msgid ""
@@ -248,18 +249,17 @@ msgstr ""
248
249
249
250
#: ../Doc/library/_thread.rst:147
250
251
msgid "Unix platforms with POSIX threads support."
251
- msgstr ""
252
+ msgstr "Plataformas Unix con soporte para hilos POSIX. "
252
253
253
254
#: ../Doc/library/_thread.rst:152
254
- #, fuzzy
255
255
msgid ""
256
256
"The maximum value allowed for the *timeout* parameter of :meth:`Lock.acquire "
257
257
"<threading.Lock.acquire>`. Specifying a timeout greater than this value will "
258
258
"raise an :exc:`OverflowError`."
259
259
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`."
263
263
264
264
#: ../Doc/library/_thread.rst:159
265
265
msgid "Lock objects have the following methods:"
@@ -284,9 +284,9 @@ msgid ""
284
284
"as above."
285
285
msgstr ""
286
286
"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."
290
290
291
291
#: ../Doc/library/_thread.rst:173
292
292
msgid ""
0 commit comments