@@ -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 : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2022 -10-29 10:15-0500 \n "
14
+ "PO-Revision-Date : 2024 -10-31 12:48-0600 \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.13.0\n "
23
+ "X-Generator : Poedit 3.5\n "
23
24
24
25
#: ../Doc/library/http.rst:2
25
26
msgid ":mod:`http` --- HTTP modules"
@@ -884,74 +885,69 @@ msgstr ""
884
885
"TOO_EARLY``."
885
886
886
887
#: ../Doc/library/http.rst:141
887
- #, fuzzy
888
888
msgid "HTTP status category"
889
- msgstr "Códigos de estado HTTP"
889
+ msgstr "Categoría de estado HTTP"
890
890
891
891
#: ../Doc/library/http.rst:145
892
892
msgid ""
893
893
"The enum values have several properties to indicate the HTTP status category:"
894
894
msgstr ""
895
+ "Los valores enum tienen varias propiedades para indicar la categoría de "
896
+ "estado HTTP:"
895
897
896
898
#: ../Doc/library/http.rst:148
897
899
msgid "Property"
898
- msgstr ""
900
+ msgstr "Propiedad "
899
901
900
902
#: ../Doc/library/http.rst:148
901
903
msgid "Indicates that"
902
- msgstr ""
904
+ msgstr "Indica que "
903
905
904
906
#: ../Doc/library/http.rst:150
905
- #, fuzzy
906
907
msgid "``is_informational``"
907
- msgstr "``NON_AUTHORITATIVE_INFORMATION ``"
908
+ msgstr "``is_informational ``"
908
909
909
910
#: ../Doc/library/http.rst:150
910
911
msgid "``100 <= status <= 199``"
911
- msgstr ""
912
+ msgstr "``100 <= status <= 199`` "
912
913
913
914
#: ../Doc/library/http.rst:150 ../Doc/library/http.rst:151
914
915
#: ../Doc/library/http.rst:152 ../Doc/library/http.rst:153
915
916
#: ../Doc/library/http.rst:154
916
- #, fuzzy
917
917
msgid "HTTP/1.1 :rfc:`7231`, Section 6"
918
- msgstr "HTTP/1.1 :rfc:`7231`, Sección 6.6.6 "
918
+ msgstr "HTTP/1.1 :rfc:`7231`, Sección 6"
919
919
920
920
#: ../Doc/library/http.rst:151
921
- #, fuzzy
922
921
msgid "``is_success``"
923
- msgstr "``IM_USED ``"
922
+ msgstr "``is_success ``"
924
923
925
924
#: ../Doc/library/http.rst:151
926
925
msgid "``200 <= status <= 299``"
927
- msgstr ""
926
+ msgstr "``200 <= status <= 299`` "
928
927
929
928
#: ../Doc/library/http.rst:152
930
- #, fuzzy
931
929
msgid "``is_redirection``"
932
- msgstr "``TEMPORARY_REDIRECT ``"
930
+ msgstr "``is_redirection ``"
933
931
934
932
#: ../Doc/library/http.rst:152
935
933
msgid "``300 <= status <= 399``"
936
- msgstr ""
934
+ msgstr "``300 <= status <= 399`` "
937
935
938
936
#: ../Doc/library/http.rst:153
939
- #, fuzzy
940
937
msgid "``is_client_error``"
941
- msgstr "``INSUFFICIENT_STORAGE ``"
938
+ msgstr "``is_client_error ``"
942
939
943
940
#: ../Doc/library/http.rst:153
944
941
msgid "``400 <= status <= 499``"
945
- msgstr ""
942
+ msgstr "``400 <= status <= 499`` "
946
943
947
944
#: ../Doc/library/http.rst:154
948
- #, fuzzy
949
945
msgid "``is_server_error``"
950
- msgstr "``INTERNAL_SERVER_ERROR ``"
946
+ msgstr "``is_server_error ``"
951
947
952
948
#: ../Doc/library/http.rst:154
953
949
msgid "``500 <= status <= 599``"
954
- msgstr ""
950
+ msgstr "``500 <= status <= 599`` "
955
951
956
952
#: ../Doc/library/http.rst:169
957
953
msgid ""
@@ -1051,13 +1047,12 @@ msgstr "HTTP/1.1 :rfc:`5789`"
1051
1047
1052
1048
#: ../Doc/library/http.rst:9
1053
1049
msgid "HTTP"
1054
- msgstr ""
1050
+ msgstr "HTTP "
1055
1051
1056
1052
#: ../Doc/library/http.rst:9
1057
1053
msgid "protocol"
1058
- msgstr ""
1054
+ msgstr "protocol "
1059
1055
1060
1056
#: ../Doc/library/http.rst:9
1061
- #, fuzzy
1062
1057
msgid "http (standard module)"
1063
- msgstr "Códigos de estado HTTP "
1058
+ msgstr "http (standard module) "
0 commit comments