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

Skip to content

Commit 37ba4bc

Browse files
[po] auto sync
1 parent bf448e9 commit 37ba4bc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

library/sys.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,18 +1741,20 @@ msgid ""
17411741
" finders that are found. If a path is a valid file system path but no finder"
17421742
" is found on :data:`sys.path_hooks` then ``None`` is stored."
17431743
msgstr ""
1744+
"一个字典,作为 :term:`查找器 <finder>` 对象的缓存。key 是传入 :data:`sys.path_hooks` 的路径,value "
1745+
"是相应已找到的查找器。如果路径是有效的文件系统路径,但在 :data:`sys.path_hooks` 中未找到查找器,则存入 ``None``。"
17441746

17451747
#: ../../library/sys.rst:1085
17461748
msgid ""
17471749
"``None`` is stored instead of :class:`imp.NullImporter` when no finder is "
17481750
"found."
1749-
msgstr ""
1751+
msgstr "未找到查找器时,改为存储 ``None``,而不是 :class:`imp.NullImporter`。"
17501752

17511753
#: ../../library/sys.rst:1092
17521754
msgid ""
17531755
"This string contains a platform identifier that can be used to append "
17541756
"platform-specific components to :data:`sys.path`, for instance."
1755-
msgstr ""
1757+
msgstr "本字符串是一个平台标识符,举例而言,该标识符可用于将特定平台的组件追加到 :data:`sys.path` 中。"
17561758

17571759
#: ../../library/sys.rst:1095
17581760
msgid ""

0 commit comments

Comments
 (0)