Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a9e4ff

Browse files
[po] auto sync
1 parent 20bda70 commit 0a9e4ff

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

library/sys.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,8 @@ msgid ""
16141614
"``0x10FFFF``, depending on the configuration option that specified whether "
16151615
"Unicode characters were stored as UCS-2 or UCS-4."
16161616
msgstr ""
1617+
"在 :pep:`393` 之前,``sys.maxunicode`` 曾是 ``0xFFFF`` 或 "
1618+
"``0x10FFFF``,具体取决于配置选项,该选项指定将 Unicode 字符存储为 UCS-2 还是 UCS-4。"
16171619

16181620
#: ../../library/sys.rst:1006
16191621
msgid ""
@@ -1640,7 +1642,7 @@ msgstr ":class:`importlib.abc.MetaPathFinder`"
16401642
msgid ""
16411643
"The abstract base class defining the interface of finder objects on "
16421644
":data:`meta_path`."
1643-
msgstr ""
1645+
msgstr "抽象基类,定义了 :data:`meta_path` 内的查找器对象的接口。"
16441646

16451647
#: ../../library/sys.rst:1022
16461648
msgid ":class:`importlib.machinery.ModuleSpec`"
@@ -1650,7 +1652,7 @@ msgstr ":class:`importlib.machinery.ModuleSpec`"
16501652
msgid ""
16511653
"The concrete class which :meth:`~importlib.abc.MetaPathFinder.find_spec` "
16521654
"should return instances of."
1653-
msgstr ""
1655+
msgstr ":meth:`~importlib.abc.MetaPathFinder.find_spec` 返回的实例所对应的具体类。"
16541656

16551657
#: ../../library/sys.rst:1027
16561658
msgid ""
@@ -1660,6 +1662,10 @@ msgid ""
16601662
" fallback if a :data:`meta_path` entry doesn't have a "
16611663
":meth:`~importlib.abc.MetaPathFinder.find_spec` method."
16621664
msgstr ""
1665+
"在 Python 3.4 中通过 :pep:`451` 引入了 :term:`模块规格 <module spec>`。早期版本的 Python "
1666+
"会寻找一个称为 :meth:`~importlib.abc.MetaPathFinder.find_module` 的方法。如果某个 "
1667+
":data:`meta_path` 条目没有 :meth:`~importlib.abc.MetaPathFinder.find_spec` "
1668+
"方法,就会回退去调用前一种方法。"
16631669

16641670
#: ../../library/sys.rst:1035
16651671
msgid ""
@@ -1669,6 +1675,8 @@ msgid ""
16691675
" expected and deleting essential items from the dictionary may cause Python "
16701676
"to fail."
16711677
msgstr ""
1678+
"一个字典,将模块名称映射到已加载的模块。可以操作该字典来强制重新加载模块,或是实现其他技巧。但是,替换的字典不一定会按预期工作,并且从字典中删除必要的项目可能会导致"
1679+
" Python 崩溃。"
16721680

16731681
#: ../../library/sys.rst:1045
16741682
msgid ""

0 commit comments

Comments
 (0)