@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.8\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2020-02-09 12:40 +0000\n "
18+ "POT-Creation-Date : 2020-10-20 15:27 +0000\n "
1919"PO-Revision-Date : 2020-05-30 11:54+0000\n "
2020"
Last-Translator :
Freesand Leo <[email protected] >, 2020\n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -195,16 +195,15 @@ msgstr "我怎样使用 Python 脚本制作可执行文件?"
195195
196196#: ../../faq/windows.rst:143
197197msgid ""
198- "See `cx_Freeze <https://anthony-tuininga.github .io/cx_Freeze />`_ for a "
198+ "See `cx_Freeze <https://cx-freeze.readthedocs .io/en/latest />`_ for a "
199199"distutils extension that allows you to create console and GUI executables "
200200"from Python code. `py2exe <http://www.py2exe.org/>`_, the most popular "
201201"extension for building Python 2.x-based executables, does not yet support "
202202"Python 3 but a version that does is in development."
203203msgstr ""
204- "请参阅 `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_ 了解 "
205- "distutils 扩展,它允许你从 Python 代码创建控制台和 GUI 可执行文件。 `py2exe "
206- "<http://www.py2exe.org/>`_ ,是构建基于 Python 2.x 的可执行文件的最流行扩展,它还不支持 Python 3 "
207- ",但这个版本正在开发。"
204+ "请参阅 `cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ 来了解 distutils"
205+ " 扩展,它允许你基于 Python 代码创建控制台和 GUI 可执行文件。 `py2exe <http://www.py2exe.org/>`_ "
206+ "是最流行的用来构建基于 Python 2.x 的可执行文件的扩展,它暂时还不支持 Python 3 但新的版本已在开发中。"
208207
209208#: ../../faq/windows.rst:151
210209msgid "Is a ``*.pyd`` file the same as a DLL?"
@@ -423,9 +422,9 @@ msgstr "如何在不阻塞的情况下检查按键?"
423422
424423#: ../../faq/windows.rst:282
425424msgid ""
426- "Use the msvcrt module. This is a standard Windows-specific extension "
427- "module. It defines a function ``kbhit()`` which checks whether a keyboard "
425+ "Use the :mod:` msvcrt` module. This is a standard Windows-specific extension"
426+ " module. It defines a function ``kbhit()`` which checks whether a keyboard "
428427"hit is present, and ``getch()`` which gets one character without echoing it."
429428msgstr ""
430- "使用 msvcrt 模块。 是标准的 Windows 特定扩展模块。 它定义了一个函数 ``kbhit()`` 来检查是否存在键盘命中,而 "
431- "``getch()`` 来获取一个字符而不回显它 。"
429+ "使用 :mod:` msvcrt` 模块。 这是一个标准的 Windows 专属扩展模块。 它定义了一个函数 ``kbhit()`` "
430+ "用于检查是否有键盘中的某个键被按下,以及 ``getch()`` 用于获取一个字符而不将其回显 。"
0 commit comments