Skip to content

Traducido 'library/asyncio-dev.po' #976

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
Oct 7, 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
Aplicadas sugerencias de revisión
  • Loading branch information
mondeja committed Oct 7, 2020
commit 3efefb0e5978bbc8c04d8ec50fa68d45942e9ca8
10 changes: 5 additions & 5 deletions library/asyncio-dev.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-06 16:50+0200\n"
"PO-Revision-Date: 2020-10-07 09:13+0200\n"
"Last-Translator: Álvaro Mondéjar <mondejar1994@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -126,8 +126,8 @@ msgid ""
"The execution time of the I/O selector is logged if it takes too long to "
"perform an I/O operation."
msgstr ""
"El tiempo de ejecución del selector I/O es registrado si tarda demasiado "
"tiempo en realizar una operación I/O."
"El tiempo de ejecución del selector E/S es registrado si tarda demasiado "
"tiempo en realizar una operación E/S."

#: ../Doc/library/asyncio-dev.rst:60
msgid ""
Expand Down Expand Up @@ -220,8 +220,8 @@ msgid ""
msgstr ""
"Código bloqueante (dependiente de la CPU) no debe ser ejecutado "
"directamente. Por ejemplo, si una función realiza un cálculo intensivo de "
"CPU durante 1 segundo, todas las Tareas y operaciones de IO concurrentes se "
"retrasarían 1 segundo."
"CPU durante 1 segundo, todas las Tareas y operaciones de Entrada/Salida (IO) "
"concurrentes se retrasarían 1 segundo."

#: ../Doc/library/asyncio-dev.rst:121
msgid ""
Expand Down