@@ -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 : 2021-03-19 11:16+0100\n "
14
- "PO-Revision-Date : 2020-06-15 10:28+0200 \n "
14
+ "PO-Revision-Date : 2021-08-10 21:03-0500 \n "
15
15
"Last-Translator : Héctor Canto <hectorcanto@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/typing.rst:3
25
26
msgid ":mod:`typing` --- Support for type hints"
@@ -372,7 +373,6 @@ msgstr ""
372
373
"compatible con todos los tipos."
373
374
374
375
#: ../Doc/library/typing.rst:330
375
- #, fuzzy
376
376
msgid ""
377
377
"This means that it is possible to perform any operation or method call on a "
378
378
"value of type :data:`Any` and assign it to any variable::"
@@ -392,7 +392,7 @@ msgstr ""
392
392
"tipo :data:`Any` a un tipo más preciso. Por ejemplo, el Validador estático "
393
393
"de tipos no reportó ningún error cuando se asignó ``a`` a ``s``, aún cuando "
394
394
"se declaró ``s`` como de tipo :class:`str` y recibió un valor :class:`int` "
395
- "en tiempo de ejecución. "
395
+ "en tiempo de ejecución! "
396
396
397
397
#: ../Doc/library/typing.rst:354
398
398
msgid ""
@@ -459,7 +459,6 @@ msgstr ""
459
459
460
460
# Frase ultracompleja, necesitar una revisión fuerte
461
461
#: ../Doc/library/typing.rst:408
462
- #, fuzzy
463
462
msgid ""
464
463
"This requirement previously also applied to abstract base classes, such as :"
465
464
"class:`~collections.abc.Iterable`. The problem with this approach is that a "
@@ -468,11 +467,11 @@ msgid ""
468
467
"code. For example, this conforms to :pep:`484`::"
469
468
msgstr ""
470
469
"Este requisito también se aplicaba anteriormente a clases base abstractas "
471
- "(ABC), tales como :class:`Iterable`. El problema con esta estrategia es que "
472
- "una clase debía de ser marcada explícitamente para proporcionar tal "
473
- "funcionalidad, lo que resulta poco *pythónico* (idiomático) y poco ajustado "
474
- "a lo que uno normalmente haría en un código Python tipado dinámicamente. Por "
475
- "ejemplo, esto sí se ajusta al :pep:`484`::"
470
+ "(ABC), tales como :class:`~collections.abc. Iterable`. El problema con esta "
471
+ "estrategia es que una clase debía de ser marcada explícitamente para "
472
+ "proporcionar tal funcionalidad, lo que resulta poco *pythónico* (idiomático) "
473
+ "y poco ajustado a lo que uno normalmente haría en un código Python tipado "
474
+ "dinámicamente. Por ejemplo, esto sí se ajusta al :pep:`484`::"
476
475
477
476
#: ../Doc/library/typing.rst:421
478
477
msgid ""
@@ -500,12 +499,11 @@ msgstr ""
500
499
501
500
#: ../Doc/library/typing.rst:442
502
501
msgid "Module contents"
503
- msgstr ""
502
+ msgstr "Contenido del módulo. "
504
503
505
504
#: ../Doc/library/typing.rst:444
506
- #, fuzzy
507
505
msgid "The module defines the following classes, functions and decorators."
508
- msgstr "El módulo define las siguientes clases, funciones y decoradores: "
506
+ msgstr "El módulo define las siguientes clases, funciones y decoradores. "
509
507
510
508
#: ../Doc/library/typing.rst:448
511
509
msgid ""
@@ -535,9 +533,8 @@ msgid "Special typing primitives"
535
533
msgstr ""
536
534
537
535
#: ../Doc/library/typing.rst:468
538
- #, fuzzy
539
536
msgid "Special types"
540
- msgstr "Tipo Optional. "
537
+ msgstr "Tipos especiales "
541
538
542
539
#: ../Doc/library/typing.rst:470
543
540
msgid "These can be used as types in annotations and do not support ``[]``."
0 commit comments