|
8 | 8 | # |
9 | 9 | msgid "" |
10 | 10 | msgstr "" |
11 | | -"Project-Id-Version: Python 3.8\n" |
| 11 | +"Project-Id-Version: Python 3.12\n" |
12 | 12 | "Report-Msgid-Bugs-To: \n" |
13 | 13 | "POT-Creation-Date: 2023-10-12 19:43+0200\n" |
14 | 14 | "PO-Revision-Date: 2021-12-14 07:45-0500\n" |
@@ -177,17 +177,24 @@ msgid "" |
177 | 177 | "(following the mechanisms laid out in :pep:`560`). This is useful for " |
178 | 178 | "introspecting :ref:`Generics <user-defined-generics>`." |
179 | 179 | msgstr "" |
| 180 | +"Devuelve la tupla de objetos originalmente dados como bases de *cls* antes " |
| 181 | +"el método :meth:`~object.__mro_entries__` ha sido llamado por cualquier " |
| 182 | +"motivo (siguiendo los mecanismos establecidos en :pep:`560`). Esto es útil " |
| 183 | +"para introspección :ref:`Genéricos <genéricos-definidos por el usuario>`." |
180 | 184 |
|
181 | 185 | #: ../Doc/library/types.rst:92 |
182 | 186 | msgid "" |
183 | 187 | "For classes that have an ``__orig_bases__`` attribute, this function returns " |
184 | 188 | "the value of ``cls.__orig_bases__``. For classes without the " |
185 | 189 | "``__orig_bases__`` attribute, ``cls.__bases__`` is returned." |
186 | 190 | msgstr "" |
| 191 | +"Para las clases que tienen un atributo ``__orig_bases__``, esta función " |
| 192 | +"devuelve el valor de ``cls.__orig_bases__``. Para clases sin Se devuelve el " |
| 193 | +"atributo ``__orig_bases__``, ``cls.__bases__``." |
187 | 194 |
|
188 | 195 | #: ../Doc/library/types.rst:97 |
189 | 196 | msgid "Examples::" |
190 | | -msgstr "" |
| 197 | +msgstr "Ejemplos::" |
191 | 198 |
|
192 | 199 | #: ../Doc/library/types.rst:127 |
193 | 200 | msgid ":pep:`560` - Core support for typing module and generic types" |
@@ -500,19 +507,20 @@ msgstr "Este tipo ahora puede heredarse." |
500 | 507 |
|
501 | 508 | #: ../Doc/library/types.rst:357 |
502 | 509 | msgid ":ref:`Generic Alias Types<types-genericalias>`" |
503 | | -msgstr "" |
| 510 | +msgstr ":ref:`Tipos de alias genéricos<tipos-aliasgenéricos>`" |
504 | 511 |
|
505 | 512 | #: ../Doc/library/types.rst:357 |
506 | 513 | msgid "In-depth documentation on instances of :class:`!types.GenericAlias`" |
507 | 514 | msgstr "" |
| 515 | +"Documentación detallada sobre instancias de :class:`!types.GenericAlias`" |
508 | 516 |
|
509 | 517 | #: ../Doc/library/types.rst:359 |
510 | 518 | msgid ":pep:`585` - Type Hinting Generics In Standard Collections" |
511 | | -msgstr "" |
| 519 | +msgstr ":pep:`585` - Escriba sugerencias genéricas en colecciones estándar" |
512 | 520 |
|
513 | 521 | #: ../Doc/library/types.rst:360 |
514 | 522 | msgid "Introducing the :class:`!types.GenericAlias` class" |
515 | | -msgstr "" |
| 523 | +msgstr "Presentando la clase :class:`!types.GenericAlias`" |
516 | 524 |
|
517 | 525 | #: ../Doc/library/types.rst:364 |
518 | 526 | msgid "The type of :ref:`union type expressions<types-union>`." |
@@ -783,8 +791,8 @@ msgstr "" |
783 | 791 |
|
784 | 792 | #: ../Doc/library/types.rst:189 |
785 | 793 | msgid "built-in function" |
786 | | -msgstr "" |
| 794 | +msgstr "función incorporada" |
787 | 795 |
|
788 | 796 | #: ../Doc/library/types.rst:189 |
789 | 797 | msgid "compile" |
790 | | -msgstr "" |
| 798 | +msgstr "compilar" |
0 commit comments