Skip to content
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