Skip to content

Commit b8c0539

Browse files
xoosephrtobar
andauthored
Traducido archivo library/symtable (#2855)
Closes #2532 --------- Co-authored-by: rtobar <[email protected]>
1 parent d6c7de6 commit b8c0539

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

library/symtable.po

+18-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/library/symtable.rst:2
2526
msgid ":mod:`symtable` --- Access to the compiler's symbol tables"
@@ -70,12 +71,18 @@ msgid ""
7071
"alias'``, and ``'type parameter'``. The latter four refer to different "
7172
"flavors of :ref:`annotation scopes <annotation-scopes>`."
7273
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`."
7378

7479
#: ../Doc/library/symtable.rst:45
7580
msgid ""
7681
"Added ``'annotation'``, ``'TypeVar bound'``, ``'type alias'``, and ``'type "
7782
"parameter'`` as possible return values."
7883
msgstr ""
84+
"Se agregaron ``'annotation'``, ``'TypeVar bound'``, ``'type alias'`` y "
85+
"``'type parameter'`` como posibles valores de retorno."
7986

8087
#: ../Doc/library/symtable.rst:51
8188
msgid "Return the table's identifier."
@@ -91,6 +98,14 @@ msgid ""
9198
"alias. For type alias scopes, it is the name of the type alias. For :class:"
9299
"`~typing.TypeVar` bound scopes, it is the name of the ``TypeVar``."
93100
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``."
94109

95110
#: ../Doc/library/symtable.rst:65
96111
msgid "Return the number of the first line in the block this table represents."

0 commit comments

Comments
 (0)