@@ -12,7 +12,7 @@ msgstr ""
12
12
"Project-Id-Version : Python 3.8\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"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 "
16
16
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
17
17
"Language-Team : Spanish - Spain <natx@y10k.ws>\n "
18
18
"Language : es_ES\n "
@@ -1253,39 +1253,52 @@ msgid ""
1253
1253
"This module provides various types for static type checking as described in :"
1254
1254
"pep:`3333`."
1255
1255
msgstr ""
1256
+ "Este módulo provee varios tipos para validadores estáticos de tipos, como se "
1257
+ "describe en :pep:`3333`."
1256
1258
1257
1259
#: ../Doc/library/wsgiref.rst:781
1258
1260
msgid ""
1259
1261
"A :class:`typing.Protocol` describing `start_response() <https://peps.python."
1260
1262
"org/pep-3333/#the-start-response-callable>`_ callables (:pep:`3333`)."
1261
1263
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`)."
1262
1267
1263
1268
#: ../Doc/library/wsgiref.rst:787
1264
1269
msgid "A type alias describing a WSGI environment dictionary."
1265
- msgstr ""
1270
+ msgstr "Un alias de tipo que describe un diccionario de entorno WSGI. "
1266
1271
1267
1272
#: ../Doc/library/wsgiref.rst:791
1268
1273
msgid "A type alias describing a WSGI application callable."
1269
- msgstr ""
1274
+ msgstr "Un alias de tipo que describe una aplicación WSGI invocable. "
1270
1275
1271
1276
#: ../Doc/library/wsgiref.rst:795
1272
1277
msgid ""
1273
1278
"A :class:`typing.Protocol` describing a `WSGI Input Stream <https://peps."
1274
1279
"python.org/pep-3333/#input-and-error-streams>`_."
1275
1280
msgstr ""
1281
+ "Un :class:`typing.Protocol` que describe un `flujo de entrada WSGI <https://"
1282
+ "peps.python.org/pep-3333/#input-and-error-streams>`_."
1276
1283
1277
1284
#: ../Doc/library/wsgiref.rst:800
1278
1285
msgid ""
1279
1286
"A :class:`typing.Protocol` describing a `WSGI Error Stream <https://peps."
1280
1287
"python.org/pep-3333/#input-and-error-streams>`_."
1281
1288
msgstr ""
1289
+ "Un :class:`typing.Protocol` que describe un `flujo de error WSGI <https://"
1290
+ "peps.python.org/pep-3333/#input-and-error-streams>`_."
1282
1291
1283
1292
#: ../Doc/library/wsgiref.rst:805
1284
1293
msgid ""
1285
1294
"A :class:`typing.Protocol` describing a `file wrapper <https://peps.python."
1286
1295
"org/pep-3333/#optional-platform-specific-file-handling>`_. See :class:"
1287
1296
"`wsgiref.util.FileWrapper` for a concrete implementation of this protocol."
1288
1297
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."
1289
1302
1290
1303
#: ../Doc/library/wsgiref.rst:812
1291
1304
msgid "Examples"
0 commit comments