|
6 | 6 | # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
|
7 | 7 | # get the list of volunteers
|
8 | 8 | #
|
9 |
| -#, fuzzy |
10 | 9 | msgid ""
|
11 | 10 | msgstr ""
|
12 | 11 | "Project-Id-Version: Python 3.8\n"
|
13 | 12 | "Report-Msgid-Bugs-To: \n"
|
14 | 13 | "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" |
17 | 15 | "Language-Team: python-doc-es\n"
|
18 | 16 | "MIME-Version: 1.0\n"
|
19 |
| -"Content-Type: text/plain; charset=utf-8\n" |
| 17 | +"Content-Type: text/plain; charset=UTF-8\n" |
20 | 18 | "Content-Transfer-Encoding: 8bit\n"
|
21 | 19 | "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" |
22 | 24 |
|
23 | 25 | #: ../Doc/library/asyncio-exceptions.rst:8
|
24 | 26 | msgid "Exceptions"
|
25 |
| -msgstr "" |
| 27 | +msgstr "Excepciones" |
26 | 28 |
|
27 | 29 | #: ../Doc/library/asyncio-exceptions.rst:10
|
28 | 30 | msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`"
|
29 |
| -msgstr "" |
| 31 | +msgstr "**Código Fuente** :source:`Lib/asyncio/exceptions.py`" |
30 | 32 |
|
31 | 33 | #: ../Doc/library/asyncio-exceptions.rst:16
|
32 | 34 | msgid "The operation has exceeded the given deadline."
|
33 |
| -msgstr "" |
| 35 | +msgstr "La operación ha excedido el tiempo límite." |
34 | 36 |
|
35 | 37 | #: ../Doc/library/asyncio-exceptions.rst:19
|
36 | 38 | msgid ""
|
37 | 39 | "This exception is different from the builtin :exc:`TimeoutError` exception."
|
38 | 40 | msgstr ""
|
| 41 | +"Esta excepción es diferente a la excepción incorporada :exc:`TimeoutError`." |
39 | 42 |
|
40 | 43 | #: ../Doc/library/asyncio-exceptions.rst:25
|
41 | 44 | msgid "The operation has been cancelled."
|
42 |
| -msgstr "" |
| 45 | +msgstr "La operación ha sido cancelada." |
43 | 46 |
|
44 | 47 | #: ../Doc/library/asyncio-exceptions.rst:27
|
45 | 48 | msgid ""
|
46 | 49 | "This exception can be caught to perform custom operations when asyncio Tasks "
|
47 | 50 | "are cancelled. In almost all situations the exception must be re-raised."
|
48 | 51 | 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." |
49 | 55 |
|
50 | 56 | #: ../Doc/library/asyncio-exceptions.rst:33
|
51 | 57 | msgid ":exc:`CancelledError` is now a subclass of :class:`BaseException`."
|
52 |
| -msgstr "" |
| 58 | +msgstr ":exc:`CancelledError` es ahora una subclase de :class:`BaseException`." |
53 | 59 |
|
54 | 60 | #: ../Doc/library/asyncio-exceptions.rst:38
|
55 | 61 | 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`." |
57 | 63 |
|
58 | 64 | #: ../Doc/library/asyncio-exceptions.rst:40
|
59 | 65 | msgid ""
|
60 | 66 | "Can be raised in situations like setting a result value for a *Future* "
|
61 | 67 | "object that already has a result value set."
|
62 | 68 | 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." |
63 | 71 |
|
64 | 72 | #: ../Doc/library/asyncio-exceptions.rst:46
|
65 | 73 | msgid ""
|
66 | 74 | "The \"sendfile\" syscall is not available for the given socket or file type."
|
67 | 75 | msgstr ""
|
| 76 | +"La llamada al sistema \"sendfile\" no esta disponible desde el *socket* o " |
| 77 | +"tipo de archivo dado." |
68 | 78 |
|
69 | 79 | #: ../Doc/library/asyncio-exceptions.rst:49
|
70 | 80 | msgid "A subclass of :exc:`RuntimeError`."
|
71 |
| -msgstr "" |
| 81 | +msgstr "Una subclase de :exc:`RuntimeError`." |
72 | 82 |
|
73 | 83 | #: ../Doc/library/asyncio-exceptions.rst:54
|
74 | 84 | msgid "The requested read operation did not complete fully."
|
75 |
| -msgstr "" |
| 85 | +msgstr "La operación de lectura solicitada no se completó completamente." |
76 | 86 |
|
77 | 87 | #: ../Doc/library/asyncio-exceptions.rst:56
|
78 | 88 | msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`."
|
79 |
| -msgstr "" |
| 89 | +msgstr "Lanzado por la :ref:`asyncio stream APIs<asyncio-streams>`." |
80 | 90 |
|
81 | 91 | #: ../Doc/library/asyncio-exceptions.rst:58
|
82 | 92 | msgid "This exception is a subclass of :exc:`EOFError`."
|
83 |
| -msgstr "" |
| 93 | +msgstr "La excepción es una subclase de :exc:`EOFError`." |
84 | 94 |
|
85 | 95 | #: ../Doc/library/asyncio-exceptions.rst:62
|
86 | 96 | msgid "The total number (:class:`int`) of expected bytes."
|
87 |
| -msgstr "" |
| 97 | +msgstr "El número total (:class:`int`) de bytes esperados." |
88 | 98 |
|
89 | 99 | #: ../Doc/library/asyncio-exceptions.rst:66
|
90 | 100 | msgid "A string of :class:`bytes` read before the end of stream was reached."
|
91 | 101 | msgstr ""
|
| 102 | +"Un cadena de :class:`bytes` leída antes de que alcance al final del flujo." |
92 | 103 |
|
93 | 104 | #: ../Doc/library/asyncio-exceptions.rst:71
|
94 | 105 | 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." |
96 | 107 |
|
97 | 108 | #: ../Doc/library/asyncio-exceptions.rst:73
|
98 | 109 | msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`."
|
99 |
| -msgstr "" |
| 110 | +msgstr "Lanzado por :ref:`asyncio stream APIs <asyncio-streams>`." |
100 | 111 |
|
101 | 112 | #: ../Doc/library/asyncio-exceptions.rst:77
|
102 | 113 | 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