@@ -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 : 2020-10-06 17:51-0600\n "
15
- "Last-Translator : Jonathan Aguilar <drawsoek@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2022-11-27 20:02-0300\n "
15
+ "Last-Translator : Alfonso Areiza Guerra <alfareiza@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.0.1\n "
23
24
24
25
#: ../Doc/library/selectors.rst:2
25
26
msgid ":mod:`selectors` --- High-level I/O multiplexing"
@@ -91,15 +92,19 @@ msgstr ":mod:`select`"
91
92
msgid "Low-level I/O multiplexing module."
92
93
msgstr "Módulo de multiplexación de E/S de bajo nivel."
93
94
95
+ #, fuzzy
94
96
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
95
- msgstr ""
97
+ msgstr ":ref:`Disponibilidad <availability>`: ni Emscripten, ni WASI. "
96
98
97
99
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
98
100
msgid ""
99
101
"This module does not work or is not available on WebAssembly platforms "
100
102
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
101
103
"more information."
102
104
msgstr ""
105
+ "Este modulo no funciona o no está disponible para plataformas WebAssembly "
106
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
107
+ "para más información."
103
108
104
109
#: ../Doc/library/selectors.rst:44
105
110
msgid "Classes"
@@ -366,7 +371,7 @@ msgid ""
366
371
"file objects to their associated :class:`SelectorKey` instance."
367
372
msgstr ""
368
373
"Retorna una instancia de :class:`~collections.abc.Mapping` mapeando objetos "
369
- "de archivo registrados a su instancia :class:`SelectorKey` asociada"
374
+ "de archivo registrados a su instancia :class:`SelectorKey` asociada. "
370
375
371
376
#: ../Doc/library/selectors.rst:197
372
377
msgid ""
0 commit comments