Skip to content

Traducido archivo reference/introduction #2716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Jan 27, 2024
Merged
Changes from 7 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9e1ccb8
Traducido archivo reference/introduction
Sebastianxeii Oct 28, 2023
19d106f
Merge branch '3.12' into traduccion-introduction.po
JsMelix Nov 1, 2023
1331eaf
Traducido archivo reference/introduction
Sebastianxeii Nov 2, 2023
035ec5c
Traducido archivo reference/introduction
Sebastianxeii Nov 2, 2023
adac3bc
Guardando mis cambios locales en TRANSLATORS
Sebastianxeii Nov 2, 2023
6b29ddb
Traducido archivo reference/introduction
Sebastianxeii Nov 3, 2023
701c347
Merge branch '3.12' into traduccion-introduction.po
JsMelix Nov 15, 2023
417fc73
Merge branch '3.12' into traduccion-introduction.po
JsMelix Nov 16, 2023
ac0caa1
Update reference/introduction.po
JsMelix Nov 16, 2023
052bf58
Update reference/introduction.po
JsMelix Nov 16, 2023
55616f9
Update reference/introduction.po
JsMelix Nov 16, 2023
bf81e8d
Update reference/introduction.po
JsMelix Nov 16, 2023
b65779c
Traducido archivo reference/introduction
Sebastianxeii Nov 16, 2023
9baf345
Merge branch 'traduccion-introduction.po' of https://github.com/JsMel…
Sebastianxeii Nov 16, 2023
275a927
arreglado translators
Sebastianxeii Dec 4, 2023
92b1ab0
Merge branch '3.12' into traduccion-introduction.po
JsMelix Dec 4, 2023
1334edc
translators
Sebastianxeii Dec 5, 2023
3d7b8d6
Merge branch 'traduccion-introduction.po' of https://github.com/JsMel…
Sebastianxeii Dec 5, 2023
8775b90
Merge branch '3.12' into traduccion-introduction.po
JsMelix Dec 24, 2023
31406b9
Merge branch '3.12' into traduccion-introduction.po
JsMelix Jan 8, 2024
374f548
Merge branch '3.12' into traduccion-introduction.po
JsMelix Jan 22, 2024
9078029
Traducido archivo reference/introduction
Sebastianxeii Jan 22, 2024
85577e0
Traducido archivo reference/introduction
Sebastianxeii Jan 22, 2024
d4517d8
Merge branch '3.12' into traduccion-introduction.po
JsMelix Jan 23, 2024
fb2cb41
Traducido archivo reference/introduction
Sebastianxeii Jan 27, 2024
9ed342b
Merge branch 'traduccion-introduction.po' of https://github.com/JsMel…
Sebastianxeii Jan 27, 2024
202b7c7
Merge branch '3.12' into traduccion-introduction.po
JsMelix Jan 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions reference/introduction.po
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ msgid ""
"libraries. More information can be found at `the Jython website <https://www."
"jython.org/>`_."
msgstr ""
"Python implementado en Java. Esta implementación puede utilizarse como "
"Python implementado en Java. Esta implementación puede utilizarse como "
"lenguaje de scripting para aplicaciones Java, o puede utilizarse para crear "
"aplicaciones utilizando las bibliotecas de clases Java. También se utiliza "
"a menudo para crear pruebas para bibliotecas Java. Puede encontrar más "
Expand Down Expand Up @@ -173,7 +173,7 @@ msgstr ""
"Una alternativa de Python para .NET. A diferencia de Python.NET, esta es "
"una implementación completa de Python que genera IL, y compila código Python "
"directamente a ensamblados .NET. Fue creado por Jim Hugunin, el creador "
"original de Jython. Para más información, consulte `el sitio web de "
"original de Jython. Para más información, consulte `el sitio web de "
"IronPython <https://ironpython.net/>`_."

#: ../Doc/reference/introduction.rst:77
Expand All @@ -194,7 +194,7 @@ msgstr ""
"características avanzadas que no se encuentran en otras implementaciones "
"como soporte stackless y un compilador Just in Time. Uno de los objetivos "
"del proyecto es fomentar la experimentación con el propio lenguaje "
"facilitando la modificación del intérprete (ya que está escrito en Python). "
"facilitando la modificación del intérprete (ya que está escrito en Python). "
"Puede encontrar más información en la página principal del proyecto 'PyPy "
"<https://www.pypy.org/>_'"

Expand Down Expand Up @@ -279,7 +279,7 @@ msgstr ""
"En las definiciones léxicas (como el ejemplo anterior), se utilizan dos "
"convenciones más: Dos caracteres literales separados por tres puntos "
"significan que se puede elegir cualquier carácter de la gama dada "
"(inclusive) de caracteres ASCII. Una frase entre corchetes angulares (``<..."
"(inclusiva) de caracteres ASCII. Una frase entre corchetes angulares (``<..."
">``) ofrece una descripción informal del símbolo definido; por ejemplo, "
"podría utilizarse para describir la noción de \"carácter de control\" si "
"fuera necesario."
Expand Down