@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14
- "PO-Revision-Date : 2024-01-22 13:59-0500 \n "
14
+ "PO-Revision-Date : 2024-11-27 23:58+0100 \n "
15
15
"
Last-Translator :
Xavi Francisco <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.16.0\n "
23
+ "X-Generator : Poedit 3.5\n "
23
24
24
25
#: ../Doc/reference/introduction.rst:6
25
26
msgid "Introduction"
@@ -180,7 +181,6 @@ msgid "PyPy"
180
181
msgstr "PyPy"
181
182
182
183
#: ../Doc/reference/introduction.rst:72
183
- #, fuzzy
184
184
msgid ""
185
185
"An implementation of Python written completely in Python. It supports "
186
186
"several advanced features not found in other implementations like stackless "
@@ -192,11 +192,11 @@ msgid ""
192
192
msgstr ""
193
193
"Una implementación de Python escrita completamente en Python. Soporta varias "
194
194
"características avanzadas que no se encuentran en otras implementaciones "
195
- "como soporte stackless y un compilador Just in Time. Uno de los objetivos "
196
- "del proyecto es fomentar la experimentación con el propio lenguaje "
195
+ "como compatibilidad stackless y un compilador Just in Time. Uno de los "
196
+ "objetivos del proyecto es fomentar la experimentación con el propio lenguaje "
197
197
"facilitando la modificación del intérprete (ya que está escrito en Python). "
198
198
"Puede encontrar más información en la página principal del proyecto 'PyPy "
199
- "<https://www.pypy.org/>_'"
199
+ "<https://www.pypy.org/>_'. "
200
200
201
201
#: ../Doc/reference/introduction.rst:79
202
202
msgid ""
@@ -217,15 +217,15 @@ msgid "Notation"
217
217
msgstr "Notación"
218
218
219
219
#: ../Doc/reference/introduction.rst:93
220
- #, fuzzy , python-format
221
220
msgid ""
222
221
"The descriptions of lexical analysis and syntax use a modified `Backus–Naur "
223
222
"form (BNF) <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ "
224
223
"grammar notation. This uses the following style of definition:"
225
224
msgstr ""
226
225
"Las descripciones del análisis léxico y sintáctico usan una notación "
227
- "gramatical BNF modificada. De tal forma, utilizan el siguiente estilo de "
228
- "definición:"
226
+ "gramatical BNF modificada `Backus–Naur form (BNF) <https://es.wikipedia.org/"
227
+ "wiki/Notación_de_Backus-Naur>`_. De tal forma, utilizan el siguiente estilo "
228
+ "de definición:"
229
229
230
230
#: ../Doc/reference/introduction.rst:101
231
231
msgid ""
0 commit comments