Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
translate library/asynchat
  • Loading branch information
sofidenner committed Nov 11, 2022
commit e0984061b134379fda682b110fb0236e4af4e1b6
15 changes: 10 additions & 5 deletions library/asynchat.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2021-08-04 13:58+0200\n"
"PO-Revision-Date: 2022-11-11 16:52-0300\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.2\n"

#: ../Doc/library/asynchat.rst:2
msgid ":mod:`asynchat` --- Asynchronous socket command/response handler"
Expand All @@ -35,6 +36,8 @@ msgid ""
"The :mod:`asynchat` module is deprecated (see :pep:`PEP 594 <594#asynchat>` "
"for details). Please use :mod:`asyncio` instead."
msgstr ""
"El módulo :mod:`asynchat` está deprecado (ver :pep:`PEP 594 <594#asynchat>` "
"para más detalles). Usar :mod:`asyncio` en su lugar."

#: ../Doc/library/asynchat.rst:22
msgid ""
Expand Down Expand Up @@ -71,14 +74,17 @@ msgstr ""
"async_chat`, al recibir peticiones de conexión entrantes."

msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
msgstr ""
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."

#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
msgid ""
"This module does not work or is not available on WebAssembly platforms "
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
"more information."
msgstr ""
"El módulo no funciona o no está disponible en plataformas WebAssembly "
"``wasm32-emscripten`` y ``wasm32-wasi``. Ver :ref:`wasm-availability` para "
"más información."

#: ../Doc/library/asynchat.rst:41
msgid ""
Expand Down Expand Up @@ -220,7 +226,6 @@ msgstr ""
"para implementar características como encriptación o fragmentación."

#: ../Doc/library/asynchat.rst:128
#, fuzzy
msgid ""
"Takes a producer object and adds it to the producer queue associated with "
"the channel. When all currently pushed producers have been exhausted the "
Expand Down