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

Skip to content

Commit c702f63

Browse files
[po] auto sync
1 parent 97ce2a4 commit c702f63

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

library/sys.po

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

17011704
#: ../../library/sys.rst:1057
17021705
msgid ""

whatsnew/changelog.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.8\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2020-07-22 14:37+0000\n"
25+
"POT-Creation-Date: 2020-07-23 14:37+0000\n"
2626
"PO-Revision-Date: 2020-05-30 12:18+0000\n"
2727
"Last-Translator: Xiao Wang <[email protected]>, 2020\n"
2828
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2774,7 +2774,7 @@ msgstr ""
27742774
msgid ""
27752775
"`bpo-4630 <https://bugs.python.org/issue4630>`__: Add an option to toggle "
27762776
"IDLE's cursor blink for shell, editor, and output windows. See Settings, "
2777-
"General, Window Preferences, Cursor Blink. Patch by Zachary Spytz."
2777+
"General, Window Preferences, Cursor Blink. Patch by Zackery Spytz."
27782778
msgstr ""
27792779

27802780
#: ../../../build/NEWS:1427

0 commit comments

Comments
 (0)