88# focusheart <[email protected] >, 201999# cdarlint <[email protected] >, 20191010# Meng Du <[email protected] >, 201911+ 1112#
1213#, fuzzy
1314msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617"Report-Msgid-Bugs-To : \n "
1718"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1819"PO-Revision-Date : 2017-02-16 23:35+0000\n "
19- "Last-Translator : Meng Du <alphanow @gmail.com>, 2019\n "
20+ "Last-Translator : 钢 彭 <szhairui @gmail.com>, 2019\n "
2021"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2122"MIME-Version : 1.0\n "
2223"Content-Type : text/plain; charset=UTF-8\n "
@@ -26,7 +27,7 @@ msgstr ""
2627
2728#: ../../library/winreg.rst:2
2829msgid ":mod:`winreg` --- Windows registry access"
29- msgstr ""
30+ msgstr ":mod:`winreg` --- Windows 注册表访问 "
3031
3132#: ../../library/winreg.rst:12
3233msgid ""
@@ -35,26 +36,28 @@ msgid ""
3536"is used to ensure that the handles are closed correctly, even if the "
3637"programmer neglects to explicitly close them."
3738msgstr ""
39+ "这些函数将 Windows 注册表 API 暴露给 Python。为了确保即便程序员忽略了显式关闭句柄,该句柄依然能够正确关闭,它使用了一个 "
40+ ":ref:`handle 对象 <handle-object>` 而不是整数来作为注册表句柄。"
3841
3942#: ../../library/winreg.rst:19
4043msgid ""
4144"Several functions in this module used to raise a :exc:`WindowsError`, which "
4245"is now an alias of :exc:`OSError`."
43- msgstr ""
46+ msgstr "该模块种的几个函数被用于引发 :exc:`WindowsError`,此处它们是 :exc:`OSError`的别名。 "
4447
4548#: ../../library/winreg.rst:26
4649msgid "Functions"
4750msgstr "函数"
4851
4952#: ../../library/winreg.rst:28
5053msgid "This module offers the following functions:"
51- msgstr ""
54+ msgstr "该模块提供了下列函数: "
5255
5356#: ../../library/winreg.rst:33
5457msgid ""
5558"Closes a previously opened registry key. The *hkey* argument specifies a "
5659"previously opened key."
57- msgstr ""
60+ msgstr "关闭之前打开的注册表关键字。参数 *hkey* 指之前打开的那个关键字。 "
5861
5962#: ../../library/winreg.rst:38
6063msgid ""
0 commit comments