Skip to content

Traducido archivo library/email.examples.po #544

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 2 commits into from
Jul 10, 2020

Conversation

mayuti
Copy link
Contributor

@mayuti mayuti commented Jul 9, 2020

Closes #509

Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

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

Buenísimo @mayuti, gracias! Te dejé un par de comentarios para no usar el acento invertido para resaltar palabras, si no las encuentra, las puedes agregar al dict y estaríamos ;)


#: ../Doc/library/email.examples.rst:6
msgid ""
"Here are a few examples of how to use the :mod:`email` package to read, "
"write, and send simple email messages, as well as more complex MIME messages."
msgstr ""
"Aquí hay algunos ejemplos de cómo usar el paquete :mod:`email` para leer, "
"escribir y enviar mensajes de correo electrónico simples, así como mensajes "
"``MIME`` más complejos."
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"``MIME`` más complejos."
"MIME más complejos."

Si no la encuentra pospell, la agregamos al dict


#: ../Doc/library/email.examples.rst:9
msgid ""
"First, let's see how to create and send a simple text message (both the text "
"content and the addresses may contain unicode characters):"
msgstr ""
"Primero, veamos cómo crear y enviar un mensaje de texto simple (tanto el "
"contenido de texto como las direcciones pueden contener caracteres "
"``unicode``):"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"``unicode``):"
"unicode):"


#: ../Doc/library/email.examples.rst:21
msgid ""
"Here's an example of how to send a MIME message containing a bunch of family "
"pictures that may be residing in a directory:"
msgstr ""
"Aquí hay un ejemplo de cómo enviar un mensaje ``MIME`` que contiene un grupo "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"Aquí hay un ejemplo de cómo enviar un mensaje ``MIME`` que contiene un grupo "
"Aquí hay un ejemplo de cómo enviar un mensaje MIME que contiene un grupo "


#: ../Doc/library/email.examples.rst:33
msgid ""
"Here's an example of how to unpack a MIME message like the one above, into a "
"directory of files:"
msgstr ""
"Aquí hay un ejemplo de cómo descomprimir un mensaje ``MIME`` como el "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"Aquí hay un ejemplo de cómo descomprimir un mensaje ``MIME`` como el "
"Aquí hay un ejemplo de cómo descomprimir un mensaje MIME como el "

@@ -64,22 +80,29 @@ msgid ""
"image in the html part, and we save a copy of what we are going to send to "
"disk, as well as sending it."
msgstr ""
"Aquí hay un ejemplo de cómo crear un mensaje ``HTML`` con una versión "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"Aquí hay un ejemplo de cómo crear un mensaje ``HTML`` con una versión "
"Aquí hay un ejemplo de cómo crear un mensaje HTML con una versión "

@@ -64,22 +80,29 @@ msgid ""
"image in the html part, and we save a copy of what we are going to send to "
"disk, as well as sending it."
msgstr ""
"Aquí hay un ejemplo de cómo crear un mensaje ``HTML`` con una versión "
"alternativa de texto sin formato. Para hacer las cosas un poco más "
"interesantes, incluimos una imagen relacionada en la parte ``html``, y "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"interesantes, incluimos una imagen relacionada en la parte ``html``, y "
"interesantes, incluimos una imagen relacionada en la parte html, y "

@cmaureir
Copy link
Collaborator

Recuerda marcar como "Resolve" los comentarios @mayuti, para darme cuenta mas facilmente que los has hecho. Cuando son cosas de reemplazar puedes usar la interfaz de Github, asi vas agregando cada cambio con un click, y luego haces el commit, y asi no tienes que hacer un pull local para hacer los cambios a mano (solo por si no sabias)

@cmaureir cmaureir merged commit dbb587d into python:3.8 Jul 10, 2020
@cmaureir
Copy link
Collaborator

Muchas gracias por la traducción 🎉 🎉 🎉

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/email.examples.po
2 participants