@@ -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 : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2022 -10-29 11:17-0500 \n "
14
+ "PO-Revision-Date : 2024 -10-31 02:44-0600 \n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.5\n "
23
24
24
25
#: ../Doc/library/symtable.rst:2
25
26
msgid ":mod:`symtable` --- Access to the compiler's symbol tables"
@@ -70,12 +71,18 @@ msgid ""
70
71
"alias'``, and ``'type parameter'``. The latter four refer to different "
71
72
"flavors of :ref:`annotation scopes <annotation-scopes>`."
72
73
msgstr ""
74
+ "Retorna el tipo de la tabla de símbolos. Los valores posibles son "
75
+ "``'class'``, ``'module'``, ``'function'``, ``'annotation'``, ``'TypeVar "
76
+ "bound'``, ``'type alias'`` y ``'type parameter'``. Los cuatro últimos se "
77
+ "refieren a diferentes tipos de :ref:`annotation-scopes`."
73
78
74
79
#: ../Doc/library/symtable.rst:45
75
80
msgid ""
76
81
"Added ``'annotation'``, ``'TypeVar bound'``, ``'type alias'``, and ``'type "
77
82
"parameter'`` as possible return values."
78
83
msgstr ""
84
+ "Se agregaron ``'annotation'``, ``'TypeVar bound'``, ``'type alias'`` y "
85
+ "``'type parameter'`` como posibles valores de retorno."
79
86
80
87
#: ../Doc/library/symtable.rst:51
81
88
msgid "Return the table's identifier."
@@ -91,6 +98,14 @@ msgid ""
91
98
"alias. For type alias scopes, it is the name of the type alias. For :class:"
92
99
"`~typing.TypeVar` bound scopes, it is the name of the ``TypeVar``."
93
100
msgstr ""
101
+ "Retorna el nombre de la tabla. Es el nombre de la clase si la tabla es para "
102
+ "una clase, el nombre de la función si la tabla es para una función o "
103
+ "``'top`` si la tabla es global (:meth:`get_type` retorna ``'module``). Para "
104
+ "ámbitos de parámetros de tipo (que se utilizan para clases genéricas, "
105
+ "funciones y alias de tipo), es el nombre de la clase, función o alias de "
106
+ "tipo subyacente. Para ámbitos de alias de tipo, es el nombre del alias de "
107
+ "tipo. Para ámbitos enlazados :class:`~typing.TypeVar`, es el nombre del "
108
+ "``TypeVar``."
94
109
95
110
#: ../Doc/library/symtable.rst:65
96
111
msgid "Return the number of the first line in the block this table represents."
0 commit comments