-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Added Spanish Translations #1845
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
Conversation
Gracias por el update a la traducción @HermesTheDev ! |
Anyone want to pick this up to get it in? Does it just need an update to master? |
@tannewt I can take a look at it later tonight, if it needs update i can do it until tomorrow night. |
Thank you @C47D |
locale/es.po
Outdated
@@ -200,7 +200,7 @@ msgstr "'return' fuera de una función" | |||
|
|||
#: py/compile.c | |||
msgid "'yield' outside function" | |||
msgstr "" | |||
msgstr "'return' fuera de una función" |
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.
no es "yield" tal cual?
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.
Para mi gusto si.
locale/es.po
Outdated
|
||
#: shared-bindings/nvm/ByteArray.c | ||
msgid "Array values should be single bytes." | ||
msgstr "Valores del array deben ser bytes individuales." | ||
|
||
#: supervisor/shared/safe_mode.c | ||
msgid "Attempted heap allocation when MicroPython VM not running.\n" | ||
msgstr "" | ||
msgstr "Se intentó la asignación del montón cuando la VM de MicroPython no estaba corriendo.\n" |
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.
En otras traducciones recuerdo hemos dejado allocation, porque montón suena raro y poco entendible
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.
Me parece bien, lo mismo para yield
, palabras reservadas de C, python, etc. No?
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.
Si, palabras reservadas creo debemos dejarlo asi
@sabas1080 Tenía pensado retomar este PR en cuanto llegue a casa, si puedes haz el review, para que en cuanto llegue lo corrija. |
Added more Spanish Translations, still not complete