Skip to content

Commit 1d758e0

Browse files
Translate library/importLib (#966)
* interpret one of the purpose part in importLib * fix the name format of "import" * Apply suggestions from code review Fix the statements of translation Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com> --------- Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
1 parent a1364d8 commit 1d758e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/importlib.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msgstr "簡介"
3232

3333
#: ../../library/importlib.rst:20
3434
msgid "The purpose of the :mod:`importlib` package is three-fold."
35-
msgstr ""
35+
msgstr ":mod:`importlib` 的目的可分為三個部分。"
3636

3737
#: ../../library/importlib.rst:22
3838
msgid ""
@@ -43,6 +43,9 @@ msgid ""
4343
"to comprehend than one implemented in a programming language other than "
4444
"Python."
4545
msgstr ""
46+
"第一是提供 Python 原始碼中 :keyword:`import` 陳述式的實作(因此,也延伸到 :"
47+
"func:`__import__` 函式)。這讓 :keyword:`!import` 實作可以移植到任何 Python "
48+
"直譯器。同時,這也提供了一個比用其他程式語言實作更容易理解的版本。 "
4649

4750
#: ../../library/importlib.rst:29
4851
msgid ""

0 commit comments

Comments
 (0)