Skip to content

Commit ff63cef

Browse files
authored
Traducción archivo library/selectors (#2232)
close #2016
1 parent b4bb351 commit ff63cef

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

library/selectors.po

+11-6
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: 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"
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.0.1\n"
2324

2425
#: ../Doc/library/selectors.rst:2
2526
msgid ":mod:`selectors` --- High-level I/O multiplexing"
@@ -91,15 +92,19 @@ msgstr ":mod:`select`"
9192
msgid "Low-level I/O multiplexing module."
9293
msgstr "Módulo de multiplexación de E/S de bajo nivel."
9394

95+
#, fuzzy
9496
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
95-
msgstr ""
97+
msgstr ":ref:`Disponibilidad <availability>`: ni Emscripten, ni WASI."
9698

9799
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
98100
msgid ""
99101
"This module does not work or is not available on WebAssembly platforms "
100102
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
101103
"more information."
102104
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."
103108

104109
#: ../Doc/library/selectors.rst:44
105110
msgid "Classes"
@@ -366,7 +371,7 @@ msgid ""
366371
"file objects to their associated :class:`SelectorKey` instance."
367372
msgstr ""
368373
"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."
370375

371376
#: ../Doc/library/selectors.rst:197
372377
msgid ""

0 commit comments

Comments
 (0)