Skip to content

Commit 77ad23c

Browse files
Traduccion archivo library/asyncio-exceptions.po (#1018)
1 parent 2ba565d commit 77ad23c

File tree

1 file changed

+29
-18
lines changed

1 file changed

+29
-18
lines changed

library/asyncio-exceptions.po

+29-18
Original file line numberDiff line numberDiff line change
@@ -6,98 +6,109 @@
66
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#, fuzzy
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: Python 3.8\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
15-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
16-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"PO-Revision-Date: 2020-10-09 05:04-0500\n"
1715
"Language-Team: python-doc-es\n"
1816
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
2018
"Content-Transfer-Encoding: 8bit\n"
2119
"Generated-By: Babel 2.8.0\n"
20+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21+
"Last-Translator: \n"
22+
"Language: es_EC\n"
23+
"X-Generator: Poedit 2.4.1\n"
2224

2325
#: ../Doc/library/asyncio-exceptions.rst:8
2426
msgid "Exceptions"
25-
msgstr ""
27+
msgstr "Excepciones"
2628

2729
#: ../Doc/library/asyncio-exceptions.rst:10
2830
msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`"
29-
msgstr ""
31+
msgstr "**Código Fuente** :source:`Lib/asyncio/exceptions.py`"
3032

3133
#: ../Doc/library/asyncio-exceptions.rst:16
3234
msgid "The operation has exceeded the given deadline."
33-
msgstr ""
35+
msgstr "La operación ha excedido el tiempo límite."
3436

3537
#: ../Doc/library/asyncio-exceptions.rst:19
3638
msgid ""
3739
"This exception is different from the builtin :exc:`TimeoutError` exception."
3840
msgstr ""
41+
"Esta excepción es diferente a la excepción incorporada :exc:`TimeoutError`."
3942

4043
#: ../Doc/library/asyncio-exceptions.rst:25
4144
msgid "The operation has been cancelled."
42-
msgstr ""
45+
msgstr "La operación ha sido cancelada."
4346

4447
#: ../Doc/library/asyncio-exceptions.rst:27
4548
msgid ""
4649
"This exception can be caught to perform custom operations when asyncio Tasks "
4750
"are cancelled. In almost all situations the exception must be re-raised."
4851
msgstr ""
52+
"Esta excepción se puede capturar para realizar operaciones personalizadas "
53+
"cuando se cancelan las tareas de asyncio. En casi todas las situaciones, la "
54+
"excepción debe volver a lanzarse."
4955

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

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

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

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

6979
#: ../Doc/library/asyncio-exceptions.rst:49
7080
msgid "A subclass of :exc:`RuntimeError`."
71-
msgstr ""
81+
msgstr "Una subclase de :exc:`RuntimeError`."
7282

7383
#: ../Doc/library/asyncio-exceptions.rst:54
7484
msgid "The requested read operation did not complete fully."
75-
msgstr ""
85+
msgstr "La operación de lectura solicitada no se completó completamente."
7686

7787
#: ../Doc/library/asyncio-exceptions.rst:56
7888
msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`."
79-
msgstr ""
89+
msgstr "Lanzado por la :ref:`asyncio stream APIs<asyncio-streams>`."
8090

8191
#: ../Doc/library/asyncio-exceptions.rst:58
8292
msgid "This exception is a subclass of :exc:`EOFError`."
83-
msgstr ""
93+
msgstr "La excepción es una subclase de :exc:`EOFError`."
8494

8595
#: ../Doc/library/asyncio-exceptions.rst:62
8696
msgid "The total number (:class:`int`) of expected bytes."
87-
msgstr ""
97+
msgstr "El número total (:class:`int`) de bytes esperados."
8898

8999
#: ../Doc/library/asyncio-exceptions.rst:66
90100
msgid "A string of :class:`bytes` read before the end of stream was reached."
91101
msgstr ""
102+
"Un cadena de :class:`bytes` leída antes de que alcance al final del flujo."
92103

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

97108
#: ../Doc/library/asyncio-exceptions.rst:73
98109
msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`."
99-
msgstr ""
110+
msgstr "Lanzado por :ref:`asyncio stream APIs <asyncio-streams>`."
100111

101112
#: ../Doc/library/asyncio-exceptions.rst:77
102113
msgid "The total number of to be consumed bytes."
103-
msgstr ""
114+
msgstr "El número total de bytes que se consumirán."

0 commit comments

Comments
 (0)