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

Skip to content

Commit 3704e75

Browse files
[po] auto sync
1 parent 8f7dbcf commit 3704e75

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

library/sys.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,13 +1518,18 @@ msgid ""
15181518
"directory is inserted *before* the entries inserted as a result of "
15191519
":envvar:`PYTHONPATH`."
15201520
msgstr ""
1521+
"程序启动时将初始化该列表,列表的第一项 ``path[0]`` 目录含有调用 Python "
1522+
"解释器的脚本。如果脚本目录不可用(比如以交互方式调用了解释器,或脚本是从标准输入中读取的),则 ``path[0]`` 为空字符串,这将导致 "
1523+
"Python 优先搜索当前目录中的模块。注意,脚本目录将插入在 :envvar:`PYTHONPATH` 的条目*之前*。"
15211524

15221525
#: ../../library/sys.rst:958
15231526
msgid ""
15241527
"A program is free to modify this list for its own purposes. Only strings "
15251528
"and bytes should be added to :data:`sys.path`; all other data types are "
15261529
"ignored during import."
15271530
msgstr ""
1531+
"程序可以随意修改本列表用于自己的目的。只能向 :data:`sys.path` 中添加 string 和 bytes "
1532+
"类型,其他数据类型将在导入期间被忽略。"
15281533

15291534
#: ../../library/sys.rst:964
15301535
msgid ""

0 commit comments

Comments
 (0)