Skip to content

Traducido archivo library/hmac #1211

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 3 commits into from
Feb 1, 2021
Merged

Conversation

Kajachuan
Copy link
Contributor

@Kajachuan Kajachuan commented Jan 22, 2021

Closes #890

@@ -204,7 +204,8 @@ msgstr ""
"el análisis de temporización evitando el comportamiento de cortocircuito "
"basado en contenido, haciéndolo adecuado para criptografía. *a* y *b* deben "
"ser del mismo tipo: ya sea :class:`str` (solo ASCII, como por ejemplo "
"retornado por :meth:`HMAC.hexdigest`), o un :term:`bytes-like object`."
"retornado por :meth:`HMAC.hexdigest`), o un :term:`objeto tipo binario "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola @Kajachuan,

todo lo que está dentro de las sentencias que tiene la forma de los dos puntos más las tilde invertidas no se deben traducir.

Es decir el bytes-like object no lo debes traducir, porque es necesario para "linkearlo" a otra página.

Copy link
Contributor Author

@Kajachuan Kajachuan Jan 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola. El link sigue funcionando porque el término completo es :term:objeto tipo binario <bytes-like object>:
https://python-docs-es--1211.org.readthedocs.build/es/1211/library/hmac.html

Si es muy necesario, revierto los cambios.

@@ -204,7 +204,8 @@ msgstr ""
"el análisis de temporización evitando el comportamiento de cortocircuito "
"basado en contenido, haciéndolo adecuado para criptografía. *a* y *b* deben "
"ser del mismo tipo: ya sea :class:`str` (solo ASCII, como por ejemplo "
"retornado por :meth:`HMAC.hexdigest`), o un :term:`bytes-like object`."
"retornado por :meth:`HMAC.hexdigest`), o un :term:`objeto tipo binario "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"retornado por :meth:`HMAC.hexdigest`), o un :term:`objeto tipo binario "
"retornado por :meth:`HMAC.hexdigest`), o un :term:`bytes-like object`. "

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Estaba bien incialmente.

@eamanu
Copy link
Contributor

eamanu commented Jan 31, 2021 via email

@cmaureir cmaureir merged commit 67f004e into python:3.8 Feb 1, 2021
@cmaureir
Copy link
Collaborator

cmaureir commented Feb 1, 2021

Muchas gracias @Kajachuan 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate 'library/hmac.po'
3 participants