diff --git a/dictionaries/library_asyncio-llapi-index.txt b/dictionaries/library_asyncio-llapi-index.txt new file mode 100644 index 0000000000..dd79c51e38 --- /dev/null +++ b/dictionaries/library_asyncio-llapi-index.txt @@ -0,0 +1 @@ +streaming \ No newline at end of file diff --git a/library/asyncio-llapi-index.po b/library/asyncio-llapi-index.po index a4552662b5..d3136c610f 100644 --- a/library/asyncio-llapi-index.po +++ b/library/asyncio-llapi-index.po @@ -1,610 +1,647 @@ # Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. -# Maintained by the python-doc-es workteam. +# Maintained by the python-doc-es workteam. # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-10-17 21:32-0300\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: \n" +"Language: es\n" +"X-Generator: Poedit 2.4.1\n" #: ../Doc/library/asyncio-llapi-index.rst:6 msgid "Low-level API Index" -msgstr "" +msgstr "Índice de API de bajo nivel" #: ../Doc/library/asyncio-llapi-index.rst:8 msgid "This page lists all low-level asyncio APIs." -msgstr "" +msgstr "Esta página enumera todas las APIs de asyncio de bajo nivel." #: ../Doc/library/asyncio-llapi-index.rst:12 msgid "Obtaining the Event Loop" -msgstr "" +msgstr "Obtención del bucle de eventos" #: ../Doc/library/asyncio-llapi-index.rst:18 msgid ":func:`asyncio.get_running_loop`" -msgstr "" +msgstr ":func:`asyncio.get_running_loop`" #: ../Doc/library/asyncio-llapi-index.rst:19 msgid "The **preferred** function to get the running event loop." msgstr "" +"La función **preferida** para obtener el bucle de eventos en ejecución." #: ../Doc/library/asyncio-llapi-index.rst:21 msgid ":func:`asyncio.get_event_loop`" -msgstr "" +msgstr ":func:`asyncio.get_event_loop`" #: ../Doc/library/asyncio-llapi-index.rst:22 msgid "Get an event loop instance (current or via the policy)." msgstr "" +"Obtiene una instancia del bucle de eventos (actual o mediante la política " +"del bucle)." #: ../Doc/library/asyncio-llapi-index.rst:24 msgid ":func:`asyncio.set_event_loop`" -msgstr "" +msgstr ":func:`asyncio.set_event_loop`" #: ../Doc/library/asyncio-llapi-index.rst:25 msgid "Set the event loop as current via the current policy." msgstr "" +"Establece el bucle de eventos como actual a través de la política del bucle." #: ../Doc/library/asyncio-llapi-index.rst:27 msgid ":func:`asyncio.new_event_loop`" -msgstr "" +msgstr ":func:`asyncio.new_event_loop`" #: ../Doc/library/asyncio-llapi-index.rst:28 msgid "Create a new event loop." -msgstr "" +msgstr "Crea un nuevo bucle de eventos." #: ../Doc/library/asyncio-llapi-index.rst:32 #: ../Doc/library/asyncio-llapi-index.rst:260 msgid "Examples" -msgstr "" +msgstr "Ejemplos" #: ../Doc/library/asyncio-llapi-index.rst:33 msgid ":ref:`Using asyncio.get_running_loop() `." -msgstr "" +msgstr ":ref:`Usando asyncio.get_running_loop() `." #: ../Doc/library/asyncio-llapi-index.rst:37 msgid "Event Loop Methods" -msgstr "" +msgstr "Métodos del bucle de eventos" #: ../Doc/library/asyncio-llapi-index.rst:39 msgid "" "See also the main documentation section about the :ref:`event loop methods " "`." msgstr "" +"Consulte también la sección de la documentación principal sobre los :ref:" +"`métodos del bucle de eventos `." #: ../Doc/library/asyncio-llapi-index.rst:42 msgid "Lifecycle" -msgstr "" +msgstr "Ciclo de vida" #: ../Doc/library/asyncio-llapi-index.rst:47 msgid ":meth:`loop.run_until_complete`" -msgstr "" +msgstr ":meth:`loop.run_until_complete`" #: ../Doc/library/asyncio-llapi-index.rst:48 msgid "Run a Future/Task/awaitable until complete." msgstr "" +"Ejecuta un Future/Tarea/aguardable (*awaitable*) hasta que se complete." #: ../Doc/library/asyncio-llapi-index.rst:50 msgid ":meth:`loop.run_forever`" -msgstr "" +msgstr ":meth:`loop.run_forever`" #: ../Doc/library/asyncio-llapi-index.rst:51 msgid "Run the event loop forever." -msgstr "" +msgstr "Ejecuta el bucle de eventos para siempre." #: ../Doc/library/asyncio-llapi-index.rst:53 msgid ":meth:`loop.stop`" -msgstr "" +msgstr ":meth:`loop.stop`" #: ../Doc/library/asyncio-llapi-index.rst:54 msgid "Stop the event loop." -msgstr "" +msgstr "Detiene el bucle de eventos." #: ../Doc/library/asyncio-llapi-index.rst:56 msgid ":meth:`loop.close`" -msgstr "" +msgstr ":meth:`loop.close`" #: ../Doc/library/asyncio-llapi-index.rst:57 msgid "Close the event loop." -msgstr "" +msgstr "Cierra el bucle de eventos." #: ../Doc/library/asyncio-llapi-index.rst:59 msgid ":meth:`loop.is_running()`" -msgstr "" +msgstr ":meth:`loop.is_running()`" #: ../Doc/library/asyncio-llapi-index.rst:60 msgid "Return ``True`` if the event loop is running." -msgstr "" +msgstr "Retorna ``True`` si el bucle de eventos se está ejecutando." #: ../Doc/library/asyncio-llapi-index.rst:62 msgid ":meth:`loop.is_closed()`" -msgstr "" +msgstr ":meth:`loop.is_closed()`" #: ../Doc/library/asyncio-llapi-index.rst:63 msgid "Return ``True`` if the event loop is closed." -msgstr "" +msgstr "Retorna ``True`` si el bucle de eventos está cerrado." #: ../Doc/library/asyncio-llapi-index.rst:65 msgid "``await`` :meth:`loop.shutdown_asyncgens`" -msgstr "" +msgstr "``await`` :meth:`loop.shutdown_asyncgens`" #: ../Doc/library/asyncio-llapi-index.rst:66 msgid "Close asynchronous generators." -msgstr "" +msgstr "Cierra generadores asincrónicos." #: ../Doc/library/asyncio-llapi-index.rst:69 msgid "Debugging" -msgstr "" +msgstr "Depuración" #: ../Doc/library/asyncio-llapi-index.rst:74 msgid ":meth:`loop.set_debug`" -msgstr "" +msgstr ":meth:`loop.set_debug`" #: ../Doc/library/asyncio-llapi-index.rst:75 msgid "Enable or disable the debug mode." -msgstr "" +msgstr "Habilita o deshabilita el modo de depuración." #: ../Doc/library/asyncio-llapi-index.rst:77 msgid ":meth:`loop.get_debug`" -msgstr "" +msgstr ":meth:`loop.get_debug`" #: ../Doc/library/asyncio-llapi-index.rst:78 msgid "Get the current debug mode." -msgstr "" +msgstr "Obtiene el modo de depuración actual." #: ../Doc/library/asyncio-llapi-index.rst:81 msgid "Scheduling Callbacks" -msgstr "" +msgstr "Programación de devoluciones de llamada" #: ../Doc/library/asyncio-llapi-index.rst:86 msgid ":meth:`loop.call_soon`" -msgstr "" +msgstr ":meth:`loop.call_soon`" #: ../Doc/library/asyncio-llapi-index.rst:87 msgid "Invoke a callback soon." -msgstr "" +msgstr "Invoca una devolución de llamada *soon*." #: ../Doc/library/asyncio-llapi-index.rst:89 msgid ":meth:`loop.call_soon_threadsafe`" -msgstr "" +msgstr ":meth:`loop.call_soon_threadsafe`" #: ../Doc/library/asyncio-llapi-index.rst:90 msgid "A thread-safe variant of :meth:`loop.call_soon`." -msgstr "" +msgstr "Una variante segura para subprocesos de :meth:`loop.call_soon`." #: ../Doc/library/asyncio-llapi-index.rst:92 msgid ":meth:`loop.call_later`" -msgstr "" +msgstr ":meth:`loop.call_later`" #: ../Doc/library/asyncio-llapi-index.rst:93 msgid "Invoke a callback *after* the given time." -msgstr "" +msgstr "Invoca una devolución de llamada *después* del tiempo especificado." #: ../Doc/library/asyncio-llapi-index.rst:95 msgid ":meth:`loop.call_at`" -msgstr "" +msgstr ":meth:`loop.call_at`" #: ../Doc/library/asyncio-llapi-index.rst:96 msgid "Invoke a callback *at* the given time." -msgstr "" +msgstr "Invoca una devolución de llamada *en* el tiempo especificado." #: ../Doc/library/asyncio-llapi-index.rst:99 msgid "Thread/Process Pool" -msgstr "" +msgstr "Hilo/Grupo de procesos" #: ../Doc/library/asyncio-llapi-index.rst:104 msgid "``await`` :meth:`loop.run_in_executor`" -msgstr "" +msgstr "``await`` :meth:`loop.run_in_executor`" #: ../Doc/library/asyncio-llapi-index.rst:105 msgid "" "Run a CPU-bound or other blocking function in a :mod:`concurrent.futures` " "executor." msgstr "" +"Ejecuta una función de bloqueo vinculada a la CPU o de otro tipo en un " +"ejecutor :mod:`concurrent.futures`." #: ../Doc/library/asyncio-llapi-index.rst:108 msgid ":meth:`loop.set_default_executor`" -msgstr "" +msgstr ":meth:`loop.set_default_executor`" #: ../Doc/library/asyncio-llapi-index.rst:109 msgid "Set the default executor for :meth:`loop.run_in_executor`." msgstr "" +"Establece el ejecutor predeterminado para :meth:`loop.run_in_executor`." #: ../Doc/library/asyncio-llapi-index.rst:112 msgid "Tasks and Futures" -msgstr "" +msgstr "Tareas y Futures" #: ../Doc/library/asyncio-llapi-index.rst:117 msgid ":meth:`loop.create_future`" -msgstr "" +msgstr ":meth:`loop.create_future`" #: ../Doc/library/asyncio-llapi-index.rst:118 msgid "Create a :class:`Future` object." -msgstr "" +msgstr "Crea un objeto :class:`Future`." #: ../Doc/library/asyncio-llapi-index.rst:120 msgid ":meth:`loop.create_task`" -msgstr "" +msgstr ":meth:`loop.create_task`" #: ../Doc/library/asyncio-llapi-index.rst:121 msgid "Schedule coroutine as a :class:`Task`." -msgstr "" +msgstr "Programa una corrutina como :class:`Task`." #: ../Doc/library/asyncio-llapi-index.rst:123 msgid ":meth:`loop.set_task_factory`" -msgstr "" +msgstr ":meth:`loop.set_task_factory`" #: ../Doc/library/asyncio-llapi-index.rst:124 msgid "" "Set a factory used by :meth:`loop.create_task` to create :class:`Tasks " "`." msgstr "" +"Establece una fábrica utilizada por :meth:`loop.create_task` para crear :" +"class:`Tareas `." #: ../Doc/library/asyncio-llapi-index.rst:127 msgid ":meth:`loop.get_task_factory`" -msgstr "" +msgstr ":meth:`loop.get_task_factory`" #: ../Doc/library/asyncio-llapi-index.rst:128 msgid "" "Get the factory :meth:`loop.create_task` uses to create :class:`Tasks " "`." msgstr "" +"Obtiene la fábrica :meth:`loop.create_task` que se usa para crear :class:" +"`Tareas `." #: ../Doc/library/asyncio-llapi-index.rst:132 msgid "DNS" -msgstr "" +msgstr "DNS" #: ../Doc/library/asyncio-llapi-index.rst:137 msgid "``await`` :meth:`loop.getaddrinfo`" -msgstr "" +msgstr "``await`` :meth:`loop.getaddrinfo`" #: ../Doc/library/asyncio-llapi-index.rst:138 msgid "Asynchronous version of :meth:`socket.getaddrinfo`." -msgstr "" +msgstr "Versión asincrónica de :meth:`socket.getaddrinfo`." #: ../Doc/library/asyncio-llapi-index.rst:140 msgid "``await`` :meth:`loop.getnameinfo`" -msgstr "" +msgstr "``await`` :meth:`loop.getnameinfo`" #: ../Doc/library/asyncio-llapi-index.rst:141 msgid "Asynchronous version of :meth:`socket.getnameinfo`." -msgstr "" +msgstr "Versión asincrónica de :meth:`socket.getnameinfo`." #: ../Doc/library/asyncio-llapi-index.rst:144 msgid "Networking and IPC" -msgstr "" +msgstr "Redes e IPC" #: ../Doc/library/asyncio-llapi-index.rst:149 msgid "``await`` :meth:`loop.create_connection`" -msgstr "" +msgstr "``await`` :meth:`loop.create_connection`" #: ../Doc/library/asyncio-llapi-index.rst:150 msgid "Open a TCP connection." -msgstr "" +msgstr "Abre una conexión TCP." #: ../Doc/library/asyncio-llapi-index.rst:152 msgid "``await`` :meth:`loop.create_server`" -msgstr "" +msgstr "``await`` :meth:`loop.create_server`" #: ../Doc/library/asyncio-llapi-index.rst:153 msgid "Create a TCP server." -msgstr "" +msgstr "Crea un servidor TCP." #: ../Doc/library/asyncio-llapi-index.rst:155 msgid "``await`` :meth:`loop.create_unix_connection`" -msgstr "" +msgstr "``await`` :meth:`loop.create_unix_connection`" #: ../Doc/library/asyncio-llapi-index.rst:156 msgid "Open a Unix socket connection." -msgstr "" +msgstr "Abre una conexión de socket Unix." #: ../Doc/library/asyncio-llapi-index.rst:158 msgid "``await`` :meth:`loop.create_unix_server`" -msgstr "" +msgstr "``await`` :meth:`loop.create_unix_server`" #: ../Doc/library/asyncio-llapi-index.rst:159 msgid "Create a Unix socket server." -msgstr "" +msgstr "Crea un servidor socket de Unix." #: ../Doc/library/asyncio-llapi-index.rst:161 msgid "``await`` :meth:`loop.connect_accepted_socket`" -msgstr "" +msgstr "``await`` :meth:`loop.connect_accepted_socket`" #: ../Doc/library/asyncio-llapi-index.rst:162 msgid "Wrap a :class:`~socket.socket` into a ``(transport, protocol)`` pair." msgstr "" +"Envuelve un :class:`~socket.socket` en un par ``(transport, protocol)``." #: ../Doc/library/asyncio-llapi-index.rst:165 msgid "``await`` :meth:`loop.create_datagram_endpoint`" -msgstr "" +msgstr "``await`` :meth:`loop.create_datagram_endpoint`" #: ../Doc/library/asyncio-llapi-index.rst:166 msgid "Open a datagram (UDP) connection." -msgstr "" +msgstr "Abre una conexión de datagramas (UDP)." #: ../Doc/library/asyncio-llapi-index.rst:168 msgid "``await`` :meth:`loop.sendfile`" -msgstr "" +msgstr "``await`` :meth:`loop.sendfile`" #: ../Doc/library/asyncio-llapi-index.rst:169 msgid "Send a file over a transport." -msgstr "" +msgstr "Envía un archivo a través del transporte." #: ../Doc/library/asyncio-llapi-index.rst:171 msgid "``await`` :meth:`loop.start_tls`" -msgstr "" +msgstr "``await`` :meth:`loop.start_tls`" #: ../Doc/library/asyncio-llapi-index.rst:172 msgid "Upgrade an existing connection to TLS." -msgstr "" +msgstr "Actualiza una conexión existente a TLS." #: ../Doc/library/asyncio-llapi-index.rst:174 msgid "``await`` :meth:`loop.connect_read_pipe`" -msgstr "" +msgstr "``await`` :meth:`loop.connect_read_pipe`" #: ../Doc/library/asyncio-llapi-index.rst:175 msgid "Wrap a read end of a pipe into a ``(transport, protocol)`` pair." msgstr "" +"Envuelve el fin de lectura de *pipe* en un par ``(transport, protocol)``." #: ../Doc/library/asyncio-llapi-index.rst:177 msgid "``await`` :meth:`loop.connect_write_pipe`" -msgstr "" +msgstr "``await`` :meth:`loop.connect_write_pipe`" #: ../Doc/library/asyncio-llapi-index.rst:178 msgid "Wrap a write end of a pipe into a ``(transport, protocol)`` pair." msgstr "" +"Envuelve el fin de escritura de *pipe* en un par ``(transport, protocol)``." #: ../Doc/library/asyncio-llapi-index.rst:181 msgid "Sockets" -msgstr "" +msgstr "Sockets" #: ../Doc/library/asyncio-llapi-index.rst:186 msgid "``await`` :meth:`loop.sock_recv`" -msgstr "" +msgstr "``await`` :meth:`loop.sock_recv`" #: ../Doc/library/asyncio-llapi-index.rst:187 msgid "Receive data from the :class:`~socket.socket`." -msgstr "" +msgstr "Recibe datos de :class:`~socket.socket`." #: ../Doc/library/asyncio-llapi-index.rst:189 msgid "``await`` :meth:`loop.sock_recv_into`" -msgstr "" +msgstr "``await`` :meth:`loop.sock_recv_into`" #: ../Doc/library/asyncio-llapi-index.rst:190 msgid "Receive data from the :class:`~socket.socket` into a buffer." -msgstr "" +msgstr "Recibe datos de :class:`~socket.socket` en un buffer." #: ../Doc/library/asyncio-llapi-index.rst:192 msgid "``await`` :meth:`loop.sock_sendall`" -msgstr "" +msgstr "``await`` :meth:`loop.sock_sendall`" #: ../Doc/library/asyncio-llapi-index.rst:193 msgid "Send data to the :class:`~socket.socket`." -msgstr "" +msgstr "Envía datos a :class:`~socket.socket`." #: ../Doc/library/asyncio-llapi-index.rst:195 msgid "``await`` :meth:`loop.sock_connect`" -msgstr "" +msgstr "``await`` :meth:`loop.sock_connect`" #: ../Doc/library/asyncio-llapi-index.rst:196 msgid "Connect the :class:`~socket.socket`." -msgstr "" +msgstr "Conecta con :class:`~socket.socket`." #: ../Doc/library/asyncio-llapi-index.rst:198 msgid "``await`` :meth:`loop.sock_accept`" -msgstr "" +msgstr "``await`` :meth:`loop.sock_accept`" #: ../Doc/library/asyncio-llapi-index.rst:199 msgid "Accept a :class:`~socket.socket` connection." -msgstr "" +msgstr "Acepta una conexión :class:`~socket.socket`." #: ../Doc/library/asyncio-llapi-index.rst:201 msgid "``await`` :meth:`loop.sock_sendfile`" -msgstr "" +msgstr "``await`` :meth:`loop.sock_sendfile`" #: ../Doc/library/asyncio-llapi-index.rst:202 msgid "Send a file over the :class:`~socket.socket`." -msgstr "" +msgstr "Envía un archivo a través de :class:`~socket.socket`." #: ../Doc/library/asyncio-llapi-index.rst:204 msgid ":meth:`loop.add_reader`" -msgstr "" +msgstr ":meth:`loop.add_reader`" #: ../Doc/library/asyncio-llapi-index.rst:205 msgid "Start watching a file descriptor for read availability." msgstr "" +"Comienza a monitorear un descriptor de archivo para ver la disponibilidad de " +"lectura." #: ../Doc/library/asyncio-llapi-index.rst:207 msgid ":meth:`loop.remove_reader`" -msgstr "" +msgstr ":meth:`loop.remove_reader`" #: ../Doc/library/asyncio-llapi-index.rst:208 msgid "Stop watching a file descriptor for read availability." msgstr "" +"Detiene el monitoreo del descriptor de archivo para ver la disponibilidad de " +"lectura." #: ../Doc/library/asyncio-llapi-index.rst:210 msgid ":meth:`loop.add_writer`" -msgstr "" +msgstr ":meth:`loop.add_writer`" #: ../Doc/library/asyncio-llapi-index.rst:211 msgid "Start watching a file descriptor for write availability." msgstr "" +"Comienza a monitorear un descriptor de archivo para ver la disponibilidad de " +"escritura." #: ../Doc/library/asyncio-llapi-index.rst:213 msgid ":meth:`loop.remove_writer`" -msgstr "" +msgstr ":meth:`loop.remove_writer`" #: ../Doc/library/asyncio-llapi-index.rst:214 msgid "Stop watching a file descriptor for write availability." msgstr "" +"Detiene el monitoreo del descriptor de archivo para ver la disponibilidad de " +"escritura." #: ../Doc/library/asyncio-llapi-index.rst:217 msgid "Unix Signals" -msgstr "" +msgstr "Señales Unix" #: ../Doc/library/asyncio-llapi-index.rst:222 msgid ":meth:`loop.add_signal_handler`" -msgstr "" +msgstr ":meth:`loop.add_signal_handler`" #: ../Doc/library/asyncio-llapi-index.rst:223 msgid "Add a handler for a :mod:`signal`." -msgstr "" +msgstr "Añade un gestor para :mod:`signal`." #: ../Doc/library/asyncio-llapi-index.rst:225 msgid ":meth:`loop.remove_signal_handler`" -msgstr "" +msgstr ":meth:`loop.remove_signal_handler`" #: ../Doc/library/asyncio-llapi-index.rst:226 msgid "Remove a handler for a :mod:`signal`." -msgstr "" +msgstr "Elimina un gestor para :mod:`signal`." #: ../Doc/library/asyncio-llapi-index.rst:229 msgid "Subprocesses" -msgstr "" +msgstr "Subprocesos" #: ../Doc/library/asyncio-llapi-index.rst:234 msgid ":meth:`loop.subprocess_exec`" -msgstr "" +msgstr ":meth:`loop.subprocess_exec`" #: ../Doc/library/asyncio-llapi-index.rst:235 msgid "Spawn a subprocess." -msgstr "" +msgstr "Genera un subproceso." #: ../Doc/library/asyncio-llapi-index.rst:237 msgid ":meth:`loop.subprocess_shell`" -msgstr "" +msgstr ":meth:`loop.subprocess_shell`" #: ../Doc/library/asyncio-llapi-index.rst:238 msgid "Spawn a subprocess from a shell command." -msgstr "" +msgstr "Genera un subproceso desde un comando de shell." #: ../Doc/library/asyncio-llapi-index.rst:241 msgid "Error Handling" -msgstr "" +msgstr "Gestor de errores" #: ../Doc/library/asyncio-llapi-index.rst:246 msgid ":meth:`loop.call_exception_handler`" -msgstr "" +msgstr ":meth:`loop.call_exception_handler`" #: ../Doc/library/asyncio-llapi-index.rst:247 msgid "Call the exception handler." -msgstr "" +msgstr "Invoca al gestor de excepciones." #: ../Doc/library/asyncio-llapi-index.rst:249 msgid ":meth:`loop.set_exception_handler`" -msgstr "" +msgstr ":meth:`loop.set_exception_handler`" #: ../Doc/library/asyncio-llapi-index.rst:250 msgid "Set a new exception handler." -msgstr "" +msgstr "Establece un nuevo gestor de excepciones." #: ../Doc/library/asyncio-llapi-index.rst:252 msgid ":meth:`loop.get_exception_handler`" -msgstr "" +msgstr ":meth:`loop.get_exception_handler`" #: ../Doc/library/asyncio-llapi-index.rst:253 msgid "Get the current exception handler." -msgstr "" +msgstr "Obtiene el gestor de excepciones actual." #: ../Doc/library/asyncio-llapi-index.rst:255 msgid ":meth:`loop.default_exception_handler`" -msgstr "" +msgstr ":meth:`loop.default_exception_handler`" #: ../Doc/library/asyncio-llapi-index.rst:256 msgid "The default exception handler implementation." -msgstr "" +msgstr "La implementación predetermina del gestor de excepciones." #: ../Doc/library/asyncio-llapi-index.rst:261 msgid "" ":ref:`Using asyncio.get_event_loop() and loop.run_forever() " "`." msgstr "" +":ref:`Usando asyncio.get_event_loop() y loop.run_forever() " +"`." #: ../Doc/library/asyncio-llapi-index.rst:264 msgid ":ref:`Using loop.call_later() `." -msgstr "" +msgstr ":ref:`Usando loop.call_later() `." #: ../Doc/library/asyncio-llapi-index.rst:266 msgid "" "Using ``loop.create_connection()`` to implement :ref:`an echo-client " "`." msgstr "" +"Usando ``loop.create_connection()`` para implementar :ref:`un cliente de eco " +"`." #: ../Doc/library/asyncio-llapi-index.rst:269 msgid "" "Using ``loop.create_connection()`` to :ref:`connect a socket " "`." msgstr "" +"Usando ``loop.create_connection()`` para :ref:`conectar a un socket " +"`." #: ../Doc/library/asyncio-llapi-index.rst:272 msgid "" ":ref:`Using add_reader() to watch an FD for read events " "`." msgstr "" +":ref:`Usando add_reader() para mirar un FD y leer eventos " +"`." #: ../Doc/library/asyncio-llapi-index.rst:275 msgid ":ref:`Using loop.add_signal_handler() `." msgstr "" +":ref:`Usando loop.add_signal_handler() `." #: ../Doc/library/asyncio-llapi-index.rst:277 msgid ":ref:`Using loop.subprocess_exec() `." msgstr "" +":ref:`Usando loop.subprocess_exec() `." #: ../Doc/library/asyncio-llapi-index.rst:281 msgid "Transports" -msgstr "" +msgstr "Transportes" #: ../Doc/library/asyncio-llapi-index.rst:283 msgid "All transports implement the following methods:" -msgstr "" +msgstr "Todos los transportes implementan los siguientes métodos:" #: ../Doc/library/asyncio-llapi-index.rst:289 msgid ":meth:`transport.close() `" -msgstr "" +msgstr ":meth:`transport.close() `" #: ../Doc/library/asyncio-llapi-index.rst:290 msgid "Close the transport." -msgstr "" +msgstr "Cierra el transporte." #: ../Doc/library/asyncio-llapi-index.rst:292 msgid ":meth:`transport.is_closing() `" -msgstr "" +msgstr ":meth:`transport.is_closing() `" #: ../Doc/library/asyncio-llapi-index.rst:293 msgid "Return ``True`` if the transport is closing or is closed." -msgstr "" +msgstr "Retorna ``True`` si el transporte está cerrado o se está cerrando." #: ../Doc/library/asyncio-llapi-index.rst:295 msgid ":meth:`transport.get_extra_info() `" -msgstr "" +msgstr ":meth:`transport.get_extra_info() `" #: ../Doc/library/asyncio-llapi-index.rst:296 msgid "Request for information about the transport." -msgstr "" +msgstr "Solicita información sobre el transporte." #: ../Doc/library/asyncio-llapi-index.rst:298 msgid ":meth:`transport.set_protocol() `" -msgstr "" +msgstr ":meth:`transport.set_protocol() `" #: ../Doc/library/asyncio-llapi-index.rst:299 msgid "Set a new protocol." -msgstr "" +msgstr "Establece un nuevo protocolo." #: ../Doc/library/asyncio-llapi-index.rst:301 msgid ":meth:`transport.get_protocol() `" -msgstr "" +msgstr ":meth:`transport.get_protocol() `" #: ../Doc/library/asyncio-llapi-index.rst:302 msgid "Return the current protocol." -msgstr "" +msgstr "Retorna el protocolo actual." #: ../Doc/library/asyncio-llapi-index.rst:305 msgid "" @@ -612,34 +649,37 @@ msgid "" "Returned from methods like :meth:`loop.create_connection`, :meth:`loop." "create_unix_connection`, :meth:`loop.connect_read_pipe`, etc:" msgstr "" +"Transportes que pueden recibir datos (conexiones TCP y Unix, *pipes*, etc). " +"Retornan de métodos como :meth:`loop.create_connection`, :meth:`loop." +"create_unix_connection`, :meth:`loop.connect_read`, etc:" #: ../Doc/library/asyncio-llapi-index.rst:310 msgid "Read Transports" -msgstr "" +msgstr "Leer transportes" #: ../Doc/library/asyncio-llapi-index.rst:315 msgid ":meth:`transport.is_reading() `" -msgstr "" +msgstr ":meth:`transport.is_reading() `" #: ../Doc/library/asyncio-llapi-index.rst:316 msgid "Return ``True`` if the transport is receiving." -msgstr "" +msgstr "Retorna ``True`` si el transporte está recibiendo." #: ../Doc/library/asyncio-llapi-index.rst:318 msgid ":meth:`transport.pause_reading() `" -msgstr "" +msgstr ":meth:`transport.pause_reading() `" #: ../Doc/library/asyncio-llapi-index.rst:319 msgid "Pause receiving." -msgstr "" +msgstr "Pausa la recepción." #: ../Doc/library/asyncio-llapi-index.rst:321 msgid ":meth:`transport.resume_reading() `" -msgstr "" +msgstr ":meth:`transport.resume_reading() `" #: ../Doc/library/asyncio-llapi-index.rst:322 msgid "Resume receiving." -msgstr "" +msgstr "Reanuda la recepción." #: ../Doc/library/asyncio-llapi-index.rst:325 msgid "" @@ -647,307 +687,343 @@ msgid "" "Returned from methods like :meth:`loop.create_connection`, :meth:`loop." "create_unix_connection`, :meth:`loop.connect_write_pipe`, etc:" msgstr "" +"Transportes que pueden enviar datos (conexiones TCP y Unix, *pipes*, etc). " +"Retornan de métodos como :meth:`loop.create_connection`, :meth:`loop." +"create_unix_connection`, :meth:`loop.connect_write_pipe`, etc:" #: ../Doc/library/asyncio-llapi-index.rst:330 msgid "Write Transports" -msgstr "" +msgstr "Escribir transportes" #: ../Doc/library/asyncio-llapi-index.rst:335 msgid ":meth:`transport.write() `" -msgstr "" +msgstr ":meth:`transport.write() `" #: ../Doc/library/asyncio-llapi-index.rst:336 msgid "Write data to the transport." -msgstr "" +msgstr "Escribe datos en el transporte." #: ../Doc/library/asyncio-llapi-index.rst:338 msgid ":meth:`transport.writelines() `" -msgstr "" +msgstr ":meth:`transport.writelines() `" #: ../Doc/library/asyncio-llapi-index.rst:339 msgid "Write buffers to the transport." -msgstr "" +msgstr "Escribe búferes en el transporte." #: ../Doc/library/asyncio-llapi-index.rst:341 msgid ":meth:`transport.can_write_eof() `" -msgstr "" +msgstr ":meth:`transport.can_write_eof() `" #: ../Doc/library/asyncio-llapi-index.rst:342 msgid "Return :const:`True` if the transport supports sending EOF." -msgstr "" +msgstr "Retorna :const:`True` si el transporte admite el envío de EOF." #: ../Doc/library/asyncio-llapi-index.rst:344 msgid ":meth:`transport.write_eof() `" -msgstr "" +msgstr ":meth:`transport.write_eof() `" #: ../Doc/library/asyncio-llapi-index.rst:345 msgid "Close and send EOF after flushing buffered data." -msgstr "" +msgstr "Cierra y envía EOF después de vaciar los datos almacenados en búfer." #: ../Doc/library/asyncio-llapi-index.rst:347 msgid ":meth:`transport.abort() `" -msgstr "" +msgstr ":meth:`transport.abort() `" #: ../Doc/library/asyncio-llapi-index.rst:348 #: ../Doc/library/asyncio-llapi-index.rst:370 msgid "Close the transport immediately." -msgstr "" +msgstr "Cierra el transporte inmediatamente." #: ../Doc/library/asyncio-llapi-index.rst:350 msgid "" ":meth:`transport.get_write_buffer_size() `" msgstr "" +":meth:`transport.get_write_buffer_size() `" +# water marks estrá traducido como "límite" en las páginas a la que apunta este archivo. Mantuve el mismo criterio. En caso de corregir deberíamos cambiar todo junto. +# Ver: https://docs.python.org/es/3.8/library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing #: ../Doc/library/asyncio-llapi-index.rst:352 msgid "Return high and low water marks for write flow control." msgstr "" +"Retorna los límites superior e inferior para controlar el flujo de escritura." #: ../Doc/library/asyncio-llapi-index.rst:354 msgid "" ":meth:`transport.set_write_buffer_limits() `" msgstr "" +":meth:`transport.set_write_buffer_limits() `" #: ../Doc/library/asyncio-llapi-index.rst:356 msgid "Set new high and low water marks for write flow control." msgstr "" +"Establece nuevos límites superior e inferior para el control del flujo de " +"escritura." #: ../Doc/library/asyncio-llapi-index.rst:359 msgid "Transports returned by :meth:`loop.create_datagram_endpoint`:" -msgstr "" +msgstr "Transportes retornados por :meth:`loop.create_datagram_endpoint`:" #: ../Doc/library/asyncio-llapi-index.rst:361 msgid "Datagram Transports" -msgstr "" +msgstr "Transportes de datagramas" #: ../Doc/library/asyncio-llapi-index.rst:366 msgid ":meth:`transport.sendto() `" -msgstr "" +msgstr ":meth:`transport.sendto() `" #: ../Doc/library/asyncio-llapi-index.rst:367 msgid "Send data to the remote peer." -msgstr "" +msgstr "Envía datos al par remoto." #: ../Doc/library/asyncio-llapi-index.rst:369 msgid ":meth:`transport.abort() `" -msgstr "" +msgstr ":meth:`transport.abort() `" #: ../Doc/library/asyncio-llapi-index.rst:373 msgid "" "Low-level transport abstraction over subprocesses. Returned by :meth:`loop." "subprocess_exec` and :meth:`loop.subprocess_shell`:" msgstr "" +"Abstracción de transporte de bajo nivel sobre subprocesos. Retornado por :" +"meth:`loop.subprocess_exec` y :meth:`loop.subprocess_shell`:" #: ../Doc/library/asyncio-llapi-index.rst:377 msgid "Subprocess Transports" -msgstr "" +msgstr "Transportes de subprocesos" #: ../Doc/library/asyncio-llapi-index.rst:382 msgid ":meth:`transport.get_pid() `" -msgstr "" +msgstr ":meth:`transport.get_pid() `" #: ../Doc/library/asyncio-llapi-index.rst:383 msgid "Return the subprocess process id." -msgstr "" +msgstr "Retorna el id de proceso del subproceso." #: ../Doc/library/asyncio-llapi-index.rst:385 msgid "" ":meth:`transport.get_pipe_transport() `" msgstr "" +":meth:`transport.get_pipe_transport() `" #: ../Doc/library/asyncio-llapi-index.rst:387 msgid "" "Return the transport for the requested communication pipe (*stdin*, " "*stdout*, or *stderr*)." msgstr "" +"Retorna el transporte para la *pipe* de comunicación solicitada (*stdin*, " +"*stdout* o *stderr*)." #: ../Doc/library/asyncio-llapi-index.rst:390 msgid ":meth:`transport.get_returncode() `" msgstr "" +":meth:`transport.get_returncode() `" #: ../Doc/library/asyncio-llapi-index.rst:391 msgid "Return the subprocess return code." -msgstr "" +msgstr "Retorna el código de retorno del subproceso." #: ../Doc/library/asyncio-llapi-index.rst:393 msgid ":meth:`transport.kill() `" -msgstr "" +msgstr ":meth:`transport.kill() `" #: ../Doc/library/asyncio-llapi-index.rst:394 msgid "Kill the subprocess." -msgstr "" +msgstr "Mata el subproceso." #: ../Doc/library/asyncio-llapi-index.rst:396 msgid ":meth:`transport.send_signal() `" -msgstr "" +msgstr ":meth:`transport.send_signal() `" #: ../Doc/library/asyncio-llapi-index.rst:397 msgid "Send a signal to the subprocess." -msgstr "" +msgstr "Envía una señal al subproceso." #: ../Doc/library/asyncio-llapi-index.rst:399 msgid ":meth:`transport.terminate() `" -msgstr "" +msgstr ":meth:`transport.terminate() `" #: ../Doc/library/asyncio-llapi-index.rst:400 msgid "Stop the subprocess." -msgstr "" +msgstr "Detiene el subproceso." #: ../Doc/library/asyncio-llapi-index.rst:402 msgid ":meth:`transport.close() `" -msgstr "" +msgstr ":meth:`transport.close() `" #: ../Doc/library/asyncio-llapi-index.rst:403 msgid "Kill the subprocess and close all pipes." -msgstr "" +msgstr "Mata el subproceso y cierra todas las *pipes*." #: ../Doc/library/asyncio-llapi-index.rst:407 msgid "Protocols" -msgstr "" +msgstr "Protocolos" #: ../Doc/library/asyncio-llapi-index.rst:409 msgid "Protocol classes can implement the following **callback methods**:" msgstr "" +"Las clases de protocolo pueden implementar los siguientes **métodos de " +"devolución de llamada**:" #: ../Doc/library/asyncio-llapi-index.rst:415 msgid "``callback`` :meth:`connection_made() `" -msgstr "" +msgstr "``callback`` :meth:`connection_made() `" #: ../Doc/library/asyncio-llapi-index.rst:416 msgid "Called when a connection is made." -msgstr "" +msgstr "Se llama cuando se establece una conexión." #: ../Doc/library/asyncio-llapi-index.rst:418 msgid "``callback`` :meth:`connection_lost() `" -msgstr "" +msgstr "``callback`` :meth:`connection_lost() `" #: ../Doc/library/asyncio-llapi-index.rst:419 msgid "Called when the connection is lost or closed." -msgstr "" +msgstr "Se llama cuando la conexión se pierde o cierra." #: ../Doc/library/asyncio-llapi-index.rst:421 msgid "``callback`` :meth:`pause_writing() `" -msgstr "" +msgstr "``callback`` :meth:`pause_writing() `" #: ../Doc/library/asyncio-llapi-index.rst:422 msgid "Called when the transport's buffer goes over the high water mark." -msgstr "" +msgstr "Se llama cuando el búfer del transporte excede el límite superior." #: ../Doc/library/asyncio-llapi-index.rst:424 msgid "``callback`` :meth:`resume_writing() `" -msgstr "" +msgstr "``callback`` :meth:`resume_writing() `" #: ../Doc/library/asyncio-llapi-index.rst:425 msgid "Called when the transport's buffer drains below the low water mark." msgstr "" +"Se llama cuando el búfer del transporte se vacía por debajo del límite " +"inferior." #: ../Doc/library/asyncio-llapi-index.rst:428 msgid "Streaming Protocols (TCP, Unix Sockets, Pipes)" -msgstr "" +msgstr "Protocolos de streaming (TCP, Unix Sockets, Pipes)" #: ../Doc/library/asyncio-llapi-index.rst:433 msgid "``callback`` :meth:`data_received() `" -msgstr "" +msgstr "``callback`` :meth:`data_received() `" #: ../Doc/library/asyncio-llapi-index.rst:434 msgid "Called when some data is received." -msgstr "" +msgstr "Se llama cuando se reciben algunos datos." #: ../Doc/library/asyncio-llapi-index.rst:436 msgid "``callback`` :meth:`eof_received() `" -msgstr "" +msgstr "``callback`` :meth:`eof_received() `" #: ../Doc/library/asyncio-llapi-index.rst:437 #: ../Doc/library/asyncio-llapi-index.rst:452 msgid "Called when an EOF is received." -msgstr "" +msgstr "Se llama cuando se recibe un EOF." #: ../Doc/library/asyncio-llapi-index.rst:440 msgid "Buffered Streaming Protocols" -msgstr "" +msgstr "Protocolos de streaming en búfer" #: ../Doc/library/asyncio-llapi-index.rst:445 msgid "``callback`` :meth:`get_buffer() `" -msgstr "" +msgstr "``callback`` :meth:`get_buffer() `" #: ../Doc/library/asyncio-llapi-index.rst:446 msgid "Called to allocate a new receive buffer." -msgstr "" +msgstr "Se llama para asignar un nuevo búfer de recepción." #: ../Doc/library/asyncio-llapi-index.rst:448 msgid "``callback`` :meth:`buffer_updated() `" msgstr "" +"``callback`` :meth:`buffer_updated() `" #: ../Doc/library/asyncio-llapi-index.rst:449 msgid "Called when the buffer was updated with the received data." -msgstr "" +msgstr "Se llama cuando el búfer se actualizó con los datos recibidos." #: ../Doc/library/asyncio-llapi-index.rst:451 msgid "``callback`` :meth:`eof_received() `" -msgstr "" +msgstr "``callback`` :meth:`eof_received() `" #: ../Doc/library/asyncio-llapi-index.rst:455 msgid "Datagram Protocols" -msgstr "" +msgstr "Protocolos de datagramas" #: ../Doc/library/asyncio-llapi-index.rst:460 msgid "" "``callback`` :meth:`datagram_received() `" msgstr "" +"``callback`` :meth:`datagram_received() `" #: ../Doc/library/asyncio-llapi-index.rst:462 msgid "Called when a datagram is received." -msgstr "" +msgstr "Se llama cuando se recibe un datagrama." #: ../Doc/library/asyncio-llapi-index.rst:464 msgid "``callback`` :meth:`error_received() `" msgstr "" +"``callback`` :meth:`error_received() `" #: ../Doc/library/asyncio-llapi-index.rst:465 msgid "" "Called when a previous send or receive operation raises an :class:`OSError`." msgstr "" +"Se llama cuando una operación de envío o recepción anterior genera un :class:" +"`OSError`." #: ../Doc/library/asyncio-llapi-index.rst:469 msgid "Subprocess Protocols" -msgstr "" +msgstr "Protocolos de subprocesos" #: ../Doc/library/asyncio-llapi-index.rst:474 msgid "" "``callback`` :meth:`pipe_data_received() `" msgstr "" +"``callback`` :meth:`pipe_data_received() `" #: ../Doc/library/asyncio-llapi-index.rst:476 msgid "" "Called when the child process writes data into its *stdout* or *stderr* pipe." msgstr "" +"Se llama cuando el proceso hijo escribe datos en su *pipe* *stdout* o " +"*stderr*." #: ../Doc/library/asyncio-llapi-index.rst:479 msgid "" "``callback`` :meth:`pipe_connection_lost() `" msgstr "" +"``callback`` :meth:`pipe_connection_lost() `" #: ../Doc/library/asyncio-llapi-index.rst:481 msgid "" "Called when one of the pipes communicating with the child process is closed." msgstr "" +"Se llama cuando se cierra un *pipe* que se comunica con el proceso hijo." #: ../Doc/library/asyncio-llapi-index.rst:484 msgid "" "``callback`` :meth:`process_exited() `" msgstr "" +"``callback`` :meth:`process_exited() `" #: ../Doc/library/asyncio-llapi-index.rst:486 msgid "Called when the child process has exited." -msgstr "" +msgstr "Se llama cuando el proceso hijo ha finalizado." #: ../Doc/library/asyncio-llapi-index.rst:490 msgid "Event Loop Policies" -msgstr "" +msgstr "Políticas de bucle de eventos" #: ../Doc/library/asyncio-llapi-index.rst:492 msgid "" @@ -955,31 +1031,34 @@ msgid "" "func:`asyncio.get_event_loop`. See also the main :ref:`policies section " "` for more details." msgstr "" +"Las políticas son un mecanismo de bajo nivel para alterar el comportamiento " +"de funciones como :func:`asyncio.get_event_loop`. Vea también la sección " +"principal :ref:`políticas ` para más detalles." #: ../Doc/library/asyncio-llapi-index.rst:498 msgid "Accessing Policies" -msgstr "" +msgstr "Acceso a políticas" #: ../Doc/library/asyncio-llapi-index.rst:503 msgid ":meth:`asyncio.get_event_loop_policy`" -msgstr "" +msgstr ":meth:`asyncio.get_event_loop_policy`" #: ../Doc/library/asyncio-llapi-index.rst:504 msgid "Return the current process-wide policy." -msgstr "" +msgstr "Retorna la política actual en todo el proceso." #: ../Doc/library/asyncio-llapi-index.rst:506 msgid ":meth:`asyncio.set_event_loop_policy`" -msgstr "" +msgstr ":meth:`asyncio.set_event_loop_policy`" #: ../Doc/library/asyncio-llapi-index.rst:507 msgid "Set a new process-wide policy." -msgstr "" +msgstr "Establece una nueva política para todo el proceso." #: ../Doc/library/asyncio-llapi-index.rst:509 msgid ":class:`AbstractEventLoopPolicy`" -msgstr "" +msgstr ":class:`AbstractEventLoopPolicy`" #: ../Doc/library/asyncio-llapi-index.rst:510 msgid "Base class for policy objects." -msgstr "" +msgstr "Clase base para objetos de política."