@@ -11,15 +11,16 @@ 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 : 2020-08-18 09:17-0500 \n "
14
+ "PO-Revision-Date : 2023-02-10 14:01+0100 \n "
15
15
"
Last-Translator :
Gustavo Huarcaya <[email protected] >\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
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/library/asyncio-stream.rst:7
25
26
msgid "Streams"
@@ -74,7 +75,7 @@ msgid ""
74
75
"The returned *reader* and *writer* objects are instances of :class:"
75
76
"`StreamReader` and :class:`StreamWriter` classes."
76
77
msgstr ""
77
- "Los objetos retornados *reader* y *writer* son instancias de las clases :"
78
+ "Los objetos *reader* y *writer* retornados son instancias de las clases :"
78
79
"class:`StreamReader` y :class:`StreamWriter`."
79
80
80
81
#: ../Doc/library/asyncio-stream.rst:63 ../Doc/library/asyncio-stream.rst:105
@@ -100,20 +101,22 @@ msgid ""
100
101
"`StreamWriter` created. To close the socket, call its :meth:`~asyncio."
101
102
"StreamWriter.close` method."
102
103
msgstr ""
104
+ "El argumento *sock* transfiere la propiedad del socket al :class:"
105
+ "`StreamWriter` creado. Para cerrar el socket, llame a su método :meth:"
106
+ "`~asyncio.StreamWriter.close`."
103
107
104
108
#: ../Doc/library/asyncio-stream.rst:76
105
- #, fuzzy
106
109
msgid "Added the *ssl_handshake_timeout* parameter."
107
- msgstr "El parámetro *ssl_handshake_timeout*."
110
+ msgstr "Se agregó el parámetro *ssl_handshake_timeout*."
108
111
109
112
#: ../Doc/library/asyncio-stream.rst:79
110
113
msgid "Added *happy_eyeballs_delay* and *interleave* parameters."
111
- msgstr ""
114
+ msgstr "Se agregaron los parámetros *happy_eyeballs_delay* e *interleave*. "
112
115
113
116
#: ../Doc/library/asyncio-stream.rst:82 ../Doc/library/asyncio-stream.rst:121
114
117
#: ../Doc/library/asyncio-stream.rst:150 ../Doc/library/asyncio-stream.rst:176
115
118
msgid "Removed the *loop* parameter."
116
- msgstr ""
119
+ msgstr "Se eliminó el parámetro *loop*. "
117
120
118
121
#: ../Doc/library/asyncio-stream.rst:94
119
122
msgid "Start a socket server."
@@ -153,11 +156,13 @@ msgid ""
153
156
"The *sock* argument transfers ownership of the socket to the server created. "
154
157
"To close the socket, call the server's :meth:`~asyncio.Server.close` method."
155
158
msgstr ""
159
+ "El argumento *sock* transfiere la propiedad del socket al servidor creado. "
160
+ "Para cerrar el socket, llame al método :meth:`~asyncio.Server.close` del "
161
+ "servidor."
156
162
157
163
#: ../Doc/library/asyncio-stream.rst:118
158
- #, fuzzy
159
164
msgid "Added the *ssl_handshake_timeout* and *start_serving* parameters."
160
- msgstr "Los parámetros *ssl_handshake_timeout* y *start_serving*."
165
+ msgstr "Se agregaron los parámetros *ssl_handshake_timeout* y *start_serving*."
161
166
162
167
#: ../Doc/library/asyncio-stream.rst:126
163
168
msgid "Unix Sockets"
@@ -184,13 +189,12 @@ msgid ":ref:`Availability <availability>`: Unix."
184
189
msgstr ":ref:`Disponibilidad <availability>`: Unix."
185
190
186
191
#: ../Doc/library/asyncio-stream.rst:146
187
- #, fuzzy
188
192
msgid ""
189
193
"Added the *ssl_handshake_timeout* parameter. The *path* parameter can now be "
190
194
"a :term:`path-like object`"
191
195
msgstr ""
192
- "El parámetro *path* ahora puede ser un objeto similar a una ruta (:term: "
193
- "`path-like object`) "
196
+ "Se agregó el parámetro *ssl_handshake_timeout*. El parámetro *path* ahora "
197
+ "puede ser un :term: `path-like object`"
194
198
195
199
#: ../Doc/library/asyncio-stream.rst:158
196
200
msgid "Start a Unix socket server."
@@ -205,11 +209,12 @@ msgid "See also the documentation of :meth:`loop.create_unix_server`."
205
209
msgstr "Consulte también la documentación de :meth:`loop.create_unix_server`."
206
210
207
211
#: ../Doc/library/asyncio-stream.rst:172
208
- #, fuzzy
209
212
msgid ""
210
213
"Added the *ssl_handshake_timeout* and *start_serving* parameters. The *path* "
211
214
"parameter can now be a :term:`path-like object`."
212
- msgstr "Los parámetros *ssl_handshake_timeout* y *start_serving*."
215
+ msgstr ""
216
+ "Se agregaron los parámetros *ssl_handshake_timeout* y *start_serving*. El "
217
+ "parámetro *path* ahora puede ser un :term:`path-like object`."
213
218
214
219
#: ../Doc/library/asyncio-stream.rst:181
215
220
msgid "StreamReader"
@@ -245,7 +250,7 @@ msgid ""
245
250
"``bytes`` object."
246
251
msgstr ""
247
252
"Si se recibió EOF (final del archivo) y el búfer interno está vacío, retorna "
248
- "un objeto de ``bytes`` vacío."
253
+ "un objeto ``bytes`` vacío."
249
254
250
255
#: ../Doc/library/asyncio-stream.rst:202
251
256
msgid ""
@@ -268,7 +273,7 @@ msgid ""
268
273
"``bytes`` object."
269
274
msgstr ""
270
275
"Si se recibe EOF (final de archivo) y el búfer interno está vacío, retorna "
271
- "un objeto de ``bytes`` vacío."
276
+ "un objeto ``bytes`` vacío."
272
277
273
278
#: ../Doc/library/asyncio-stream.rst:213
274
279
msgid "Read exactly *n* bytes."
@@ -424,28 +429,33 @@ msgstr ""
424
429
425
430
#: ../Doc/library/asyncio-stream.rst:325
426
431
msgid "Upgrade an existing stream-based connection to TLS."
427
- msgstr ""
432
+ msgstr "Actualiza una conexión existente basada en flujo a TLS. "
428
433
429
434
#: ../Doc/library/asyncio-stream.rst:327
430
435
msgid "Parameters:"
431
- msgstr ""
436
+ msgstr "Parámetros: "
432
437
433
438
#: ../Doc/library/asyncio-stream.rst:329
434
439
msgid "*sslcontext*: a configured instance of :class:`~ssl.SSLContext`."
435
- msgstr ""
440
+ msgstr "*sslcontext*: una instancia configurada de :class:`~ssl.SSLContext`. "
436
441
437
442
#: ../Doc/library/asyncio-stream.rst:331
438
443
msgid ""
439
444
"*server_hostname*: sets or overrides the host name that the target server's "
440
445
"certificate will be matched against."
441
446
msgstr ""
447
+ "*server_hostname*: establece o sustituye el nombre de host con el que se "
448
+ "comparará el certificado del servidor de destino."
442
449
443
450
#: ../Doc/library/asyncio-stream.rst:334
444
451
msgid ""
445
452
"*ssl_handshake_timeout* is the time in seconds to wait for the TLS handshake "
446
453
"to complete before aborting the connection. ``60.0`` seconds if ``None`` "
447
454
"(default)."
448
455
msgstr ""
456
+ "*ssl_handshake_timeout* es el tiempo en segundos que se espera a que se "
457
+ "complete el protocolo TLS antes de abortar la conexión. ``60.0`` segundos "
458
+ "si ``None`` (por defecto)."
449
459
450
460
#: ../Doc/library/asyncio-stream.rst:342
451
461
msgid ""
0 commit comments