Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ebac24

Browse files
authored
Finalizando library/token (#1763)
1 parent 2a53ea5 commit 9ebac24

File tree

1 file changed

+55
-56
lines changed

1 file changed

+55
-56
lines changed

library/token.po

Lines changed: 55 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2020-10-05 17:28+0200\n"
1515
"Last-Translator: \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.9.1\n"
2323

2424
#: ../Doc/library/token.rst:2
@@ -30,20 +30,19 @@ msgid "**Source code:** :source:`Lib/token.py`"
3030
msgstr "**Código fuente:** :source:`Lib/token.py`"
3131

3232
#: ../Doc/library/token.rst:13
33-
#, fuzzy
3433
msgid ""
3534
"This module provides constants which represent the numeric values of leaf "
3635
"nodes of the parse tree (terminal tokens). Refer to the file :file:`Grammar/"
3736
"Tokens` in the Python distribution for the definitions of the names in the "
3837
"context of the language grammar. The specific numeric values which the "
3938
"names map to may change between Python versions."
4039
msgstr ""
41-
"Este módulo provee constantes que representan los valores numéricos de nodos "
42-
"hoja de un árbol de sintaxis (tokens terminales). Referirse al archivo :file:"
43-
"`Grammar/Grammar` en la distribución de Python para las definiciones de los "
44-
"nombres en el contexto de gramática del lenguaje. Los valores numéricos "
45-
"específicos a los que los nombres mapean pueden cambiar entre versiones de "
46-
"Python."
40+
"Este módulo proporciona constantes que representan los valores numéricos de "
41+
"los nodos hoja del árbol de análisis (tokens terminales). Consulte el "
42+
"archivo :file:`Grammar/Tokens` en la distribución de Python para conocer las "
43+
"definiciones de los nombres en el contexto de la gramática del lenguaje. Los "
44+
"valores numéricos específicos a los que se asignan los nombres pueden "
45+
"cambiar entre las versiones de Python."
4746

4847
#: ../Doc/library/token.rst:19
4948
msgid ""
@@ -82,191 +81,191 @@ msgstr "Las constantes de token son:"
8281

8382
#: ../Doc/library/token-list.inc:18
8483
msgid "Token value for ``\"(\"``."
85-
msgstr ""
84+
msgstr "Valor de token para ``\"(\"``."
8685

8786
#: ../Doc/library/token-list.inc:22
8887
msgid "Token value for ``\")\"``."
89-
msgstr ""
88+
msgstr "Valor de token para ``\")\"``."
9089

9190
#: ../Doc/library/token-list.inc:26
9291
msgid "Token value for ``\"[\"``."
93-
msgstr ""
92+
msgstr "Valor de token para ``\"[\"``."
9493

9594
#: ../Doc/library/token-list.inc:30
9695
msgid "Token value for ``\"]\"``."
97-
msgstr ""
96+
msgstr "Valor de token para ``\"]\"``."
9897

9998
#: ../Doc/library/token-list.inc:34
10099
msgid "Token value for ``\":\"``."
101-
msgstr ""
100+
msgstr "Valor de token para ``\":\"``."
102101

103102
#: ../Doc/library/token-list.inc:38
104103
msgid "Token value for ``\",\"``."
105-
msgstr ""
104+
msgstr "Valor de token para ``\",\"``."
106105

107106
#: ../Doc/library/token-list.inc:42
108107
msgid "Token value for ``\";\"``."
109-
msgstr ""
108+
msgstr "Valor de token para ``\";\"``."
110109

111110
#: ../Doc/library/token-list.inc:46
112111
msgid "Token value for ``\"+\"``."
113-
msgstr ""
112+
msgstr "Valor de token para ``\"+\"``."
114113

115114
#: ../Doc/library/token-list.inc:50
116115
msgid "Token value for ``\"-\"``."
117-
msgstr ""
116+
msgstr "Valor de token para ``\"-\"``."
118117

119118
#: ../Doc/library/token-list.inc:54
120119
msgid "Token value for ``\"*\"``."
121-
msgstr ""
120+
msgstr "Valor de token para ``\"*\"``."
122121

123122
#: ../Doc/library/token-list.inc:58
124123
msgid "Token value for ``\"/\"``."
125-
msgstr ""
124+
msgstr "Valor de token para ``\"/\"``."
126125

127126
#: ../Doc/library/token-list.inc:62
128127
msgid "Token value for ``\"|\"``."
129-
msgstr ""
128+
msgstr "Valor de token para ``\"|\"``."
130129

131130
#: ../Doc/library/token-list.inc:66
132131
msgid "Token value for ``\"&\"``."
133-
msgstr ""
132+
msgstr "Valor de token para ``\"&\"``."
134133

135134
#: ../Doc/library/token-list.inc:70
136135
msgid "Token value for ``\"<\"``."
137-
msgstr ""
136+
msgstr "Valor de token para ``\"<\"``."
138137

139138
#: ../Doc/library/token-list.inc:74
140139
msgid "Token value for ``\">\"``."
141-
msgstr ""
140+
msgstr "Valor de token para ``\">\"``."
142141

143142
#: ../Doc/library/token-list.inc:78
144143
msgid "Token value for ``\"=\"``."
145-
msgstr ""
144+
msgstr "Valor de token para ``\"=\"``."
146145

147146
#: ../Doc/library/token-list.inc:82
148147
msgid "Token value for ``\".\"``."
149-
msgstr ""
148+
msgstr "Valor de token para ``\".\"``."
150149

151150
#: ../Doc/library/token-list.inc:86
152151
msgid "Token value for ``\"%\"``."
153-
msgstr ""
152+
msgstr "Valor de token para ``\"%\"``."
154153

155154
#: ../Doc/library/token-list.inc:90
156155
msgid "Token value for ``\"{\"``."
157-
msgstr ""
156+
msgstr "Valor de token para ``\"{\"``."
158157

159158
#: ../Doc/library/token-list.inc:94
160159
msgid "Token value for ``\"}\"``."
161-
msgstr ""
160+
msgstr "Valor de token para ``\"}\"``."
162161

163162
#: ../Doc/library/token-list.inc:98
164163
msgid "Token value for ``\"==\"``."
165-
msgstr ""
164+
msgstr "Valor de token para ``\"==\"``."
166165

167166
#: ../Doc/library/token-list.inc:102
168167
msgid "Token value for ``\"!=\"``."
169-
msgstr ""
168+
msgstr "Valor de token para ``\"!=\"``."
170169

171170
#: ../Doc/library/token-list.inc:106
172171
msgid "Token value for ``\"<=\"``."
173-
msgstr ""
172+
msgstr "Valor de token para ``\"<=\"``."
174173

175174
#: ../Doc/library/token-list.inc:110
176175
msgid "Token value for ``\">=\"``."
177-
msgstr ""
176+
msgstr "Valor de token para ``\">=\"``."
178177

179178
#: ../Doc/library/token-list.inc:114
180179
msgid "Token value for ``\"~\"``."
181-
msgstr ""
180+
msgstr "Valor de token para ``\"~\"``."
182181

183182
#: ../Doc/library/token-list.inc:118
184183
msgid "Token value for ``\"^\"``."
185-
msgstr ""
184+
msgstr "Valor de token para ``\"^\"``."
186185

187186
#: ../Doc/library/token-list.inc:122
188187
msgid "Token value for ``\"<<\"``."
189-
msgstr ""
188+
msgstr "Valor de token para ``\"<<\"``."
190189

191190
#: ../Doc/library/token-list.inc:126
192191
msgid "Token value for ``\">>\"``."
193-
msgstr ""
192+
msgstr "Valor de token para ``\">>\"``."
194193

195194
#: ../Doc/library/token-list.inc:130
196195
msgid "Token value for ``\"**\"``."
197-
msgstr ""
196+
msgstr "Valor de token para ``\"**\"``."
198197

199198
#: ../Doc/library/token-list.inc:134
200199
msgid "Token value for ``\"+=\"``."
201-
msgstr ""
200+
msgstr "Valor de token para ``\"+=\"``."
202201

203202
#: ../Doc/library/token-list.inc:138
204203
msgid "Token value for ``\"-=\"``."
205-
msgstr ""
204+
msgstr "Valor de token para ``\"-=\"``."
206205

207206
#: ../Doc/library/token-list.inc:142
208207
msgid "Token value for ``\"*=\"``."
209-
msgstr ""
208+
msgstr "Valor de token para ``\"*=\"``."
210209

211210
#: ../Doc/library/token-list.inc:146
212211
msgid "Token value for ``\"/=\"``."
213-
msgstr ""
212+
msgstr "Valor de token para ``\"/=\"``."
214213

215214
#: ../Doc/library/token-list.inc:150
216215
msgid "Token value for ``\"%=\"``."
217-
msgstr ""
216+
msgstr "Valor de token para ``\"%=\"``."
218217

219218
#: ../Doc/library/token-list.inc:154
220219
msgid "Token value for ``\"&=\"``."
221-
msgstr ""
220+
msgstr "Valor de token para ``\"&=\"``."
222221

223222
#: ../Doc/library/token-list.inc:158
224223
msgid "Token value for ``\"|=\"``."
225-
msgstr ""
224+
msgstr "Valor de token para ``\"|=\"``."
226225

227226
#: ../Doc/library/token-list.inc:162
228227
msgid "Token value for ``\"^=\"``."
229-
msgstr ""
228+
msgstr "Valor de token para ``\"^=\"``."
230229

231230
#: ../Doc/library/token-list.inc:166
232231
msgid "Token value for ``\"<<=\"``."
233-
msgstr ""
232+
msgstr "Valor de token para ``\"<<=\"``."
234233

235234
#: ../Doc/library/token-list.inc:170
236235
msgid "Token value for ``\">>=\"``."
237-
msgstr ""
236+
msgstr "Valor de token para ``\">>=\"``."
238237

239238
#: ../Doc/library/token-list.inc:174
240239
msgid "Token value for ``\"**=\"``."
241-
msgstr ""
240+
msgstr "Valor de token para ``\"**=\"``."
242241

243242
#: ../Doc/library/token-list.inc:178
244243
msgid "Token value for ``\"//\"``."
245-
msgstr ""
244+
msgstr "Valor de token para ``\"//\"``."
246245

247246
#: ../Doc/library/token-list.inc:182
248247
msgid "Token value for ``\"//=\"``."
249-
msgstr ""
248+
msgstr "Valor de token para ``\"//=\"``."
250249

251250
#: ../Doc/library/token-list.inc:186
252251
msgid "Token value for ``\"@\"``."
253-
msgstr ""
252+
msgstr "Valor de token para ``\"@\"``."
254253

255254
#: ../Doc/library/token-list.inc:190
256255
msgid "Token value for ``\"@=\"``."
257-
msgstr ""
256+
msgstr "Valor de token para ``\"@=\"``."
258257

259258
#: ../Doc/library/token-list.inc:194
260259
msgid "Token value for ``\"->\"``."
261-
msgstr ""
260+
msgstr "Valor de token para ``\"->\"``."
262261

263262
#: ../Doc/library/token-list.inc:198
264263
msgid "Token value for ``\"...\"``."
265-
msgstr ""
264+
msgstr "Valor de token para ``\"...\"``."
266265

267266
#: ../Doc/library/token-list.inc:202
268267
msgid "Token value for ``\":=\"``."
269-
msgstr ""
268+
msgstr "Valor de token para ``\":=\"``."
270269

271270
#: ../Doc/library/token.rst:49
272271
msgid ""

0 commit comments

Comments
 (0)