@@ -12,23 +12,24 @@ msgstr ""
12
12
"Project-Id-Version : Python 3.8\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
15
- "PO-Revision-Date : 2022-11-26 19:11-0300\n "
16
- "Last-Translator : Sofía Denner <sofi.denner@gmail.com>\n "
17
- "Language : es_ES\n "
15
+ "PO-Revision-Date : 2023-10-28 01:00+0200\n "
16
+ "Last-Translator : Jose Ignacio Riaño Chico <jose.ignacio.riano@gmail.com>\n "
18
17
"Language-Team : Spanish - Spain <natx@y10k.ws>\n "
19
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
18
+ "Language : es_ES \n "
20
19
"MIME-Version : 1.0\n "
21
20
"Content-Type : text/plain; charset=utf-8\n "
22
21
"Content-Transfer-Encoding : 8bit\n "
22
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
23
23
"Generated-By : Babel 2.13.0\n "
24
+ "X-Generator : Poedit 3.4\n "
24
25
25
26
#: ../Doc/library/wsgiref.rst:2
26
27
msgid ":mod:`wsgiref` --- WSGI Utilities and Reference Implementation"
27
28
msgstr ":mod:`wsgiref` --- Utilidades WSGI e implementación de referencia"
28
29
29
30
#: ../Doc/library/wsgiref.rst:10
30
31
msgid "**Source code:** :source:`Lib/wsgiref`"
31
- msgstr ""
32
+ msgstr "**Código fuente:** :source:`Lib/wsgiref` "
32
33
33
34
#: ../Doc/library/wsgiref.rst:14
34
35
msgid ""
@@ -1083,16 +1084,14 @@ msgstr ""
1083
1084
"cliente."
1084
1085
1085
1086
#: ../Doc/library/wsgiref.rst:677
1086
- #, fuzzy
1087
1087
msgid ""
1088
1088
"This method can access the current error using ``sys.exception()``, and "
1089
1089
"should pass that information to *start_response* when calling it (as "
1090
1090
"described in the \" Error Handling\" section of :pep:`3333`)."
1091
1091
msgstr ""
1092
- "Este método puede acceder a la información de error actual usando ``sys."
1093
- "exc_info()`` y debería pasar esa información a *start_response* cuando es "
1094
- "llamada, tal y como se describe en la sección \" Error Handling\" de :pep:"
1095
- "`3333`."
1092
+ "Este método puede acceder al error actual usando ``sys.exception()``, y "
1093
+ "debería pasar esa información a *start_response* cuando la llame (tal y como "
1094
+ "se describe en la sección \" Error Handling\" de :pep:`3333`)."
1096
1095
1097
1096
#: ../Doc/library/wsgiref.rst:681
1098
1097
msgid ""
0 commit comments