Skip to content

Commit 5afa1fc

Browse files
authored
Translating library/symbol.po (#1071)
1 parent 834eb36 commit 5afa1fc

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ Ayose Figuera (@ayosefiguera)
108108
Alvaro Cárdenas (@alvaruz)
109109
Daniel Vera Nieto (@dveni)
110110
Andros Fenollosa Hurtado (@tanrax)
111+
Alan Verdugo Muñoz (@alanverdugo)

library/symbol.po

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# 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.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"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"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Last-Translator: \n"
18+
"X-Generator: Poedit 2.4.1\n"
1919

2020
#: ../Doc/library/symbol.rst:2
2121
msgid ":mod:`symbol` --- Constants used with Python parse trees"
2222
msgstr ""
23+
":mod:`symbol` --- Constantes utilizadas con árboles de análisis de Python"
2324

2425
#: ../Doc/library/symbol.rst:9
2526
msgid "**Source code:** :source:`Lib/symbol.py`"
26-
msgstr ""
27+
msgstr "**Código fuente:** :source:`Lib/symbol.py`"
2728

2829
#: ../Doc/library/symbol.rst:13
2930
msgid ""
@@ -34,14 +35,24 @@ msgid ""
3435
"grammar. The specific numeric values which the names map to may change "
3536
"between Python versions."
3637
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."
3745

3846
#: ../Doc/library/symbol.rst:20
3947
msgid "This module also provides one additional data object:"
40-
msgstr ""
48+
msgstr "Este módulo también proporciona un objecto de datos adicional:"
4149

4250
#: ../Doc/library/symbol.rst:25
4351
msgid ""
4452
"Dictionary mapping the numeric values of the constants defined in this "
4553
"module back to name strings, allowing more human-readable representation of "
4654
"parse trees to be generated."
4755
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

Comments
 (0)