Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork216
Translate library/importLib#966
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
Uh oh!
There was an error while loading.Please reload this page.
Changes from3 commits
745a550
4407769
adf747a
0f3085d
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -32,7 +32,7 @@ msgstr "簡介" | ||
#: ../../library/importlib.rst:20 | ||
msgid "The purpose of the :mod:`importlib` package is three-fold." | ||
msgstr "`importlib` 的目的可分為三個部分。" | ||
winniepopu marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../../library/importlib.rst:22 | ||
msgid "" | ||
@@ -43,6 +43,9 @@ msgid "" | ||
"to comprehend than one implemented in a programming language other than " | ||
"Python." | ||
msgstr "" | ||
"第一是是提供 Python 原始碼中 :keyword:`import` 陳述句的實作(因此,也延伸到 :" | ||
winniepopu marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"func:`__import__` 函數)。這讓 :keyword:`!import` 實作可以移植到任何 Python " | ||
winniepopu marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"直譯器。同時,這也提供了一個比用其他程式語言實作更容易理解的版本。 " | ||
#: ../../library/importlib.rst:29 | ||
msgid "" | ||
Uh oh!
There was an error while loading.Please reload this page.