Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork214
Update tutorial/stdlib.po#97
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 fromall commits
Commits
Show all changes
8 commits Select commitHold shift + click to select a range
a080a86
Update tutorial/stdlib.po
StevenHsuYLea3662f
Merge branch '3.9' of https://github.com/python/python-docs-zh-tw int…
StevenHsuYL9662aab
Update stdlib.po
StevenHsuYLcd0ba12
Merge branch '3.9' of https://github.com/python/python-docs-zh-tw int…
StevenHsuYLf4e02a1
Update tutorial/stdlib.po
StevenHsuYL2aa7f2b
Merge branch 'python:3.9' into stdlib
StevenHsuYL3ed9898
Apply suggestions from review.
StevenHsuYL199a477
Update tutorial/stdlib.po
StevenHsuYLFile 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
There are no files selected for viewing
19 changes: 9 additions & 10 deletionstutorial/stdlib.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 |
---|---|---|
@@ -14,7 +14,7 @@ msgstr "" | ||
"Project-Id-Version: Python 3.9\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-06-20 18:08+0800\n" | ||
"PO-Revision-Date: 2021-07-06 12:17+0800\n" | ||
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n" | ||
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||
"tw)\n" | ||
@@ -348,9 +348,8 @@ msgid "" | ||
"remote procedure calls into an almost trivial task. Despite the modules " | ||
"names, no direct knowledge or handling of XML is needed." | ||
msgstr "" | ||
"使用 :mod:`xmlrpc.client` 和 :mod:`xmlrpc.server` 模組使實作遠端程序呼叫變得" | ||
StevenHsuYL marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"更為容易。即使模組名稱裡有 XML,使用者並不需要直接操作 XML 檔案或事先具備相關知識。" | ||
#: ../../tutorial/stdlib.rst:332 | ||
msgid "" | ||
@@ -363,8 +362,8 @@ msgid "" | ||
msgstr "" | ||
"函式庫 :mod:`email` 套件用來管理 MIME 和其他 :rfc:`2822` 相關電子郵件訊息的文" | ||
"件。相異於 :mod:`smtplib` 和 :mod:`poplib` 這些實際用來發送與接收訊息的模組," | ||
"email套件擁有更完整的工具集,可用於建立與解析複雜訊息結構(包含附件檔案)" | ||
"以及實作編碼與標頭協定。" | ||
#: ../../tutorial/stdlib.rst:339 | ||
msgid "" | ||
@@ -377,10 +376,10 @@ msgid "" | ||
"applications and other tools." | ||
msgstr "" | ||
":mod:`json` 套件對 JSON 資料交換格式的解析,提供強大的支援。\\ :mod:`csv` 模" | ||
"組則提供直接讀寫 CSV(以逗號分隔值的檔案格式,通常資料庫和電子表格都有支援)。\\ :" | ||
"mod:`xml.etree.ElementTree`\\ 、\\ :mod:`xml.dom` 與 :mod:`xml.sax`套件則支" | ||
"援XML 的處理。綜觀所有,這些模組和套件都簡化了 Python應用程式與其他工具之間" | ||
"的資料交換。" | ||
#: ../../tutorial/stdlib.rst:348 | ||
msgid "" | ||
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.