@@ -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 : 2021-08-07 22:01+0200 \n "
14
+ "PO-Revision-Date : 2023-03-30 07:47+1100 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\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/http.server.rst:2
25
26
msgid ":mod:`http.server` --- HTTP servers"
@@ -42,15 +43,19 @@ msgstr ""
42
43
":mod:`http.server` no se recomienda para producción. Sólo implementa "
43
44
"controles de seguridad básicos."
44
45
46
+ #, fuzzy
45
47
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
46
- msgstr ""
48
+ msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI. "
47
49
48
50
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
49
51
msgid ""
50
52
"This module does not work or is not available on WebAssembly platforms "
51
53
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
52
54
"more information."
53
55
msgstr ""
56
+ "Este módulo no funciona o no está disponible en las plataformas WebAssembly "
57
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
58
+ "para obtener más información."
54
59
55
60
#: ../Doc/library/http.server.rst:27
56
61
msgid ""
@@ -721,6 +726,8 @@ msgid ""
721
726
"The server listens to port 8000 by default. The default can be overridden by "
722
727
"passing the desired port number as an argument::"
723
728
msgstr ""
729
+ "Por defecto, el servidor escucha en el puerto 8000. El valor predeterminado "
730
+ "se puede anular pasando el número de puerto deseado como argumento::"
724
731
725
732
#: ../Doc/library/http.server.rst:429
726
733
#, fuzzy
@@ -744,7 +751,6 @@ msgid "``--bind`` argument enhanced to support IPv6"
744
751
msgstr "El argumento ``--bind`` se ha mejorado para soportar IPv6"
745
752
746
753
#: ../Doc/library/http.server.rst:442
747
- #, fuzzy
748
754
msgid ""
749
755
"By default, the server uses the current directory. The option ``-d/--"
750
756
"directory`` specifies a directory to which it should serve the files. For "
@@ -755,21 +761,22 @@ msgstr ""
755
761
"ejemplo, el siguiente comando utiliza un directorio específico::"
756
762
757
763
#: ../Doc/library/http.server.rst:448
758
- #, fuzzy
759
764
msgid "``--directory`` argument was introduced."
760
- msgstr "Se introdujo el argumento ``--bind `` ."
765
+ msgstr "Se introdujo el argumento ``—directory `` ."
761
766
762
767
#: ../Doc/library/http.server.rst:451
763
768
msgid ""
764
769
"By default, the server is conformant to HTTP/1.0. The option ``-p/--"
765
770
"protocol`` specifies the HTTP version to which the server is conformant. For "
766
771
"example, the following command runs an HTTP/1.1 conformant server::"
767
772
msgstr ""
773
+ "Por defecto, el servidor es conforme con HTTP/1.0. La opción ``-p/--"
774
+ "protocol`` especifica la versión HTTP con la que cumple el servidor. Por "
775
+ "ejemplo, el siguiente comando ejecuta un servidor conforme con HTTP/1.1::"
768
776
769
777
#: ../Doc/library/http.server.rst:457
770
- #, fuzzy
771
778
msgid "``--protocol`` argument was introduced."
772
- msgstr "Se introdujo el argumento ``--bind `` ."
779
+ msgstr "Se introdujo el argumento ``—protocol `` ."
773
780
774
781
#: ../Doc/library/http.server.rst:462
775
782
msgid ""
@@ -861,14 +868,17 @@ msgstr ""
861
868
862
869
#: ../Doc/library/http.server.rst:508
863
870
msgid "Security Considerations"
864
- msgstr ""
871
+ msgstr "Consideraciones de seguridad "
865
872
866
873
#: ../Doc/library/http.server.rst:512
867
874
msgid ""
868
875
":class:`SimpleHTTPRequestHandler` will follow symbolic links when handling "
869
876
"requests, this makes it possible for files outside of the specified "
870
877
"directory to be served."
871
878
msgstr ""
879
+ ":class:`SimpleHTTPRequestHandler` seguirá los enlaces simbólicos cuando "
880
+ "gestione peticiones, esto hace posible que se sirvan ficheros fuera del "
881
+ "directorio especificado."
872
882
873
883
#~ msgid "``--directory`` specify alternate directory"
874
884
#~ msgstr "``--directory`` especificar directorio alternativo"
0 commit comments