@@ -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 21:14+0200 \n "
14
+ "PO-Revision-Date : 2022-10-29 10:15-0500 \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.10.3\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/http.rst:2
25
26
msgid ":mod:`http` --- HTTP modules"
@@ -70,6 +71,8 @@ msgid ""
70
71
"The :mod:`http` module also defines the following enums that help you work "
71
72
"with http related code:"
72
73
msgstr ""
74
+ "El módulo :mod:`http` también define las siguientes enumeraciones que lo "
75
+ "ayudan a trabajar con código relacionado con http:"
73
76
74
77
#: ../Doc/library/http.rst:31
75
78
msgid ""
@@ -88,15 +91,14 @@ msgid "HTTP status codes"
88
91
msgstr "Códigos de estado HTTP"
89
92
90
93
#: ../Doc/library/http.rst:55
91
- #, fuzzy
92
94
msgid ""
93
95
"Supported, `IANA-registered status codes <https://www.iana.org/assignments/"
94
96
"http-status-codes/http-status-codes.xhtml>`_ available in :class:`http."
95
97
"HTTPStatus` are:"
96
98
msgstr ""
97
- "Los códigos de estado ` registrados por IANA <https://www.iana.org/"
98
- "assignments/http-status-codes/http-status-codes.xhtml>`_ soportados y "
99
- "disponibles en : class:`http.HTTPStatus` son:"
99
+ "Los ` códigos de estado registrados por IANA <https://www.iana.org/"
100
+ "assignments/http-status-codes/http-status-codes.xhtml>`_ disponibles en : "
101
+ "class:`http.HTTPStatus` son:"
100
102
101
103
#: ../Doc/library/http.rst:60
102
104
msgid "Code"
@@ -336,7 +338,7 @@ msgstr "``NOT_MODIFIED``"
336
338
337
339
#: ../Doc/library/http.rst:80
338
340
msgid "HTTP/1.1 :rfc:`7232`, Section 4.1"
339
- msgstr "HTTP/1.1 :rfc:`7232`, Section 4.1"
341
+ msgstr "HTTP/1.1 :rfc:`7232`, Sección 4.1"
340
342
341
343
#: ../Doc/library/http.rst:81
342
344
msgid "``305``"
@@ -360,7 +362,7 @@ msgstr "``TEMPORARY_REDIRECT``"
360
362
361
363
#: ../Doc/library/http.rst:82
362
364
msgid "HTTP/1.1 :rfc:`7231`, Section 6.4.7"
363
- msgstr "HTTP/1.1 :rfc:`7231`, Section 6.4.7"
365
+ msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.4.7"
364
366
365
367
#: ../Doc/library/http.rst:83
366
368
msgid "``308``"
@@ -600,7 +602,7 @@ msgstr "``IM_A_TEAPOT``"
600
602
601
603
#: ../Doc/library/http.rst:102
602
604
msgid "HTCPCP/1.0 :rfc:`2324`, Section 2.3.2"
603
- msgstr "HTCPCP/1.0 :rfc:`2324`, Section 2.3.2"
605
+ msgstr "HTCPCP/1.0 :rfc:`2324`, Sección 2.3.2"
604
606
605
607
#: ../Doc/library/http.rst:103
606
608
msgid "``421``"
@@ -881,113 +883,100 @@ msgstr ""
881
883
"TOO_EARLY``."
882
884
883
885
#: ../Doc/library/http.rst:144
884
- #, fuzzy
885
886
msgid ""
886
887
"A subclass of :class:`enum.StrEnum` that defines a set of HTTP methods and "
887
888
"descriptions written in English."
888
889
msgstr ""
889
- "Una subclase de :class:`enum.IntEnum ` que define un conjunto de códigos de "
890
- "estado HTTP, frases de motivo y descripciones largas escritas en inglés."
890
+ "Una subclase de :class:`enum.StrEnum ` que define un conjunto de métodos "
891
+ "HTTP y sus descripciones escritas en inglés."
891
892
892
893
#: ../Doc/library/http.rst:163
893
894
msgid "HTTP methods"
894
- msgstr ""
895
+ msgstr "Métodos HTTP "
895
896
896
897
#: ../Doc/library/http.rst:165
897
- #, fuzzy
898
898
msgid ""
899
899
"Supported, `IANA-registered methods <https://www.iana.org/assignments/http-"
900
900
"methods/http-methods.xhtml>`_ available in :class:`http.HTTPMethod` are:"
901
901
msgstr ""
902
- "Los códigos de estado `registrados por IANA <https://www.iana.org/"
903
- "assignments/http-status-codes/http-status-codes.xhtml>`_ soportados y "
904
- "disponibles en :class:`http.HTTPStatus` son:"
902
+ "Los `métodos registrados por IANA <https://www.iana.org/assignments/http-"
903
+ "methods/http-methods.xhtml>`_ disponibles en :class:`http.HTTPMethod` son:"
905
904
906
905
#: ../Doc/library/http.rst:170
907
906
msgid "Method"
908
- msgstr ""
907
+ msgstr "Método "
909
908
910
909
#: ../Doc/library/http.rst:172
911
- #, fuzzy
912
910
msgid "``GET``"
913
- msgstr "``OK ``"
911
+ msgstr "``GET ``"
914
912
915
913
#: ../Doc/library/http.rst:172
916
- #, fuzzy
917
914
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.1"
918
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6 .3.1"
915
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4 .3.1"
919
916
920
917
#: ../Doc/library/http.rst:173
921
918
msgid "``HEAD``"
922
- msgstr ""
919
+ msgstr "``HEAD`` "
923
920
924
921
#: ../Doc/library/http.rst:173
925
- #, fuzzy
926
922
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.2"
927
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6 .3.2"
923
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4 .3.2"
928
924
929
925
#: ../Doc/library/http.rst:174
930
926
msgid "``POST``"
931
- msgstr ""
927
+ msgstr "``POST`` "
932
928
933
929
#: ../Doc/library/http.rst:174
934
- #, fuzzy
935
930
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.3"
936
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6 .3.3"
931
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4 .3.3"
937
932
938
933
#: ../Doc/library/http.rst:175
939
- #, fuzzy
940
934
msgid "``PUT``"
941
- msgstr "``OK ``"
935
+ msgstr "``PUT ``"
942
936
943
937
#: ../Doc/library/http.rst:175
944
- #, fuzzy
945
938
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.4"
946
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6 .3.4"
939
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4 .3.4"
947
940
948
941
#: ../Doc/library/http.rst:176
949
942
msgid "``DELETE``"
950
- msgstr ""
943
+ msgstr "``DELETE`` "
951
944
952
945
#: ../Doc/library/http.rst:176
953
- #, fuzzy
954
946
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.5"
955
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6 .3.5"
947
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4 .3.5"
956
948
957
949
#: ../Doc/library/http.rst:177
958
950
msgid "``CONNECT``"
959
- msgstr ""
951
+ msgstr "``CONNECT`` "
960
952
961
953
#: ../Doc/library/http.rst:177
962
- #, fuzzy
963
954
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.6"
964
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6 .3.6"
955
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4 .3.6"
965
956
966
957
#: ../Doc/library/http.rst:178
967
958
msgid "``OPTIONS``"
968
- msgstr ""
959
+ msgstr "``OPTIONS`` "
969
960
970
961
#: ../Doc/library/http.rst:178
971
- #, fuzzy
972
962
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.7"
973
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.5 .7"
963
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3 .7"
974
964
975
965
#: ../Doc/library/http.rst:179
976
966
msgid "``TRACE``"
977
- msgstr ""
967
+ msgstr "``TRACE`` "
978
968
979
969
#: ../Doc/library/http.rst:179
980
- #, fuzzy
981
970
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.8"
982
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.5 .8"
971
+ msgstr "HTTP/1.1 :rfc:`7231`, Section 4.3 .8"
983
972
984
973
#: ../Doc/library/http.rst:180
985
974
msgid "``PATCH``"
986
- msgstr ""
975
+ msgstr "``PATCH`` "
987
976
988
977
#: ../Doc/library/http.rst:180
989
978
msgid "HTTP/1.1 :rfc:`5789`"
990
- msgstr ""
979
+ msgstr "HTTP/1.1 :rfc:`5789` "
991
980
992
981
#~ msgid ""
993
982
#~ ":mod:`http` is also a module that defines a number of HTTP status codes "
0 commit comments