@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-05-25 11:54 +0200\n "
14
+ "PO-Revision-Date : 2020-06-03 16:00 +0200\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,14 +24,18 @@ msgstr ""
24
24
25
25
#: ../Doc/reference/lexical_analysis.rst:6
26
26
msgid "Lexical analysis"
27
- msgstr ""
27
+ msgstr "Análisis léxico "
28
28
29
29
#: ../Doc/reference/lexical_analysis.rst:10
30
30
msgid ""
31
31
"A Python program is read by a *parser*. Input to the parser is a stream of "
32
32
"*tokens*, generated by the *lexical analyzer*. This chapter describes how "
33
33
"the lexical analyzer breaks a file into tokens."
34
34
msgstr ""
35
+ "Un programa de Python es leído por un *parser* (analizador sintáctico). Los "
36
+ "datos introducidos en el analizador son un flujo de *tokens*, generados por "
37
+ "el *analizador léxico*. Este capítulo describe cómo el analizador léxico "
38
+ "desglosa un archivo en tokens."
35
39
36
40
#: ../Doc/reference/lexical_analysis.rst:14
37
41
msgid ""
@@ -40,6 +44,10 @@ msgid ""
40
44
"`3120` for details. If the source file cannot be decoded, a :exc:"
41
45
"`SyntaxError` is raised."
42
46
msgstr ""
47
+ "Python lee el texto del programa como puntos de código Unicode; la "
48
+ "codificación de un archivo fuente puede ser dada por una declaración de "
49
+ "codificación y por defecto es UTF-8, ver :pep:`3120` para más detalles. Si "
50
+ "el archivo fuente no puede ser decodificado, se genera un :exc:`SyntaxError`."
43
51
44
52
#: ../Doc/reference/lexical_analysis.rst:23
45
53
msgid "Line structure"
0 commit comments