8000 Traducido archivo library/asyncio.po by r3v1 · Pull Request #480 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo library/asyncio.po #480

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 8 commits into from
Aug 11, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: narvmtz <51009725+narvmtz@users.noreply.github.com>
  • Loading branch information
cmaureir and narvmtz authored Aug 10, 2020
commit 8e87adb31c1973c6d7bccf0d26f7bc858be8af46
14 changes: 7 additions & 7 deletions library/asyncio.po
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ msgid ""
":ref:`run Python coroutines <coroutine>` concurrently and have full control "
"over their execution;"
msgstr ""
":ref:`ejecuta corutinas de Python <coroutine>` de manera concurrente y tener "
":ref:`ejecutar corutinas de Python <coroutine>` de manera concurrente y tener "
"control total sobre su ejecución;"

#: ../Doc/library/asyncio.rst:38
msgid "perform :ref:`network IO and IPC <asyncio-streams>`;"
msgstr "realiza :ref:`network IO y IPC <asyncio-streams>`;"
msgstr "realizar :ref:`redes E/S y comunicación entre procesos(IPC) <asyncio-streams>`;"

#: ../Doc/library/asyncio.rst:40
msgid "control :ref:`subprocesses <asyncio-subprocess>`;"
msgstr "controla :ref:`subprocesos <asyncio-subprocess>`;"
msgstr "controlar :ref:`subprocesos <asyncio-subprocess>`;"

#: ../Doc/library/asyncio.rst:42
msgid "distribute tasks via :ref:`queues <asyncio-queues>`;"
msgstr "distribuye tareas a través de :ref:`colas <asyncio-queues>`;"
msgstr "distribuir tareas a través de :ref:`colas <asyncio-queues>`;"

#: ../Doc/library/asyncio.rst:44
msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
msgstr ":ref:`sincronización <asyncio-sync>` de código concurrente;"
msgstr ":ref:`sincronizar <asyncio-sync>` código concurrente;"

#: ../Doc/library/asyncio.rst:46
msgid ""
Expand All @@ -110,7 +110,7 @@ msgid ""
"`subprocesses <loop.subprocess_exec>`, handling :meth:`OS signals <loop."
"add_signal_handler>`, etc;"
msgstr ""
"crea y administra :ref:`bucles de eventos <asyncio-event-loop>`, el cual provee "
"crear y administrar :ref:`bucles de eventos <asyncio-event-loop>`, los cuales proveen "
"*APIs* asíncronas para :meth:`redes <loop.create_server>`, ejecutando :"
"meth:`subprocesos <loop.subprocess_exec>`, gestionando :meth:`señales del sistema "
"operativo <loop.add_signal_handler>`, etc;"
Expand All @@ -120,7 +120,7 @@ msgid ""
"implement efficient protocols using :ref:`transports <asyncio-transports-"
"protocols>`;"
msgstr ""
"implementa protocolos eficientes utilizando :ref:`transportes <asyncio-"
"implementar protocolos eficientes utilizando :ref:`transportes <asyncio-"
"transports-protocols>`;"

#: ../Doc/library/asyncio.rst:57
Expand Down
0