Skip to content

Commit d6f4316

Browse files
authored
Translate reference/introduction (#3339)
Closes #3283
1 parent 59f93b9 commit d6f4316

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ nicocastanio
195195
Nicolás Demarchi (@gilgamezh)
196196
Nicolás Lunardi (@nicolunardi)
197197
Omar Mendo (@beejeke)
198+
Oscar Criado (@ocriado91)
198199
Oscar Garzon (@oscar-garzon)
199200
Oscar Martinez
200201
Pablo Lobariñas (@Qkolnek)

reference/introduction.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Last-Translator: Xavi Francisco <[email protected]>\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.16.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/reference/introduction.rst:6
2526
msgid "Introduction"
@@ -180,7 +181,6 @@ msgid "PyPy"
180181
msgstr "PyPy"
181182

182183
#: ../Doc/reference/introduction.rst:72
183-
#, fuzzy
184184
msgid ""
185185
"An implementation of Python written completely in Python. It supports "
186186
"several advanced features not found in other implementations like stackless "
@@ -192,11 +192,11 @@ msgid ""
192192
msgstr ""
193193
"Una implementación de Python escrita completamente en Python. Soporta varias "
194194
"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 "
197197
"facilitando la modificación del intérprete (ya que está escrito en Python). "
198198
"Puede encontrar más información en la página principal del proyecto 'PyPy "
199-
"<https://www.pypy.org/>_'"
199+
"<https://www.pypy.org/>_'."
200200

201201
#: ../Doc/reference/introduction.rst:79
202202
msgid ""
@@ -217,15 +217,15 @@ msgid "Notation"
217217
msgstr "Notación"
218218

219219
#: ../Doc/reference/introduction.rst:93
220-
#, fuzzy, python-format
221220
msgid ""
222221
"The descriptions of lexical analysis and syntax use a modified `Backus–Naur "
223222
"form (BNF) <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ "
224223
"grammar notation. This uses the following style of definition:"
225224
msgstr ""
226225
"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:"
229229

230230
#: ../Doc/reference/introduction.rst:101
231231
msgid ""

0 commit comments

Comments
 (0)