@@ -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 : 2021-08-04 21:55+0200 \n "
14
+ "PO-Revision-Date : 2023-03-09 20:37+0100 \n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\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.2.2\n "
23
24
24
25
#: ../Doc/library/select.rst:2
25
26
msgid ":mod:`select` --- Waiting for I/O completion"
@@ -59,14 +60,17 @@ msgstr ""
59
60
60
61
#, fuzzy
61
62
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
62
- msgstr ":ref:`Availability<availability>`: Unix "
63
+ msgstr ":ref:`Availability<availability>`: no en Emscripten, no en WASI "
63
64
64
65
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
65
66
msgid ""
66
67
"This module does not work or is not available on WebAssembly platforms "
67
68
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
68
69
"more information."
69
70
msgstr ""
71
+ "Este módulo no funciona o no está disponible en las plataformas WebAssembly "
72
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
73
+ "para obtener más información."
70
74
71
75
#: ../Doc/library/select.rst:27
72
76
msgid "The module defines the following:"
@@ -124,15 +128,14 @@ msgstr ""
124
128
"borde para eventos de E/S."
125
129
126
130
#: ../Doc/library/select.rst:63
127
- #, fuzzy
128
131
msgid ""
129
132
"*sizehint* informs epoll about the expected number of events to be "
130
133
"registered. It must be positive, or ``-1`` to use the default. It is only "
131
134
"used on older systems where :c:func:`epoll_create1` is not available; "
132
135
"otherwise it has no effect (though its value is still checked)."
133
136
msgstr ""
134
137
"*sizehint* informa a epoll sobre el número esperado de eventos a ser "
135
- "registrados. Debe ser positivo o `-1 ` para usar el valor predeterminado. "
138
+ "registrados. Debe ser positivo o ``-1` ` para usar el valor predeterminado. "
136
139
"Solo se usa en sistemas más antiguos donde :c:func:`epoll_create1` no está "
137
140
"disponible; de lo contrario no tiene ningún efecto (aunque su valor aún está "
138
141
"marcado)."
0 commit comments