44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Freesand Leo <[email protected] >, 201987# Meng Du <[email protected] >, 201998# Azuk 443 <[email protected] >, 2019109# musan cheng, 2019
1110# ppcfish <[email protected] >, 201911+ # Freesand Leo <[email protected] >, 20201212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2020-04-10 22:51+0000\n "
1919"PO-Revision-Date : 2019-09-01 02:43+0000\n "
20- "Last-Translator : ppcfish <ppcfish@gmail .com>, 2019 \n "
20+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020 \n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -122,9 +122,9 @@ msgid ""
122122":kbd:`Ctrl-Z` character; Windows is running a single \" python\" command in "
123123"the window, and closes it when you terminate the interpreter."
124124msgstr ""
125- "你可能发现在开始菜单有一个这样的选项 :menuselection:`开始 --> 所有程序 --> Python 3.x --> Python "
126- "(command line)` , 运行它后会出现一个有着 ``>>>`` 提示的想不出来口。 如果这样的话,在调用 :func:`exit` 函数或按"
127- " :kbd:`Ctrl-Z` 组合键后窗口会消失。Windows在这个窗口中运行一个 \" python\" 命令,并且在你终止解释器的时候关闭它。"
125+ "你可能发现在开始菜单有这样一个条目 :menuselection:`开始 --> 所有程序 --> Python 3.x --> Python "
126+ "(命令行)` , 运行它后会出现一个有着 ``>>>`` 提示的新窗口。 在此之后,如果调用 :func:`exit` 函数或按 "
127+ ":kbd:`Ctrl-Z` 组合键后窗口将会消失。 Windows 会在这个窗口中运行一个“ python” 命令,并且在你终止解释器的时候关闭它。"
128128
129129#: ../../faq/windows.rst:97
130130msgid ""
@@ -134,8 +134,8 @@ msgid ""
134134"and is named ``hello.py``, and your command prompt is nicely opened in your "
135135"home directory so you're seeing something similar to::"
136136msgstr ""
137- "现在我们知道 ``py`` 命令已经被识别,可以输入Python脚本了。 你需要提供Python脚本的绝对路径或相对路径。 "
138- "假设Python脚本位于桌面上并命名为 ``hello.py``,并且命令提示符在用户主目录打开,那么可以看到类似于这样的东西::"
137+ "现在我们知道 ``py`` 命令已经被识别,可以输入 Python 脚本了。 你需要提供 Python 脚本的绝对路径或相对路径。 假设 Python "
138+ "脚本位于桌面上并命名为 ``hello.py``,并且命令提示符在用户主目录打开,那么可以看到类似于这样的东西::"
139139
140140#: ../../faq/windows.rst:106
141141msgid ""
@@ -157,10 +157,10 @@ msgid ""
157157" typing 'foo' with no extension you need to add .py to the PATHEXT "
158158"environment variable."
159159msgstr ""
160- "在Windows上,标准Python安装程序已将.py扩展名与文件类型 (Python.File) "
161- "相关联,并为该文件类型提供运行解释器的打开命令(``D:\\ Program Files\\ Python\\ python.exe \" %1\" %*``) "
162- " 。 这足以使脚本在命令提示符下作为 ' foo.py' 命令被执行。 "
163- "如果希望通过简单地键入“foo”而无需输入文件扩展名来执行脚本,则需要将.py添加到PATHEXT环境变量中 。"
160+ "在 Windows 上,标准 Python 安装程序已将 .py 扩展名与文件类型 (Python.File) "
161+ "相关联,并为该文件类型提供运行解释器的打开命令 (``D:\\ Program Files\\ Python\\ python.exe \" %1\" "
162+ "%*``) 。 这足以使脚本在命令提示符下作为“ foo.py” 命令被执行。 如果希望通过简单地键入“foo”而无需输入文件扩展名来执行脚本,则需要将 "
163+ ".py 添加到 PATHEXT 环境变量中 。"
164164
165165#: ../../faq/windows.rst:124
166166msgid "Why does Python sometimes take so long to start?"
@@ -191,7 +191,7 @@ msgstr ""
191191
192192#: ../../faq/windows.rst:141
193193msgid "How do I make an executable from a Python script?"
194- msgstr "我怎样使用Python脚本制作可执行文件 ?"
194+ msgstr "我怎样使用 Python 脚本制作可执行文件 ?"
195195
196196#: ../../faq/windows.rst:143
197197msgid ""
@@ -208,7 +208,7 @@ msgstr ""
208208
209209#: ../../faq/windows.rst:151
210210msgid "Is a ``*.pyd`` file the same as a DLL?"
211- msgstr "``*.pyd`` 文件和DLL文件相同吗 ?"
211+ msgstr "``*.pyd`` 文件和 DLL 文件相同吗 ?"
212212
213213#: ../../faq/windows.rst:153
214214msgid ""
@@ -240,7 +240,7 @@ msgstr ""
240240
241241#: ../../faq/windows.rst:169
242242msgid "How can I embed Python into a Windows application?"
243- msgstr "我怎样将Python嵌入一个Windows程序 ?"
243+ msgstr "我怎样将 Python 嵌入一个 Windows 程序 ?"
244244
245245#: ../../faq/windows.rst:171
246246msgid ""
@@ -349,7 +349,7 @@ msgstr ""
349349msgid ""
350350"Problem 2: SWIG generates the following code when generating wrappers to "
351351"void functions:"
352- msgstr "问题2:在为void函数生成包装器时,SWIG会生成以下代码 :"
352+ msgstr "问题2:在为 void 函数生成包装器时,SWIG 会生成以下代码 :"
353353
354354#: ../../faq/windows.rst:241
355355msgid ""
0 commit comments