Skip to content

Commit e60245f

Browse files
Traducción de library/wsgiref.po (#2715)
Closes #2594
1 parent 29703bb commit e60245f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

library/wsgiref.po

+9-10
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,24 @@ msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"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"
1817
"Language-Team: Spanish - Spain <natx@y10k.ws>\n"
19-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Language: es_ES\n"
2019
"MIME-Version: 1.0\n"
2120
"Content-Type: text/plain; charset=utf-8\n"
2221
"Content-Transfer-Encoding: 8bit\n"
22+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2323
"Generated-By: Babel 2.13.0\n"
24+
"X-Generator: Poedit 3.4\n"
2425

2526
#: ../Doc/library/wsgiref.rst:2
2627
msgid ":mod:`wsgiref` --- WSGI Utilities and Reference Implementation"
2728
msgstr ":mod:`wsgiref` --- Utilidades WSGI e implementación de referencia"
2829

2930
#: ../Doc/library/wsgiref.rst:10
3031
msgid "**Source code:** :source:`Lib/wsgiref`"
31-
msgstr ""
32+
msgstr "**Código fuente:** :source:`Lib/wsgiref`"
3233

3334
#: ../Doc/library/wsgiref.rst:14
3435
msgid ""
@@ -1083,16 +1084,14 @@ msgstr ""
10831084
"cliente."
10841085

10851086
#: ../Doc/library/wsgiref.rst:677
1086-
#, fuzzy
10871087
msgid ""
10881088
"This method can access the current error using ``sys.exception()``, and "
10891089
"should pass that information to *start_response* when calling it (as "
10901090
"described in the \"Error Handling\" section of :pep:`3333`)."
10911091
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`)."
10961095

10971096
#: ../Doc/library/wsgiref.rst:681
10981097
msgid ""

0 commit comments

Comments
 (0)