Skip to content

Commit c027f73

Browse files
committed
Traducido archivo library/http.server.po
1 parent 00d2975 commit c027f73

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Nataya Soledad Flores (@natayafs)
180180
Neptali Gil Martorelli
181181
nicocastanio
182182
Nicolás Demarchi (@gilgamezh)
183+
Nicolás Lunardi (@nicolunardi)
183184
Omar Mendo (@beejeke)
184185
Oscar Martinez
185186
Pablo Lobariñas (@Qkolnek)

library/http.server.po

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2.2\n"
2324

2425
#: ../Doc/library/http.server.rst:2
2526
msgid ":mod:`http.server` --- HTTP servers"
@@ -42,15 +43,19 @@ msgstr ""
4243
":mod:`http.server` no se recomienda para producción. Sólo implementa "
4344
"controles de seguridad básicos."
4445

46+
#, fuzzy
4547
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
46-
msgstr ""
48+
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."
4749

4850
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
4951
msgid ""
5052
"This module does not work or is not available on WebAssembly platforms "
5153
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
5254
"more information."
5355
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."
5459

5560
#: ../Doc/library/http.server.rst:27
5661
msgid ""
@@ -721,6 +726,8 @@ msgid ""
721726
"The server listens to port 8000 by default. The default can be overridden by "
722727
"passing the desired port number as an argument::"
723728
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::"
724731

725732
#: ../Doc/library/http.server.rst:429
726733
#, fuzzy
@@ -744,7 +751,6 @@ msgid "``--bind`` argument enhanced to support IPv6"
744751
msgstr "El argumento ``--bind`` se ha mejorado para soportar IPv6"
745752

746753
#: ../Doc/library/http.server.rst:442
747-
#, fuzzy
748754
msgid ""
749755
"By default, the server uses the current directory. The option ``-d/--"
750756
"directory`` specifies a directory to which it should serve the files. For "
@@ -755,21 +761,22 @@ msgstr ""
755761
"ejemplo, el siguiente comando utiliza un directorio específico::"
756762

757763
#: ../Doc/library/http.server.rst:448
758-
#, fuzzy
759764
msgid "``--directory`` argument was introduced."
760-
msgstr "Se introdujo el argumento ``--bind`` ."
765+
msgstr "Se introdujo el argumento ``—directory`` ."
761766

762767
#: ../Doc/library/http.server.rst:451
763768
msgid ""
764769
"By default, the server is conformant to HTTP/1.0. The option ``-p/--"
765770
"protocol`` specifies the HTTP version to which the server is conformant. For "
766771
"example, the following command runs an HTTP/1.1 conformant server::"
767772
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::"
768776

769777
#: ../Doc/library/http.server.rst:457
770-
#, fuzzy
771778
msgid "``--protocol`` argument was introduced."
772-
msgstr "Se introdujo el argumento ``--bind`` ."
779+
msgstr "Se introdujo el argumento ``—protocol`` ."
773780

774781
#: ../Doc/library/http.server.rst:462
775782
msgid ""
@@ -861,14 +868,17 @@ msgstr ""
861868

862869
#: ../Doc/library/http.server.rst:508
863870
msgid "Security Considerations"
864-
msgstr ""
871+
msgstr "Consideraciones de seguridad"
865872

866873
#: ../Doc/library/http.server.rst:512
867874
msgid ""
868875
":class:`SimpleHTTPRequestHandler` will follow symbolic links when handling "
869876
"requests, this makes it possible for files outside of the specified "
870877
"directory to be served."
871878
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."
872882

873883
#~ msgid "``--directory`` specify alternate directory"
874884
#~ msgstr "``--directory`` especificar directorio alternativo"

0 commit comments

Comments
 (0)