-
Notifications
You must be signed in to change notification settings - Fork 396
Traducción library/shlex #1718
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
Traducción library/shlex #1718
Conversation
Signed-off-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
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, aunque tengo sólo una sugerencia/comentario
library/shlex.po
Outdated
@@ -77,6 +77,8 @@ msgstr "" | |||
msgid "" | |||
"Passing ``None`` for *s* will raise an exception in future Python versions." | |||
msgstr "" | |||
"Pasar ``None`` para *s* generará una excepción en futuras versiones de " |
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.
"Pasar ``None`` para *s* generará una excepción en futuras versiones de " | |
"Pasar ``None`` para *s* levantará una excepción en futuras versiones de " |
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.
ni una ni la otra, tenemos que "raises" es "lanza" https://python-docs-es.readthedocs.io/es/3.10/translation-memory.html jaja
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.
ya jaja, aunque creo que he pecado en algunas traducciones
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.
La verdad no me acuerdo, creo que sí lo traducje como lanzar 🤔 .
Closes #1431
Signed-off-by: Cristián Maureira-Fredes Cristian.Maureira-Fredes@qt.io