Traducido archivo library/email.examples.po#544
Merged
cmaureir merged 2 commits intopython:3.8from Jul 10, 2020
Merged
Conversation
cmaureir
requested changes
Jul 9, 2020
| 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." |
Collaborator
There was a problem hiding this comment.
Suggested change
| "``MIME`` más complejos." | |
| "MIME más complejos." |
Si no la encuentra pospell, la agregamos al dict
| 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``):" |
Collaborator
There was a problem hiding this comment.
Suggested change
| "``unicode``):" | |
| "unicode):" |
| "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 " |
Collaborator
There was a problem hiding this comment.
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 " |
| "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 " |
Collaborator
There was a problem hiding this comment.
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 " |
| "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 " |
Collaborator
There was a problem hiding this comment.
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 " |
| 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 " |
Collaborator
There was a problem hiding this comment.
Suggested change
| "interesantes, incluimos una imagen relacionada en la parte ``html``, y " | |
| "interesantes, incluimos una imagen relacionada en la parte html, y " |
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
approved these changes
Jul 10, 2020
Collaborator
|
Muchas gracias por la traducción 🎉 🎉 🎉 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #509