Skip to content

Commit fb0364a

Browse files
clacriClaudiacmaureir
authored
Translating 'library/threading' (#2086)
Closes #1987 Co-authored-by: Claudia <claudia@carvel.local> Co-authored-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
1 parent dafef1b commit fb0364a

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

library/threading.po

+20-5
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: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2020-07-03 21:06-0400\n"
15-
"Last-Translator: \n"
16-
"Language: es_419\n"
14+
"PO-Revision-Date: 2022-10-26 23:05+0100\n"
15+
"Last-Translator: Claudia Millan <clmilneb@gmail.com>\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es_419\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.10.3\n"
23+
"X-Generator: Poedit 3.2\n"
2324

2425
#: ../Doc/library/threading.rst:2
2526
msgid ":mod:`threading` --- Thread-based parallelism"
@@ -49,18 +50,27 @@ msgid ""
4950
"the calling thread, while still being able to retrieve their results when "
5051
"needed."
5152
msgstr ""
53+
":class:`concurrent.futures.ThreadPoolExecutor` ofrece una interfaz a mas "
54+
"alto nivel para enviar tareas a un hilo en segundo plano sin bloquear la "
55+
"ejecución del hilo de llamada, pero manteniendo la capacidad de recuperar "
56+
"sus resultados cuando sea necesario."
5257

5358
#: ../Doc/library/threading.rst:23
5459
msgid ""
5560
":mod:`queue` provides a thread-safe interface for exchanging data between "
5661
"running threads."
5762
msgstr ""
63+
":mod:`queue` proporciona una interfaz segura a nivel de hilos intercambiar "
64+
"datos entre hilos en ejecución."
5865

5966
#: ../Doc/library/threading.rst:26
6067
msgid ""
6168
":mod:`asyncio` offers an alternative approach to achieving task level "
6269
"concurrency without requiring the use of multiple operating system threads."
6370
msgstr ""
71+
":mod:`asyncio` ofrece un enfoque alternativo para lograr la concurrencia a "
72+
"nivel de tarea sin requerir el uso de múltiples subprocesos del sistema "
73+
"operativo."
6474

6575
#: ../Doc/library/threading.rst:31
6676
msgid ""
@@ -103,6 +113,9 @@ msgid ""
103113
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
104114
"more information."
105115
msgstr ""
116+
"Este módulo no funciona o no está disponible en las plataformas WebAssembly "
117+
"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
118+
"para obtener más información."
106119

107120
#: ../Doc/library/threading.rst:50
108121
msgid "This module defines the following functions:"
@@ -350,7 +363,7 @@ msgstr ""
350363

351364
#: ../Doc/library/threading.rst:210
352365
msgid "Unix platforms with POSIX threads support."
353-
msgstr ""
366+
msgstr "Plataformas Unix con soporte para subprocesos POSIX."
354367

355368
#: ../Doc/library/threading.rst:213
356369
msgid "This module also defines the following constant:"
@@ -680,6 +693,8 @@ msgid ""
680693
"Using list or tuple as the *args* argument which passed to the :class:"
681694
"`Thread` could achieve the same effect."
682695
msgstr ""
696+
"Usar una lista o tupla como el argumento *args* que se pasa a :class:"
697+
"`Thread` podría lograr el mismo efecto."
683698

684699
#: ../Doc/library/threading.rst:374
685700
#, fuzzy

0 commit comments

Comments
 (0)