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

Skip to content

Commit f627b21

Browse files
[po] auto sync
1 parent e783d5e commit f627b21

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

library/msilib.po

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
# Translators:
77
# Bu Yixin, 2022
88
# Jing Li <[email protected]>, 2022
9-
# Freesand Leo <[email protected]>, 2023
109
# Bryan不可思议, 2023
10+
# Freesand Leo <[email protected]>, 2023
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.7\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-02-24 14:40+0000\n"
17+
"POT-Creation-Date: 2023-03-03 14:41+0000\n"
1818
"PO-Revision-Date: 2019-09-01 03:19+0000\n"
19-
"Last-Translator: Bryan不可思议, 2023\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2023\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"
@@ -215,23 +215,26 @@ msgid ""
215215
"Return a view object, by calling :c:func:`MSIDatabaseOpenView`. *sql* is the"
216216
" SQL statement to execute."
217217
msgstr ""
218+
"通过调用 :c:func:`MSIDatabaseOpenView` 返回一个视图对象。 *sql* 是要执行的 SQL 语句。statement to"
219+
" execute."
218220

219221
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:145
220222
msgid ""
221223
"Commit the changes pending in the current transaction, by calling "
222224
":c:func:`MSIDatabaseCommit`."
223-
msgstr ""
225+
msgstr "通过调用 :c:func:`MSIDatabaseCommit` 提交当前事务中挂起的修改。"
224226

225227
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:151
226228
msgid ""
227229
"Return a new summary information object, by calling "
228230
":c:func:`MsiGetSummaryInformation`. *count* is the maximum number of "
229231
"updated values."
230232
msgstr ""
233+
"通过调用 :c:func:`MsiGetSummaryInformation` 返回一个新的概要信息对象。 *count* 为已更新值的最大数量。"
231234

232235
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:157
233236
msgid "Close the database object, through :c:func:`MsiCloseHandle`."
234-
msgstr ""
237+
msgstr "通过 :c:func:`MsiCloseHandle` 关闭数据库对象。"
235238

236239
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:163
237240
msgid ""
@@ -242,24 +245,34 @@ msgid ""
242245
"us/library/windows/desktop/aa370301.aspx>`_ `MsiCloseHandle "
243246
"<https://msdn.microsoft.com/en-us/library/windows/desktop/aa370067.aspx>`_"
244247
msgstr ""
248+
"`MSIDatabaseOpenView <https://msdn.microsoft.com/en-"
249+
"us/library/windows/desktop/aa370082.aspx>`_ `MSIDatabaseCommit "
250+
"<https://msdn.microsoft.com/en-us/library/windows/desktop/aa370075.aspx>`_ "
251+
"`MSIGetSummaryInformation <https://msdn.microsoft.com/en-"
252+
"us/library/windows/desktop/aa370301.aspx>`_ `MsiCloseHandle "
253+
"<https://msdn.microsoft.com/en-us/library/windows/desktop/aa370067.aspx>`_"
245254

246255
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:171
247256
msgid "View Objects"
248-
msgstr ""
257+
msgstr "视图对象"
249258

250259
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:176
251260
msgid ""
252261
"Execute the SQL query of the view, through :c:func:`MSIViewExecute`. If "
253262
"*params* is not ``None``, it is a record describing actual values of the "
254263
"parameter tokens in the query."
255264
msgstr ""
265+
"通过 :c:func:`MSIViewExecute` 执行视图的 SQL 查询。 如果 *params* 不为 "
266+
"``None``,它应是一条描述查询中形参名称的实际值的记录。"
256267

257268
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:183
258269
msgid ""
259270
"Return a record describing the columns of the view, through calling "
260271
":c:func:`MsiViewGetColumnInfo`. *kind* can be either ``MSICOLINFO_NAMES`` or"
261272
" ``MSICOLINFO_TYPES``."
262273
msgstr ""
274+
"通过调用 :c:func:`MsiViewGetColumnInfo` 返回一条描述视图的列的记录。 *kind* 可以是 "
275+
"``MSICOLINFO_NAMES`` 或 ``MSICOLINFO_TYPES``。"
263276

264277
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:190
265278
msgid ""

0 commit comments

Comments
 (0)