@@ -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 : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08-04 13:58+0200\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2022-11-11 17:02-0300\n "
15
+ "Last-Translator : Sofía Denner <sofi.denner@gmail.com>\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.10.3\n "
23
+ "X-Generator : Poedit 3.2\n "
23
24
24
25
#: ../Doc/library/asynchat.rst:2
25
26
msgid ":mod:`asynchat` --- Asynchronous socket command/response handler"
@@ -35,6 +36,8 @@ msgid ""
35
36
"The :mod:`asynchat` module is deprecated (see :pep:`PEP 594 <594#asynchat>` "
36
37
"for details). Please use :mod:`asyncio` instead."
37
38
msgstr ""
39
+ "El módulo :mod:`asynchat` está deprecado (ver :pep:`PEP 594 <594#asynchat>` "
40
+ "para más detalles). Por favor usa :mod:`asyncio` en su lugar."
38
41
39
42
#: ../Doc/library/asynchat.rst:22
40
43
msgid ""
@@ -70,15 +73,19 @@ msgstr ""
70
73
"`asyncore.dispatcher` genera nuevos objetos de canal :class:`asynchat."
71
74
"async_chat`, al recibir peticiones de conexión entrantes."
72
75
76
+ #, fuzzy
73
77
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
74
- msgstr ""
78
+ msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI. "
75
79
76
80
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
77
81
msgid ""
78
82
"This module does not work or is not available on WebAssembly platforms "
79
83
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
80
84
"more information."
81
85
msgstr ""
86
+ "El módulo no funciona o no está disponible en plataformas WebAssembly "
87
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Ver :ref:`wasm-availability` para "
88
+ "más información."
82
89
83
90
#: ../Doc/library/asynchat.rst:41
84
91
msgid ""
@@ -220,7 +227,6 @@ msgstr ""
220
227
"para implementar características como encriptación o fragmentación."
221
228
222
229
#: ../Doc/library/asynchat.rst:128
223
- #, fuzzy
224
230
msgid ""
225
231
"Takes a producer object and adds it to the producer queue associated with "
226
232
"the channel. When all currently pushed producers have been exhausted the "
@@ -334,6 +340,3 @@ msgstr ""
334
340
"relevantes han sido serializadas (*marshalled*), tras establecer el "
335
341
"terminador del canal a ``None`` para asegurarse de que cualquier dato "
336
342
"extraño enviado por el cliente web es ignorado. ::"
337
-
338
- #~ msgid "Please use :mod:`asyncio` instead."
339
- #~ msgstr "Usar :mod:`asyncio` en su lugar."
0 commit comments