Skip to content

Commit c79cb1e

Browse files
committed
add missing translations for library/wsgiref
1 parent f00637e commit c79cb1e

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

library/wsgiref.po

+16-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
15-
"PO-Revision-Date: 2022-11-26 18:19-0300\n"
15+
"PO-Revision-Date: 2022-11-26 19:11-0300\n"
1616
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1717
"Language-Team: Spanish - Spain <natx@y10k.ws>\n"
1818
"Language: es_ES\n"
@@ -1253,39 +1253,52 @@ msgid ""
12531253
"This module provides various types for static type checking as described in :"
12541254
"pep:`3333`."
12551255
msgstr ""
1256+
"Este módulo provee varios tipos para validadores estáticos de tipos, como se "
1257+
"describe en :pep:`3333`."
12561258

12571259
#: ../Doc/library/wsgiref.rst:781
12581260
msgid ""
12591261
"A :class:`typing.Protocol` describing `start_response() <https://peps.python."
12601262
"org/pep-3333/#the-start-response-callable>`_ callables (:pep:`3333`)."
12611263
msgstr ""
1264+
"Un :class:`typing.Protocol` que describe los invocables `start_response() "
1265+
"<https://peps.python.org/pep-3333/#the-start-response-callable>`_ (:pep:"
1266+
"`3333`)."
12621267

12631268
#: ../Doc/library/wsgiref.rst:787
12641269
msgid "A type alias describing a WSGI environment dictionary."
1265-
msgstr ""
1270+
msgstr "Un alias de tipo que describe un diccionario de entorno WSGI."
12661271

12671272
#: ../Doc/library/wsgiref.rst:791
12681273
msgid "A type alias describing a WSGI application callable."
1269-
msgstr ""
1274+
msgstr "Un alias de tipo que describe una aplicación WSGI invocable."
12701275

12711276
#: ../Doc/library/wsgiref.rst:795
12721277
msgid ""
12731278
"A :class:`typing.Protocol` describing a `WSGI Input Stream <https://peps."
12741279
"python.org/pep-3333/#input-and-error-streams>`_."
12751280
msgstr ""
1281+
"Un :class:`typing.Protocol` que describe un `flujo de entrada WSGI <https://"
1282+
"peps.python.org/pep-3333/#input-and-error-streams>`_."
12761283

12771284
#: ../Doc/library/wsgiref.rst:800
12781285
msgid ""
12791286
"A :class:`typing.Protocol` describing a `WSGI Error Stream <https://peps."
12801287
"python.org/pep-3333/#input-and-error-streams>`_."
12811288
msgstr ""
1289+
"Un :class:`typing.Protocol` que describe un `flujo de error WSGI <https://"
1290+
"peps.python.org/pep-3333/#input-and-error-streams>`_."
12821291

12831292
#: ../Doc/library/wsgiref.rst:805
12841293
msgid ""
12851294
"A :class:`typing.Protocol` describing a `file wrapper <https://peps.python."
12861295
"org/pep-3333/#optional-platform-specific-file-handling>`_. See :class:"
12871296
"`wsgiref.util.FileWrapper` for a concrete implementation of this protocol."
12881297
msgstr ""
1298+
"Un :class:`typing.Protocol` que describe un *`file wrapper <https://peps."
1299+
"python.org/pep-3333/#optional-platform-specific-file-handling>`_*. Vea :"
1300+
"class:`wsgiref.util.FileWrapper` para una implementación condreta de este "
1301+
"protocolo."
12891302

12901303
#: ../Doc/library/wsgiref.rst:812
12911304
msgid "Examples"

0 commit comments

Comments
 (0)