Skip to content

Translate library/asyncore #2216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions library/asyncore.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2021-08-04 13:36+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"PO-Revision-Date: 2022-11-26 16:40-0300\n"
"Last-Translator: Sofía Denner <sofi.denner@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.2\n"

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

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

#, fuzzy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

desafortundamente en todas las entradas que hacen la referencia de <availability> tenemos que dejar el #, fuzzy pues hay un problema con cpython y unas referencias.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upss, es cierto! Lo sabía de algún otro PR que me pasó lo mismo, pero me olvidé de hacerlo en este 🙈 gracias!

msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
msgstr ":ref:`Disponibilidad <availability>`: Unix."
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."

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

#: ../Doc/library/asyncore.rst:33
msgid ""
Expand Down Expand Up @@ -490,6 +496,7 @@ msgstr ""
"pasará al constructor :class:`file_wrapper`."

#: ../Doc/library/asyncore.rst:283 ../Doc/library/asyncore.rst:292
#, fuzzy
msgid ":ref:`Availability <availability>`: Unix."
msgstr ":ref:`Disponibilidad <availability>`: Unix."

Expand Down Expand Up @@ -530,6 +537,3 @@ msgstr ""
"Aquí hay un servidor de eco básico que utiliza la clase :class:`dispatcher` "
"para aceptar conexiones y distribuye las conexiones entrantes a un "
"controlador::"

#~ msgid "Please use :mod:`asyncio` instead."
#~ msgstr "Por favor, utilice :mod:`asyncio` en su lugar."