@@ -38,7 +38,7 @@ msgid ""
38
38
"use this module with modules not implemented in Python, including all "
39
39
"standard and optional extension modules."
40
40
msgstr ""
41
- ":mod:`pyclbr` 模組可以提供一個使用 Python 編碼的模組中定義的函式 、類別和方法的"
41
+ ":mod:`pyclbr` 模組可以提供一個使用 Python 編寫的模組中定義的函式 、類別和方法的"
42
42
"有限資訊。 這些資訊足以實作一個模組瀏覽器。這些資訊是從 Python 原始碼中抽取"
43
43
"出來的,而不是透過引入模組,因此這個模組可以安全地與不信任的程式碼一起使用。"
44
44
"此限制使得此模組無法與非 Python 實作的模組一起使用,包括所有標準與可選的擴充"
@@ -53,16 +53,16 @@ msgid ""
53
53
"paths prepended to ``sys.path``, which is used to locate the module source "
54
54
"code."
55
55
msgstr ""
56
- "回傳模組層級的類別名稱與類別描述器對應的字典。 如果可能的話,會包含引入基底類別"
57
- "的描述器。 參數 *module* 是包含要讀取的模組名稱的字串;它可以是套件中的模組"
58
- "名稱。 如果給定,*path* 是以 ``sys.path`` 為前綴的目錄路徑序列,用來定位模組"
56
+ "回傳模組層級的類別名稱與類別描述器對應的字典。如果可能的話,會包含引入基底類別"
57
+ "的描述器。參數 *module* 是包含要讀取的模組名稱的字串;它可以是套件中的模組"
58
+ "名稱。如果給定,*path* 是以 ``sys.path`` 為前綴的目錄路徑序列,用來定位模組"
59
59
"原始碼。"
60
60
61
61
#: ../../library/pyclbr.rst:32
62
62
msgid ""
63
63
"This function is the original interface and is only kept for back "
64
64
"compatibility. It returns a filtered version of the following."
65
- msgstr "此函式為原始介面,僅保留用於向後相容性。它會傳回以下經過篩選的版本 。"
65
+ msgstr "此函式為原始介面,僅保留用於向後相容性。它會回傳以下經過篩選的版本 。"
66
66
67
67
#: ../../library/pyclbr.rst:38
68
68
msgid ""
@@ -75,8 +75,8 @@ msgid ""
75
75
"read is a package, the returned dictionary has a key ``'__path__'`` whose "
76
76
"value is a list containing the package search path."
77
77
msgstr ""
78
- "回傳一個以字典為基礎的樹狀結構,包含在模組中以 `def` 或 `class` 陳述式定義的每"
79
- "個函式和類別的函式或類別描述器。 回傳的字典會將模組層級的函式和類別名稱映射 "
78
+ "回傳一個以字典為基礎的樹狀結構,包含在模組中以 `` def`` 或 `` class` ` 陳述式定義的每"
79
+ "個函式和類別的函式或類別描述器。 回傳的字典會將模組層級的函式和類別名稱對映 "
80
80
"到它們的描述器。 巢狀物件會輸入其父物件的子字典。 與 readmodule 一樣,"
81
81
"*module* 會命名要讀取的模組,而 *path* 則會預先加入 sys.path。 如果要讀取的"
82
82
"模組是一個套件,回傳的字典有一個 key ``'__path__'``,其值是一個包含套件搜尋路"
@@ -185,8 +185,8 @@ msgid ""
185
185
"which are not discoverable by :func:`readmodule_ex` are listed as a string "
186
186
"with the class name instead of as :class:`!Class` objects."
187
187
msgstr ""
188
- "描述被描述類別的直接基底類別的 :class:`!Class` 物件串列。 被命名為超類 (superclasses"
189
- ")但無法被 :func:`readmodule_ex` 發現的類別會以類名的字串形式列出 ,而不是 :class:`!"
188
+ "描述被描述類別的直接基底類別的 :class:`!Class` 物件串列。 被命名為超類別 (superclasses"
189
+ ")但無法被 :func:`readmodule_ex` 發現的類別會以類別名稱的字串形式列出 ,而不是 :class:`!"
190
190
"Class` 物件。"
191
191
192
192
#: ../../library/pyclbr.rst:169
0 commit comments