Translate library/smtplib.po#1235
Draft
mattwang44 wants to merge 1 commit into
Draft
Conversation
4fca48f to
d090d4d
Compare
Translate the previously-untranslated entries of the smtplib (SMTP protocol client) documentation into Traditional Chinese, following project terminology and reST conventions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
d090d4d to
498d9c5
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
此 PR 針對 Python 文件的 smtplib(SMTP 用戶端)章節,補齊並完善 library/smtplib.po 中先前未翻譯的條目,讓 zh_TW 版本的 smtplib 文件內容更完整一致。
Changes:
- 翻譯
smtplib模組概述、SMTP/SMTP_SSL/LMTP類別相關說明與行為描述。 - 補齊例外類別(exceptions)與多個方法(如
connect,helo/ehlo,login,starttls,sendmail,send_message等)的條目翻譯。 - 翻譯並保留原有格式的文件範例段落與程式碼區塊(含 SMTP 範例程式)。
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Translate the untranslated entries of
library/smtplib.po(SMTP protocol client) into Traditional Chinese (zh_TW).