55#
66# Translators:
77# Yinuo Huang <[email protected] >, 20188- # Freesand Leo <[email protected] >, 201998109# musan cheng, 2019
10+ # Freesand Leo <[email protected] >, 20191111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2019-03-25 10:57+0900\n "
1818"PO-Revision-Date : 2017-02-16 17:43+0000\n "
19- "Last-Translator : musan cheng , 2019\n "
19+ "
Last-Translator :
Freesand Leo <[email protected] > , 2019\n"
2020"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -144,7 +144,7 @@ msgstr "那么现在可以让``py``命令执行你的脚本,只需要输入``p
144144
145145#: ../../faq/windows.rst:114
146146msgid "How do I make Python scripts executable?"
147- msgstr "我怎么让Python脚本可执行 ?"
147+ msgstr "我怎么让 Python 脚本可执行 ?"
148148
149149#: ../../faq/windows.rst:116
150150msgid ""
@@ -156,10 +156,10 @@ msgid ""
156156" typing 'foo' with no extension you need to add .py to the PATHEXT "
157157"environment variable."
158158msgstr ""
159- "在Windows上,标准Python安装程序已将.py扩展名与文件类型 (Python.File) "
160- "相关联,并为该文件类型提供运行解释器的打开命令(``D:\\ Program Files\\ Python\\ python.exe \" %1\" %*`) "
161- "。 这足以使脚本在命令提示符下作为 ' foo.py' 命令被执行。 "
162- "如果希望通过简单地键入“foo”而无需输入文件扩展名来执行脚本,则需要将.py添加到PATHEXT环境变量中 。"
159+ "在 Windows 上,标准 Python 安装程序已将 .py 扩展名与文件类型 (Python.File) "
160+ "相关联,并为该文件类型提供运行解释器的打开命令 (``D:\\ Program Files\\ Python\\ python.exe \" %1\" "
161+ "%*``) 。 这足以使脚本在命令提示符下作为“ foo.py” 命令被执行。 如果希望通过简单地键入“foo”而无需输入文件扩展名来执行脚本,则需要将 "
162+ ".py 添加到 PATHEXT 环境变量中 。"
163163
164164#: ../../faq/windows.rst:124
165165msgid "Why does Python sometimes take so long to start?"
0 commit comments