Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a9341f

Browse files
committed
Traducido archivo library/select
1 parent 3c570f9 commit 1a9341f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

library/select.po

Lines changed: 9 additions & 6 deletions
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: 2021-08-04 21:55+0200\n"
14+
"PO-Revision-Date: 2023-03-09 20:37+0100\n"
1515
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\n"
16-
"Language: es\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.2.2\n"
2324

2425
#: ../Doc/library/select.rst:2
2526
msgid ":mod:`select` --- Waiting for I/O completion"
@@ -59,14 +60,17 @@ msgstr ""
5960

6061
#, fuzzy
6162
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"
6364

6465
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
6566
msgid ""
6667
"This module does not work or is not available on WebAssembly platforms "
6768
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
6869
"more information."
6970
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."
7074

7175
#: ../Doc/library/select.rst:27
7276
msgid "The module defines the following:"
@@ -124,15 +128,14 @@ msgstr ""
124128
"borde para eventos de E/S."
125129

126130
#: ../Doc/library/select.rst:63
127-
#, fuzzy
128131
msgid ""
129132
"*sizehint* informs epoll about the expected number of events to be "
130133
"registered. It must be positive, or ``-1`` to use the default. It is only "
131134
"used on older systems where :c:func:`epoll_create1` is not available; "
132135
"otherwise it has no effect (though its value is still checked)."
133136
msgstr ""
134137
"*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. "
136139
"Solo se usa en sistemas más antiguos donde :c:func:`epoll_create1` no está "
137140
"disponible; de lo contrario no tiene ningún efecto (aunque su valor aún está "
138141
"marcado)."

0 commit comments

Comments
 (0)