Skip to content

Commit 6519c13

Browse files
sofidesofidenner
andauthored
Translate library/asyncore (#2216)
Closes #2018 Co-authored-by: Sofia Denner <sofia.denner@mercadolibre.com>
1 parent 5866c23 commit 6519c13

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

library/asyncore.po

+12-8
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 13:36+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
14+
"PO-Revision-Date: 2022-11-26 16:40-0300\n"
15+
"Last-Translator: Sofía Denner <sofi.denner@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.2\n"
2324

2425
#: ../Doc/library/asyncore.rst:2
2526
msgid ":mod:`asyncore` --- Asynchronous socket handler"
@@ -34,6 +35,8 @@ msgid ""
3435
"The :mod:`asyncore` module is deprecated (see :pep:`PEP 594 <594#asyncore>` "
3536
"for details). Please use :mod:`asyncio` instead."
3637
msgstr ""
38+
"El módulo :mod:`asyncore` está deprecado (vea :pep:`PEP 594 <594#asyncore>` "
39+
"para más detalles). Por favor, utilice :mod:`asyncio` en su lugar."
3740

3841
#: ../Doc/library/asyncore.rst:25
3942
msgid ""
@@ -53,14 +56,17 @@ msgstr ""
5356

5457
#, fuzzy
5558
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
56-
msgstr ":ref:`Disponibilidad <availability>`: Unix."
59+
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."
5760

5861
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
5962
msgid ""
6063
"This module does not work or is not available on WebAssembly platforms "
6164
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
6265
"more information."
6366
msgstr ""
67+
"Este módulo no funciona o no está disponible en plataformas WebAssembly "
68+
"``wasm32-emscripten`` y ``wasm32-wasi``. Vea :ref:`wasm-availability` para "
69+
"más información."
6470

6571
#: ../Doc/library/asyncore.rst:33
6672
msgid ""
@@ -490,6 +496,7 @@ msgstr ""
490496
"pasará al constructor :class:`file_wrapper`."
491497

492498
#: ../Doc/library/asyncore.rst:283 ../Doc/library/asyncore.rst:292
499+
#, fuzzy
493500
msgid ":ref:`Availability <availability>`: Unix."
494501
msgstr ":ref:`Disponibilidad <availability>`: Unix."
495502

@@ -530,6 +537,3 @@ msgstr ""
530537
"Aquí hay un servidor de eco básico que utiliza la clase :class:`dispatcher` "
531538
"para aceptar conexiones y distribuye las conexiones entrantes a un "
532539
"controlador::"
533-
534-
#~ msgid "Please use :mod:`asyncio` instead."
535-
#~ msgstr "Por favor, utilice :mod:`asyncio` en su lugar."

0 commit comments

Comments
 (0)