Skip to content

Traduccion archivo library/asyncio-exceptions.po #1018

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 3 commits into from
Oct 9, 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: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
andresbermeoq and cmaureir authored Oct 9, 2020
commit 537e24b537ff10e1590af793062042cfb9d46b63
26 changes: 13 additions & 13 deletions library/asyncio-exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ msgstr "**Código Fuente** :source:`Lib/asyncio/exceptions.py`"

#: ../Doc/library/asyncio-exceptions.rst:16
msgid "The operation has exceeded the given deadline."
msgstr "La Operación ha excedido la fecha limitada dada."
msgstr "La operación ha excedido el tiempo límite."

#: ../Doc/library/asyncio-exceptions.rst:19
msgid ""
Expand All @@ -49,32 +49,32 @@ msgid ""
"This exception can be caught to perform custom operations when asyncio Tasks "
"are cancelled. In almost all situations the exception must be re-raised."
msgstr ""
"Esta excepción se puede detectar para realizar operaciones personalizadas "
"Esta excepción se puede capturar para realizar operaciones personalizadas "
"cuando se cancelan las tareas de asyncio. En casi todas las situaciones, la "
"excepción debe volver a generarse."
"excepción debe volver a lanzarse."

#: ../Doc/library/asyncio-exceptions.rst:33
msgid ":exc:`CancelledError` is now a subclass of :class:`BaseException`."
msgstr ":exc:`CancelledError` es ahora una subclase de :class:`BaseException`."

#: ../Doc/library/asyncio-exceptions.rst:38
msgid "Invalid internal state of :class:`Task` or :class:`Future`."
msgstr "Estado Interno no valido de :class:`Task` o :class:`Future`."
msgstr "Estado Interno no válido de :class:`Task` o :class:`Future`."

#: ../Doc/library/asyncio-exceptions.rst:40
msgid ""
"Can be raised in situations like setting a result value for a *Future* "
"object that already has a result value set."
msgstr ""
"Se puede generar en situaciones como establecer un valor de resultado para "
"un objeto *Futuro* que ya tiene un valor de resultado establecido."
"Se puede lanzar en situaciones como establecer un valor de resultado para "
"un objeto *Future* que ya tiene un valor de resultado establecido."

#: ../Doc/library/asyncio-exceptions.rst:46
msgid ""
"The \"sendfile\" syscall is not available for the given socket or file type."
msgstr ""
"La llamada al sistema sendfile no esta disponible desde el *socket* dado o "
"un tipo de archivo."
"La llamada al sistema \"sendfile\" no esta disponible desde el *socket* o "
"tipo de archivo dado."

#: ../Doc/library/asyncio-exceptions.rst:49
msgid "A subclass of :exc:`RuntimeError`."
Expand All @@ -86,7 +86,7 @@ msgstr "La operación de lectura solicitada no se completó completamente."

#: ../Doc/library/asyncio-exceptions.rst:56
msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`."
msgstr "Generado por la :ref:`asyncio stream APIs<asyncio-streams>`."
msgstr "Lanzado por la :ref:`asyncio stream APIs<asyncio-streams>`."

#: ../Doc/library/asyncio-exceptions.rst:58
msgid "This exception is a subclass of :exc:`EOFError`."
Expand All @@ -99,17 +99,17 @@ msgstr "El número total (:class:`int`) de bytes esperados."
#: ../Doc/library/asyncio-exceptions.rst:66
msgid "A string of :class:`bytes` read before the end of stream was reached."
msgstr ""
"Un cadena de :class:`bytes` leída antes de que alcance al final de la "
"secuencia."
"Un cadena de :class:`bytes` leída antes de que alcance al final del "
"flujo."

#: ../Doc/library/asyncio-exceptions.rst:71
msgid "Reached the buffer size limit while looking for a separator."
msgstr ""
"Alcanzó el límite de tamaño del *buffer* mientras buscaba un separador."
"Alcanzó el límite de tamaño del búfer mientras buscaba un separador."

#: ../Doc/library/asyncio-exceptions.rst:73
msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`."
msgstr "Generado por la :ref:`asyncio stream APIs <asyncio-streams>`."
msgstr "Lanzado por :ref:`asyncio stream APIs <asyncio-streams>`."

#: ../Doc/library/asyncio-exceptions.rst:77
msgid "The total number of to be consumed bytes."
Expand Down