Skip to content

Commit dc4c4a3

Browse files
committed
Traduccion completa
1 parent 706ae72 commit dc4c4a3

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

library/types.po

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.8\n"
11+
"Project-Id-Version: Python 3.12\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
1414
"PO-Revision-Date: 2021-12-14 07:45-0500\n"
@@ -177,17 +177,24 @@ msgid ""
177177
"(following the mechanisms laid out in :pep:`560`). This is useful for "
178178
"introspecting :ref:`Generics <user-defined-generics>`."
179179
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>`."
180184

181185
#: ../Doc/library/types.rst:92
182186
msgid ""
183187
"For classes that have an ``__orig_bases__`` attribute, this function returns "
184188
"the value of ``cls.__orig_bases__``. For classes without the "
185189
"``__orig_bases__`` attribute, ``cls.__bases__`` is returned."
186190
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__``."
187194

188195
#: ../Doc/library/types.rst:97
189196
msgid "Examples::"
190-
msgstr ""
197+
msgstr "Ejemplos::"
191198

192199
#: ../Doc/library/types.rst:127
193200
msgid ":pep:`560` - Core support for typing module and generic types"
@@ -500,19 +507,20 @@ msgstr "Este tipo ahora puede heredarse."
500507

501508
#: ../Doc/library/types.rst:357
502509
msgid ":ref:`Generic Alias Types<types-genericalias>`"
503-
msgstr ""
510+
msgstr ":ref:`Tipos de alias genéricos<tipos-aliasgenéricos>`"
504511

505512
#: ../Doc/library/types.rst:357
506513
msgid "In-depth documentation on instances of :class:`!types.GenericAlias`"
507514
msgstr ""
515+
"Documentación detallada sobre instancias de :class:`!types.GenericAlias`"
508516

509517
#: ../Doc/library/types.rst:359
510518
msgid ":pep:`585` - Type Hinting Generics In Standard Collections"
511-
msgstr ""
519+
msgstr ":pep:`585` - Escriba sugerencias genéricas en colecciones estándar"
512520

513521
#: ../Doc/library/types.rst:360
514522
msgid "Introducing the :class:`!types.GenericAlias` class"
515-
msgstr ""
523+
msgstr "Presentando la clase :class:`!types.GenericAlias`"
516524

517525
#: ../Doc/library/types.rst:364
518526
msgid "The type of :ref:`union type expressions<types-union>`."
@@ -783,8 +791,8 @@ msgstr ""
783791

784792
#: ../Doc/library/types.rst:189
785793
msgid "built-in function"
786-
msgstr ""
794+
msgstr "función incorporada"
787795

788796
#: ../Doc/library/types.rst:189
789797
msgid "compile"
790-
msgstr ""
798+
msgstr "compilar"

0 commit comments

Comments
 (0)