@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
14
"PO-Revision-Date : 2020-10-17 21:32-0300\n "
15
15
"Last-Translator : \n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
23
24
24
#: ../Doc/library/asyncio-llapi-index.rst:6
@@ -83,13 +83,12 @@ msgid "Event Loop Methods"
83
83
msgstr "Métodos del bucle de eventos"
84
84
85
85
#: ../Doc/library/asyncio-llapi-index.rst:39
86
- #, fuzzy
87
86
msgid ""
88
87
"See also the main documentation section about the :ref:`asyncio-event-loop-"
89
88
"methods`."
90
89
msgstr ""
91
- "Consulte también la sección de la documentación principal sobre los :ref:"
92
- "`métodos del bucle de eventos <asyncio- event-loop> `."
90
+ "Consulte también la sección de documentación principal sobre :ref:`asyncio- "
91
+ "event-loop-methods `."
93
92
94
93
#: ../Doc/library/asyncio-llapi-index.rst:42
95
94
msgid "Lifecycle"
@@ -405,24 +404,20 @@ msgid "Receive data from the :class:`~socket.socket` into a buffer."
405
404
msgstr "Recibe datos de :class:`~socket.socket` en un buffer."
406
405
407
406
#: ../Doc/library/asyncio-llapi-index.rst:192
408
- #, fuzzy
409
407
msgid "``await`` :meth:`loop.sock_recvfrom`"
410
- msgstr "``await`` :meth:`loop.sock_recv `"
408
+ msgstr "``await`` :meth:`loop.sock_recvfrom `"
411
409
412
410
#: ../Doc/library/asyncio-llapi-index.rst:193
413
- #, fuzzy
414
411
msgid "Receive a datagram from the :class:`~socket.socket`."
415
- msgstr "Recibe datos de :class:`~socket.socket`."
412
+ msgstr "Recibe un datagrama desde :class:`~socket.socket`."
416
413
417
414
#: ../Doc/library/asyncio-llapi-index.rst:195
418
- #, fuzzy
419
415
msgid "``await`` :meth:`loop.sock_recvfrom_into`"
420
- msgstr "``await`` :meth:`loop.sock_recv_into `"
416
+ msgstr "``await`` :meth:`loop.sock_recvfrom_into `"
421
417
422
418
#: ../Doc/library/asyncio-llapi-index.rst:196
423
- #, fuzzy
424
419
msgid "Receive a datagram from the :class:`~socket.socket` into a buffer."
425
- msgstr "Recibe datos de :class:`~socket.socket` en un buffer."
420
+ msgstr "Recibe un datagrama desde :class:`~socket.socket` en un buffer."
426
421
427
422
#: ../Doc/library/asyncio-llapi-index.rst:198
428
423
msgid "``await`` :meth:`loop.sock_sendall`"
@@ -433,14 +428,14 @@ msgid "Send data to the :class:`~socket.socket`."
433
428
msgstr "Envía datos a :class:`~socket.socket`."
434
429
435
430
#: ../Doc/library/asyncio-llapi-index.rst:201
436
- #, fuzzy
437
431
msgid "``await`` :meth:`loop.sock_sendto`"
438
- msgstr "``await`` :meth:`loop.sock_sendall `"
432
+ msgstr "``await`` :meth:`loop.sock_sendto `"
439
433
440
434
#: ../Doc/library/asyncio-llapi-index.rst:202
441
- #, fuzzy
442
435
msgid "Send a datagram via the :class:`~socket.socket` to the given address."
443
- msgstr "Envía datos a :class:`~socket.socket`."
436
+ msgstr ""
437
+ "Envía un datagrama a través de :class:`~socket.socket` a la dirección "
438
+ "indicada."
444
439
445
440
#: ../Doc/library/asyncio-llapi-index.rst:204
446
441
msgid "``await`` :meth:`loop.sock_connect`"
@@ -583,12 +578,11 @@ msgid "The default exception handler implementation."
583
578
msgstr "La implementación predetermina del gestor de excepciones."
584
579
585
580
#: ../Doc/library/asyncio-llapi-index.rst:270
586
- #, fuzzy
587
581
msgid ""
588
582
":ref:`Using asyncio.new_event_loop() and loop.run_forever() "
589
583
"<asyncio_example_lowlevel_helloworld>`."
590
584
msgstr ""
591
- ":ref:`Usando asyncio.get_event_loop () y loop.run_forever() "
585
+ ":ref:`Usando asyncio.new_event_loop () y loop.run_forever() "
592
586
"<asyncio_example_lowlevel_helloworld>`."
593
587
594
588
#: ../Doc/library/asyncio-llapi-index.rst:273
@@ -780,22 +774,22 @@ msgstr ""
780
774
781
775
#: ../Doc/library/asyncio-llapi-index.rst:361
782
776
msgid "Return the current size of the output buffer."
783
- msgstr ""
777
+ msgstr "Retorna el tamaño actual del búfer de salida. "
784
778
785
779
#: ../Doc/library/asyncio-llapi-index.rst:363
786
- #, fuzzy
787
780
msgid ""
788
781
":meth:`transport.get_write_buffer_limits() <WriteTransport."
789
782
"get_write_buffer_limits>`"
790
783
msgstr ""
791
- ":meth:`transport.set_write_buffer_limits () <WriteTransport."
792
- "set_write_buffer_limits >`"
784
+ ":meth:`transport.get_write_buffer_limits () <WriteTransport."
785
+ "get_write_buffer_limits >`"
793
786
794
787
# water marks estrá traducido como "límite" en las páginas a la que apunta
795
788
# este archivo. Mantuve el mismo criterio. En caso de corregir deberíamos
796
789
# cambiar todo junto.
797
790
# Ver:
798
- # https://docs.python.org/es/3.8/library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing
791
+ # https://docs.python.org/es/3.8/library/asyncio-
792
+ # protocol.html#asyncio.BaseProtocol.resume_writing
799
793
#: ../Doc/library/asyncio-llapi-index.rst:365
800
794
msgid "Return high and low water marks for write flow control."
801
795
msgstr ""
0 commit comments