-
-
Notifications
You must be signed in to change notification settings - Fork 405
traduccion de reference/grammar.po #3319
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
cmaureir
merged 11 commits into
python:3.13
from
RiveroDev:traduccion-reference/grammar.po
Jan 6, 2026
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c7e4eff
traduccion de reference/grammar.po
RiveroDev 69bc845
Merge branch '3.13' into traduccion-reference/grammar.po
humitos 584678a
fix gramatica y script
RiveroDev bfd50df
fix traduccion de snippet
RiveroDev d311b49
Merge branch 'traduccion-reference/grammar.po' of github.com:RiveroDe…
RiveroDev b2b284a
Update grammar.po
RiveroDev 7e47210
fix documento
RiveroDev a72b099
remove fuzzi
RiveroDev 575331c
Merge branch '3.13' into traduccion-reference/grammar.po
cmaureir 93ad677
Fuzzy entry that has grammar syntax
cmaureir e586b2e
Merge branch '3.13' into traduccion-reference/grammar.po
cmaureir 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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -37,7 +37,6 @@ msgstr "" | |||||
| "de código y la recuperación de errores." | ||||||
|
|
||||||
| #: ../Doc/reference/grammar.rst:11 | ||||||
| #, fuzzy, python-format | ||||||
| msgid "" | ||||||
| "The notation is a mixture of `EBNF <https://en.wikipedia.org/wiki/" | ||||||
| "Extended_Backus%E2%80%93Naur_form>`_ and `PEG <https://en.wikipedia.org/wiki/" | ||||||
|
|
@@ -49,13 +48,14 @@ msgid "" | |||||
| "grammars). See :pep:`617` for more details on the grammar's syntax." | ||||||
| msgstr "" | ||||||
| "La notación es una mezcla de `EBNF <https://es.wikipedia.org/wiki/" | ||||||
| "BNF_extendido>`_ y `PEG <https://en.wikipedia.org/wiki/" | ||||||
| "Extended_Backus%E2%80%93Naur_form>`_ y `PEG <https://en.wikipedia.org/wiki/" | ||||||
| "Parsing_expression_grammar>`_. En particular, ``&`` seguido de un símbolo, " | ||||||
| "token o grupo entre paréntesis indica una anticipación positiva (es decir, " | ||||||
| "se requiere que coincida pero no se consume), mientras que ``!`` Indica una " | ||||||
| "anticipación negativa (es decir, se requiere _no_ para coincidir). Usamos el " | ||||||
| "separador ``|`` para referirnos a la \"elección ordenada\" de PEG (escrito " | ||||||
| "como ``/`` en las gramáticas tradicionales de PEG)." | ||||||
| "anticipación negativa (es decir, se requiere *not* para coincidir). Usamos " | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "el separador ``|`` para referirnos a la \"elección ordenada\" de PEG (escrito " | ||||||
| "como ``/`` en las gramáticas tradicionales de PEG).Consulta :pep:`617` para " | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "más detalles sobre la sintaxis de la gramática." | ||||||
|
|
||||||
| #: ../Doc/reference/grammar.rst:21 | ||||||
| #, python-format | ||||||
|
|
||||||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fijate cómo en la traducción anterior el enlace era a wikipedia en español. Es lo que tratamos de hacer, cuando es posible. Asi que el primer enlace hay que dejarlo como estaba, y para el segundo sería bueno ver si hay una versión en español del artículo al que de hace referencia.