-
Notifications
You must be signed in to change notification settings - Fork 396
Translate reference/introduction #3339
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
rtobar
merged 4 commits into
python:3.13
from
ocriado91:traduccion-reference-introduction
Nov 29, 2024
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
b871779
Update pending translations into reference/introduction.po file
ocriado91 fb06f46
Translate reference/introduction
ocriado91 e35152f
Update introduction.po
ocriado91 1d42fd4
Merge branch 'traduccion-reference-introduction' of https://github.co…
ocriado91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,16 @@ msgstr "" | |
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-21 16:38-0300\n" | ||
"PO-Revision-Date: 2024-01-22 13:59-0500\n" | ||
"PO-Revision-Date: 2024-11-27 23:58+0100\n" | ||
"Last-Translator: Xavi Francisco <[email protected]>\n" | ||
"Language: es\n" | ||
"Language-Team: python-doc-es\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Generated-By: Babel 2.16.0\n" | ||
"X-Generator: Poedit 3.5\n" | ||
|
||
#: ../Doc/reference/introduction.rst:6 | ||
msgid "Introduction" | ||
|
@@ -180,7 +181,6 @@ msgid "PyPy" | |
msgstr "PyPy" | ||
|
||
#: ../Doc/reference/introduction.rst:72 | ||
#, fuzzy | ||
msgid "" | ||
"An implementation of Python written completely in Python. It supports " | ||
"several advanced features not found in other implementations like stackless " | ||
|
@@ -192,11 +192,11 @@ msgid "" | |
msgstr "" | ||
"Una implementación de Python escrita completamente en Python. Soporta varias " | ||
"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 " | ||
"como compatibilidad 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). " | ||
"Puede encontrar más información en la página principal del proyecto 'PyPy " | ||
"<https://www.pypy.org/>_'" | ||
"<https://www.pypy.org/>_'." | ||
|
||
#: ../Doc/reference/introduction.rst:79 | ||
msgid "" | ||
|
@@ -217,15 +217,16 @@ msgid "Notation" | |
msgstr "Notación" | ||
|
||
#: ../Doc/reference/introduction.rst:93 | ||
#, fuzzy, python-format | ||
#, python-format | ||
msgid "" | ||
"The descriptions of lexical analysis and syntax use a modified `Backus–Naur " | ||
"form (BNF) <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ " | ||
"grammar notation. This uses the following style of definition:" | ||
msgstr "" | ||
"Las descripciones del análisis léxico y sintáctico usan una notación " | ||
"gramatical BNF modificada. De tal forma, utilizan el siguiente estilo de " | ||
"definición:" | ||
"gramatical BNF modificada `Backus–Naur form (BNF) <https://en.wikipedia.org/" | ||
"wiki/Backus%E2%80%93Naur_form>`_. De tal forma, utilizan el siguiente estilo " | ||
"de definición:" | ||
|
||
#: ../Doc/reference/introduction.rst:101 | ||
msgid "" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.