- Notifications
You must be signed in to change notification settings - Fork396
Traducción smtplib#754
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
15 commits Select commitHold shift + click to select a range
0dc26ea
Add RDCH106 to TRANSLATORS
RDCH10659ad211
Partial commit (smtplib)
RDCH1064a4997c
Fix ⌨️ typo
RDCH106f6735ba
Add smtplib dictionary
RDCH106428da59
Minor updates
RDCH106f51a9ee
Partial commit (smtplib)
RDCH106bd065c9
Partial commit (smtplib)
RDCH1065cd9445
Partial commit (smtplib)
RDCH1067f29758
Merge branch '3.8' into traduccion_smtplib
cmaureir8c00483
Fix sphinx roles
cmaureirae4fbf8
usar retornar en vez de devolver
cmaureir33afb8d
finalizando traducción
cmaureir4378496
agregar palabras de pospell y powrap
cmaureirca9a2de
Apply suggestions from code review
cacrespo7ac60af
Merge remote-tracking branch 'upstream/3.8' into smtplib-traduccion
cacrespoFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
usar retornar en vez de devolver
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitae4fbf85358fbdcfc94682abcf96894c61844e1c
There are no files selected for viewing
6 changes: 3 additions & 3 deletionslibrary/smtplib.po
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -68,7 +68,7 @@ msgstr "" | ||
"`connect` de SMTP se llama con esos parámetros durante la inicialización. " | ||
"Si se especifica, *local_hostname* se usa como FQDN del host local in el " | ||
"comando HELO/EHLO. De lo contrario, el hostname local se busca usando :func:" | ||
RDCH106 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"`socket.getfqdn`. Si la llamada a :meth:`connect`retorna cualquier cosa " | ||
"que no sea un código de éxito, se lanza un :exc:`SMTPConnectError`. El " | ||
"parámetro *timeout* opcional especifica un timeout en segundos para bloquear " | ||
"operaciones como el intento de conexión (si no se especifica, se utilizará " | ||
@@ -224,7 +224,7 @@ msgid "" | ||
msgstr "" | ||
"Se rechazaron todas las direcciones de destinatarios. Los errores para cada " | ||
"destinatario son accesibles mediante el atributo :attr:`recipients`, el cual " | ||
"es un diccionario del mismo tipo que el :meth:`SMTP.sendmail`retorna." | ||
#: ../Doc/library/smtplib.rst:169 | ||
msgid "The SMTP server refused to accept the message data." | ||
@@ -751,7 +751,7 @@ msgid "" | ||
"Terminate the SMTP session and close the connection. Return the result of " | ||
"the SMTP ``QUIT`` command." | ||
msgstr "" | ||
"Termine la sesión SMTP y cierre la conexión.Retorna el resultado del " | ||
"comando SMTP ``QUIT``." | ||
#: ../Doc/library/smtplib.rst:545 | ||
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.