@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
14
"PO-Revision-Date : 2021-08-07 22:01+0200\n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[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.9.1\n "
23
23
24
24
#: ../Doc/library/http.server.rst:2
@@ -30,10 +30,8 @@ msgid "**Source code:** :source:`Lib/http/server.py`"
30
30
msgstr "**Código fuente:** :source:`Lib/http/server.py`"
31
31
32
32
#: ../Doc/library/http.server.rst:17
33
- #, fuzzy
34
33
msgid "This module defines classes for implementing HTTP servers."
35
- msgstr ""
36
- "Este módulo define clases para implementar servidores HTTP (servidores Web)."
34
+ msgstr "Este módulo define clases para implementar servidores HTTP."
37
35
38
36
#: ../Doc/library/http.server.rst:22
39
37
msgid ""
@@ -167,6 +165,9 @@ msgid ""
167
165
"``path`` includes the query. Using the terminology of :rfc:`3986`, ``path`` "
168
166
"here includes ``hier-part`` and the ``query``."
169
167
msgstr ""
168
+ "Contiene la ruta de la solicitud. Si el componente de consulta de la URL "
169
+ "está presente, ``path`` incluye la consulta. Usando la terminología de: rfc: "
170
+ "`3986`, ``path`` aquí incluye ``hier-part`` y ``query``."
170
171
171
172
#: ../Doc/library/http.server.rst:107
172
173
msgid ""
@@ -321,7 +322,6 @@ msgstr ""
321
322
"\\ *`. Nunca deberías necesitar anularlo."
322
323
323
324
#: ../Doc/library/http.server.rst:196
324
- #, fuzzy
325
325
msgid ""
326
326
"When a HTTP/1.1 compliant server receives an ``Expect: 100-continue`` "
327
327
"request header it responds back with a ``100 Continue`` followed by ``200 "
@@ -330,10 +330,10 @@ msgid ""
330
330
"``417 Expectation Failed`` as a response header and ``return False``."
331
331
msgstr ""
332
332
"Cuando un servidor compatible con HTTP/1.1 recibe un encabezado de solicitud "
333
- "``Expect: 100-continue`` responde con un encabezado ``100 Continue`` seguido "
334
- "de ``200 OK``. Este método puede ser anulado para generar un error si el "
335
- "servidor no quiere que el cliente continúe. Por ejemplo, el servidor puede "
336
- "elegir enviar ``417 Expectation Failed`` como encabezado de respuesta y "
333
+ "``Expect: 100-continue``, responde con un ``100 Continue`` seguido de "
334
+ "encabezados ``200 OK``. Este método se puede anular para generar un error si "
335
+ "el servidor no desea que el cliente continúe. Por ejemplo, el servidor puede "
336
+ "optar por enviar ``417 Expectation Failed`` como encabezado de respuesta y "
337
337
"``return False``."
338
338
339
339
#: ../Doc/library/http.server.rst:207
@@ -524,23 +524,22 @@ msgstr ""
524
524
"la resolución del nombre, ahora siempre retorna la dirección IP."
525
525
526
526
#: ../Doc/library/http.server.rst:323
527
- #, fuzzy
528
527
msgid ""
529
528
"This class serves files from the directory *directory* and below, or the "
530
529
"current directory if *directory* is not provided, directly mapping the "
531
530
"directory structure to HTTP requests."
532
531
msgstr ""
533
- "Esta clase sirve a los archivos del directorio actual y los de abajo, "
534
- "mapeando directamente la estructura del directorio a las peticiones HTTP."
532
+ "Esta clase sirve archivos del directorio *directory* e inferior, o del "
533
+ "directorio actual si no se proporciona *directory*, mapeando directamente la "
534
+ "estructura del directorio a las solicitudes HTTP."
535
535
536
536
#: ../Doc/library/http.server.rst:327
537
537
msgid "The *directory* parameter."
538
- msgstr ""
538
+ msgstr "El parámetro *directory*. "
539
539
540
540
#: ../Doc/library/http.server.rst:330
541
- #, fuzzy
542
541
msgid "The *directory* parameter accepts a :term:`path-like object`."
543
- msgstr "Acepta un :term:`path-like object`."
542
+ msgstr "El parámetro *directory* acepta un :term:`path-like object`."
544
543
545
544
#: ../Doc/library/http.server.rst:333
546
545
msgid ""
0 commit comments