|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.12\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2024-04-15 12:57+0000\n" |
| 11 | +"POT-Creation-Date: 2024-05-31 00:03+0000\n" |
12 | 12 | "PO-Revision-Date: 2023-07-02 22:47+0800\n"
|
13 | 13 | "Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
|
14 | 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -969,18 +969,20 @@ msgstr ""
|
969 | 969 | "一個物件,它會嘗試為正在被 import 的模組尋找 :term:`loader`\\ (載入器)。"
|
970 | 970 |
|
971 | 971 | #: ../../glossary.rst:436
|
| 972 | +#, fuzzy |
972 | 973 | msgid ""
|
973 |
| -"Since Python 3.3, there are two types of finder: :term:`meta path finders " |
974 |
| -"<meta path finder>` for use with :data:`sys.meta_path`, and :term:`path " |
975 |
| -"entry finders <path entry finder>` for use with :data:`sys.path_hooks`." |
| 974 | +"There are two types of finder: :term:`meta path finders <meta path finder>` " |
| 975 | +"for use with :data:`sys.meta_path`, and :term:`path entry finders <path " |
| 976 | +"entry finder>` for use with :data:`sys.path_hooks`." |
976 | 977 | msgstr ""
|
977 | 978 | "從 Python 3.3 開始,有兩種類型的尋檢器:\\ :term:`元路徑尋檢器 (meta path "
|
978 | 979 | "finder) <meta path finder>` 會使用 :data:`sys.meta_path`,而\\ :term:`路徑項"
|
979 | 980 | "目尋檢器 (path entry finder) <path entry finder>` 會使用 :data:`sys."
|
980 | 981 | "path_hooks`。"
|
981 | 982 |
|
982 | 983 | #: ../../glossary.rst:440
|
983 |
| -msgid "See :pep:`302`, :pep:`420` and :pep:`451` for much more detail." |
| 984 | +#, fuzzy |
| 985 | +msgid "See :ref:`importsystem` and :mod:`importlib` for much more detail." |
984 | 986 | msgstr "請參閱 :pep:`302`、:pep:`420` 和 :pep:`451` 以了解更多細節。"
|
985 | 987 |
|
986 | 988 | #: ../../glossary.rst:441
|
|
0 commit comments