@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2023-02-10 13:49 +0100\n "
14
+ "PO-Revision-Date : 2023-02-10 14:01 +0100\n "
15
15
"Last-Translator : Gustavo Huarcaya <diavolo@gahd.net>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es\n "
@@ -67,15 +67,15 @@ msgid ""
67
67
"Establish a network connection and return a pair of ``(reader, writer)`` "
68
68
"objects."
69
69
msgstr ""
70
- "Establece una conexión de red y retorna un par de objetos ``(reader, "
70
+ "Establece una conexión de red y devuelve un par de objetos ``(reader, "
71
71
"writer)``."
72
72
73
73
#: ../Doc/library/asyncio-stream.rst:60
74
74
msgid ""
75
75
"The returned *reader* and *writer* objects are instances of :class:"
76
76
"`StreamReader` and :class:`StreamWriter` classes."
77
77
msgstr ""
78
- "Los objetos retornados *reader* y *writer* son instancias de las clases :"
78
+ "Los objetos *reader* y *writer* devueltos son instancias de las clases :"
79
79
"class:`StreamReader` y :class:`StreamWriter`."
80
80
81
81
#: ../Doc/library/asyncio-stream.rst:63 ../Doc/library/asyncio-stream.rst:105
@@ -84,7 +84,7 @@ msgid ""
84
84
"`StreamReader` instance. By default the *limit* is set to 64 KiB."
85
85
msgstr ""
86
86
"*limit* determina el límite de tamaño del búfer utilizado por la instancia "
87
- "de :class:`StreamReader` retornada . De forma predeterminada, *limit* está "
87
+ "de :class:`StreamReader` devuelta . De forma predeterminada, *limit* está "
88
88
"establecido en 64 KiB."
89
89
90
90
#: ../Doc/library/asyncio-stream.rst:67
@@ -111,12 +111,12 @@ msgstr "Se agregó el parámetro *ssl_handshake_timeout*."
111
111
112
112
#: ../Doc/library/asyncio-stream.rst:79
113
113
msgid "Added *happy_eyeballs_delay* and *interleave* parameters."
114
- msgstr "Añadidos los parámetros *happy_eyeballs_delay* e *interleave*."
114
+ msgstr "Se agregaron los parámetros *happy_eyeballs_delay* e *interleave*."
115
115
116
116
#: ../Doc/library/asyncio-stream.rst:82 ../Doc/library/asyncio-stream.rst:121
117
117
#: ../Doc/library/asyncio-stream.rst:150 ../Doc/library/asyncio-stream.rst:176
118
118
msgid "Removed the *loop* parameter."
119
- msgstr "Se ha eliminado el parámetro *loop*."
119
+ msgstr "Se eliminó el parámetro *loop*."
120
120
121
121
#: ../Doc/library/asyncio-stream.rst:94
122
122
msgid "Start a socket server."
@@ -172,7 +172,7 @@ msgstr "Sockets Unix"
172
172
msgid ""
173
173
"Establish a Unix socket connection and return a pair of ``(reader, writer)``."
174
174
msgstr ""
175
- "Establece una conexión de socket Unix y retorna un par de ``(reader, "
175
+ "Establece una conexión de socket Unix y devuelve un par de ``(reader, "
176
176
"writer)``."
177
177
178
178
#: ../Doc/library/asyncio-stream.rst:134
@@ -242,15 +242,15 @@ msgid ""
242
242
"EOF and return all read bytes."
243
243
msgstr ""
244
244
"Lee hasta *n* bytes. Si no se proporciona *n*, o se establece en ``-1``, lee "
245
- "hasta EOF (final del archivo) y retorna todos los bytes leídos."
245
+ "hasta EOF (final del archivo) y devuelve todos los bytes leídos."
246
246
247
247
#: ../Doc/library/asyncio-stream.rst:197
248
248
msgid ""
249
249
"If EOF was received and the internal buffer is empty, return an empty "
250
250
"``bytes`` object."
251
251
msgstr ""
252
- "Si se recibió EOF (final del archivo) y el búfer interno está vacío, retorna "
253
- "un objeto de ``bytes`` vacío."
252
+ "Si se recibió EOF (final del archivo) y el búfer interno está vacío, "
253
+ "devuelve un objeto ``bytes`` vacío."
254
254
255
255
#: ../Doc/library/asyncio-stream.rst:202
256
256
msgid ""
@@ -265,15 +265,15 @@ msgid ""
265
265
"read data."
266
266
msgstr ""
267
267
"Si se recibe EOF (final del archivo) y no se encontró ``\\ n``, el método "
268
- "retorna datos leídos parcialmente."
268
+ "devuelve datos leídos parcialmente."
269
269
270
270
#: ../Doc/library/asyncio-stream.rst:208
271
271
msgid ""
272
272
"If EOF is received and the internal buffer is empty, return an empty "
273
273
"``bytes`` object."
274
274
msgstr ""
275
- "Si se recibe EOF (final de archivo) y el búfer interno está vacío, retorna "
276
- "un objeto de ``bytes`` vacío."
275
+ "Si se recibe EOF (final de archivo) y el búfer interno está vacío, devuelve "
276
+ "un objeto ``bytes`` vacío."
277
277
278
278
#: ../Doc/library/asyncio-stream.rst:213
279
279
msgid "Read exactly *n* bytes."
@@ -300,7 +300,7 @@ msgid ""
300
300
"(consumed). Returned data will include the separator at the end."
301
301
msgstr ""
302
302
"En caso de éxito, los datos y el separador se eliminarán del búfer interno "
303
- "(consumido). Los datos retornados incluirán el separador al final."
303
+ "(consumido). Los datos devueltos incluirán el separador al final."
304
304
305
305
#: ../Doc/library/asyncio-stream.rst:227
306
306
msgid ""
@@ -327,7 +327,7 @@ msgstr ""
327
327
#: ../Doc/library/asyncio-stream.rst:240
328
328
msgid "Return ``True`` if the buffer is empty and :meth:`feed_eof` was called."
329
329
msgstr ""
330
- "Retorna ``True`` si el buffer está vacío y :meth:`feed_eof` fue llamado."
330
+ "Devuelve ``True`` si el buffer está vacío y :meth:`feed_eof` fue llamado."
331
331
332
332
#: ../Doc/library/asyncio-stream.rst:245
333
333
msgid "StreamWriter"
@@ -385,7 +385,7 @@ msgid ""
385
385
"Return ``True`` if the underlying transport supports the :meth:`write_eof` "
386
386
"method, ``False`` otherwise."
387
387
msgstr ""
388
- "Retorna ``True`` si el transporte subyacente admite el método :meth:"
388
+ "Devuelve ``True`` si el transporte subyacente admite el método :meth:"
389
389
"`write_eof`, ``False`` en caso contrario."
390
390
391
391
#: ../Doc/library/asyncio-stream.rst:295
@@ -397,7 +397,7 @@ msgstr ""
397
397
398
398
#: ../Doc/library/asyncio-stream.rst:300
399
399
msgid "Return the underlying asyncio transport."
400
- msgstr "Retorna el transporte asyncio subyacente."
400
+ msgstr "Devuelve el transporte asyncio subyacente."
401
401
402
402
#: ../Doc/library/asyncio-stream.rst:304
403
403
msgid ""
@@ -461,7 +461,7 @@ msgstr ""
461
461
msgid ""
462
462
"Return ``True`` if the stream is closed or in the process of being closed."
463
463
msgstr ""
464
- "Retorna ``True`` si la secuencia está cerrada o en proceso de cerrarse."
464
+ "Devuelve ``True`` si la secuencia está cerrada o en proceso de cerrarse."
465
465
466
466
#: ../Doc/library/asyncio-stream.rst:349
467
467
msgid "Wait until the stream is closed."
0 commit comments