Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b79ae6

Browse filesBrowse files
authored
Traducido archivo library/symtable (#2106)
Closes #1953
1 parent cf2629c commit 4b79ae6
Copy full SHA for 4b79ae6

File tree

Expand file treeCollapse file tree

1 file changed

+9
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-6
lines changed

‎library/symtable.po

Copy file name to clipboardExpand all lines: library/symtable.po
+9-6Lines changed: 9 additions & 6 deletions
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: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-08-04 21:58+0200\n"
14+
"PO-Revision-Date: 2022-10-29 11:17-0500\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\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.10.3\n"
23+
"X-Generator: Poedit 3.0.1\n"
2324

2425
#: ../Doc/library/symtable.rst:2
2526
msgid ":mod:`symtable` --- Access to the compiler's symbol tables"
@@ -111,6 +112,8 @@ msgid ""
111112
"Return a view object containing the names of symbols in the table. See the :"
112113
"ref:`documentation of view objects <dict-views>`."
113114
msgstr ""
115+
"Retorna una vista de objeto que contiene los nombres de los símbolos en la "
116+
"tabla. Lee la :ref:`documentación de vistas de objetos <dict-views>`."
114117

115118
#: ../Doc/library/symtable.rst:77
116119
msgid "Lookup *name* in the table and return a :class:`Symbol` instance."
@@ -265,13 +268,13 @@ msgid "Return a list of namespaces bound to this name."
265268
msgstr "Retorna una lista de espacios de nombres vinculados a este nombre."
266269

267270
#: ../Doc/library/symtable.rst:198
268-
#, fuzzy
269271
msgid ""
270272
"Return the namespace bound to this name. If more than one or no namespace is "
271273
"bound to this name, a :exc:`ValueError` is raised."
272274
msgstr ""
273-
"Retorna el espacio de nombres vinculado a este nombre. Si más de un espacio "
274-
"de nombres esta vinculado se lanza un :exc:`ValueError`."
275+
"Retorna el espacio de nombre vinculado a este nombre. Si hay más de un "
276+
"espacio de nombre vinculado o ninguno a ese nombre se levanta un :exc:"
277+
"`ValueError`."
275278

276279
#~ msgid "Return a list of names of symbols in this table."
277280
#~ msgstr "Retorna una lista con los nombres de los símbolos en esta tabla."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.