1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
- # Maintained by the python-doc-es workteam.
3
+ # Maintained by the python-doc-es workteam.
4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12
+ "PO-Revision-Date : 2020-10-12 18:47-0500\n "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"Content-Transfer-Encoding : 8bit\n "
17
+ "Last-Translator : \n "
18
+ "X-Generator : Poedit 2.4.1\n "
19
19
20
20
#: ../Doc/library/symbol.rst:2
21
21
msgid ":mod:`symbol` --- Constants used with Python parse trees"
22
22
msgstr ""
23
+ ":mod:`symbol` --- Constantes utilizadas con árboles de análisis de Python"
23
24
24
25
#: ../Doc/library/symbol.rst:9
25
26
msgid "**Source code:** :source:`Lib/symbol.py`"
26
- msgstr ""
27
+ msgstr "**Código fuente:** :source:`Lib/symbol.py` "
27
28
28
29
#: ../Doc/library/symbol.rst:13
29
30
msgid ""
@@ -34,14 +35,24 @@ msgid ""
34
35
"grammar. The specific numeric values which the names map to may change "
35
36
"between Python versions."
36
37
msgstr ""
38
+ "Este módulo proporciona constantes que representan los valores numéricos de "
39
+ "nodos internos del árbol de análisis. A diferencia de la mayoría de las "
40
+ "constantes de Python, estas utilizan nombres en minúsculas. Refiérase al "
41
+ "archivo :file:`Grammar/Grammar` en la distribución de Python para las "
42
+ "definiciones de los nombres en el contexto de la gramática del lenguaje. Los "
43
+ "valores numéricos específicos que corresponden a los nombres pueden variar "
44
+ "entre versiones de Python."
37
45
38
46
#: ../Doc/library/symbol.rst:20
39
47
msgid "This module also provides one additional data object:"
40
- msgstr ""
48
+ msgstr "Este módulo también proporciona un objecto de datos adicional: "
41
49
42
50
#: ../Doc/library/symbol.rst:25
43
51
msgid ""
44
52
"Dictionary mapping the numeric values of the constants defined in this "
45
53
"module back to name strings, allowing more human-readable representation of "
46
54
"parse trees to be generated."
47
55
msgstr ""
56
+ "Diccionario que mapea los valores numéricos de las constantes definidas en "
57
+ "este módulo a cadenas de nombre, lo que permite generar una representación "
58
+ "más legible por humanos de árboles de análisis."
0 commit comments