diff --git a/library/selectors.po b/library/selectors.po index 64aa44cfee..edacbcd931 100644 --- a/library/selectors.po +++ b/library/selectors.po @@ -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: 2020-10-06 17:51-0600\n" -"Last-Translator: Jonathan Aguilar \n" -"Language: es\n" +"PO-Revision-Date: 2022-11-27 20:02-0300\n" +"Last-Translator: Alfonso Areiza Guerra \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.0.1\n" #: ../Doc/library/selectors.rst:2 msgid ":mod:`selectors` --- High-level I/O multiplexing" @@ -91,8 +92,9 @@ msgstr ":mod:`select`" msgid "Low-level I/O multiplexing module." msgstr "Módulo de multiplexación de E/S de bajo nivel." +#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr "" +msgstr ":ref:`Disponibilidad `: ni Emscripten, ni WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" @@ -100,6 +102,9 @@ msgid "" "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" +"Este modulo no funciona o no está disponible para plataformas WebAssembly " +"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` " +"para más información." #: ../Doc/library/selectors.rst:44 msgid "Classes" @@ -366,7 +371,7 @@ msgid "" "file objects to their associated :class:`SelectorKey` instance." msgstr "" "Retorna una instancia de :class:`~collections.abc.Mapping` mapeando objetos " -"de archivo registrados a su instancia :class:`SelectorKey` asociada" +"de archivo registrados a su instancia :class:`SelectorKey` asociada." #: ../Doc/library/selectors.rst:197 msgid ""