Skip to content

Commit f36c683

Browse files
sofidesofidenner
andauthored
Translate library/asynchat (#2184)
Closes #2031 Co-authored-by: Sofia Denner <sofia.denner@mercadolibre.com>
1 parent 5f472e8 commit f36c683

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

library/asynchat.po

+12-9
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: 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"
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.10.3\n"
23+
"X-Generator: Poedit 3.2\n"
2324

2425
#: ../Doc/library/asynchat.rst:2
2526
msgid ":mod:`asynchat` --- Asynchronous socket command/response handler"
@@ -35,6 +36,8 @@ msgid ""
3536
"The :mod:`asynchat` module is deprecated (see :pep:`PEP 594 <594#asynchat>` "
3637
"for details). Please use :mod:`asyncio` instead."
3738
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."
3841

3942
#: ../Doc/library/asynchat.rst:22
4043
msgid ""
@@ -70,15 +73,19 @@ msgstr ""
7073
"`asyncore.dispatcher` genera nuevos objetos de canal :class:`asynchat."
7174
"async_chat`, al recibir peticiones de conexión entrantes."
7275

76+
#, fuzzy
7377
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
74-
msgstr ""
78+
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."
7579

7680
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
7781
msgid ""
7882
"This module does not work or is not available on WebAssembly platforms "
7983
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
8084
"more information."
8185
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."
8289

8390
#: ../Doc/library/asynchat.rst:41
8491
msgid ""
@@ -220,7 +227,6 @@ msgstr ""
220227
"para implementar características como encriptación o fragmentación."
221228

222229
#: ../Doc/library/asynchat.rst:128
223-
#, fuzzy
224230
msgid ""
225231
"Takes a producer object and adds it to the producer queue associated with "
226232
"the channel. When all currently pushed producers have been exhausted the "
@@ -334,6 +340,3 @@ msgstr ""
334340
"relevantes han sido serializadas (*marshalled*), tras establecer el "
335341
"terminador del canal a ``None`` para asegurarse de que cualquier dato "
336342
"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

Comments
 (0)