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

Skip to content

Commit fe28722

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

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

library/msilib.po

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ msgstr ""
277277
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:190
278278
msgid ""
279279
"Return a result record of the query, through calling :c:func:`MsiViewFetch`."
280-
msgstr ""
280+
msgstr "通过调用 :c:func:`MsiViewFetch` 返回查询的结果记录。"
281281

282282
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:195
283283
msgid ""
@@ -338,25 +338,33 @@ msgid ""
338338
"``PID_PAGECOUNT``, ``PID_WORDCOUNT``, ``PID_CHARCOUNT``, ``PID_APPNAME``, or"
339339
" ``PID_SECURITY``."
340340
msgstr ""
341+
"通过 :c:func:`MsiSummaryInfoGetProperty` 返回概要的特征属性。 *field* 是属性的名称,可以是常量 "
342+
"``PID_CODEPAGE``, ``PID_TITLE``, ``PID_SUBJECT``, ``PID_AUTHOR``, "
343+
"``PID_KEYWORDS``, ``PID_COMMENTS``, ``PID_TEMPLATE``, ``PID_LASTAUTHOR``, "
344+
"``PID_REVNUMBER``, ``PID_LASTPRINTED``, ``PID_CREATE_DTM``, "
345+
"``PID_LASTSAVE_DTM``, ``PID_PAGECOUNT``, ``PID_WORDCOUNT``, "
346+
"``PID_CHARCOUNT``, ``PID_APPNAME`` 或 ``PID_SECURITY`` 中的一个。"
341347

342348
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:237
343349
msgid ""
344350
"Return the number of summary properties, through "
345351
":c:func:`MsiSummaryInfoGetPropertyCount`."
346-
msgstr ""
352+
msgstr "通过 :c:func:`MsiSummaryInfoGetPropertyCount` 返回概要特征属性的数量。"
347353

348354
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:243
349355
msgid ""
350356
"Set a property through :c:func:`MsiSummaryInfoSetProperty`. *field* can have"
351357
" the same values as in :meth:`GetProperty`, *value* is the new value of the "
352358
"property. Possible value types are integer and string."
353359
msgstr ""
360+
"通过 :c:func:`MsiSummaryInfoSetProperty` 设置特征属性。 *field* 可以有与 "
361+
":meth:`GetProperty` 相同的值。 *value* 是属性的新值。 可用的值类型有整数和字符串。"
354362

355363
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:250
356364
msgid ""
357365
"Write the modified properties to the summary information stream, using "
358366
":c:func:`MsiSummaryInfoPersist`."
359-
msgstr ""
367+
msgstr "使用 :c:func:`MsiSummaryInfoPersist` 将已修改的特征属性写入到概要信息流。"
360368

361369
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:256
362370
msgid ""
@@ -367,28 +375,34 @@ msgid ""
367375
"us/library/windows/desktop/aa370491.aspx>`_ `MsiSummaryInfoPersist "
368376
"<https://msdn.microsoft.com/en-us/library/windows/desktop/aa370490.aspx>`_"
369377
msgstr ""
378+
"`MsiSummaryInfoGetProperty <https://msdn.microsoft.com/en-"
379+
"us/library/windows/desktop/aa370409.aspx>`_ `MsiSummaryInfoGetPropertyCount "
380+
"<https://msdn.microsoft.com/en-us/library/windows/desktop/aa370488.aspx>`_ "
381+
"`MsiSummaryInfoSetProperty <https://msdn.microsoft.com/en-"
382+
"us/library/windows/desktop/aa370491.aspx>`_ `MsiSummaryInfoPersist "
383+
"<https://msdn.microsoft.com/en-us/library/windows/desktop/aa370490.aspx>`_"
370384

371385
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:264
372386
msgid "Record Objects"
373-
msgstr ""
387+
msgstr "记录对象"
374388

375389
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:269
376390
msgid ""
377391
"Return the number of fields of the record, through "
378392
":c:func:`MsiRecordGetFieldCount`."
379-
msgstr ""
393+
msgstr "通过 :c:func:`MsiRecordGetFieldCount` 返回记录字段的数量。"
380394

381395
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:275
382396
msgid ""
383397
"Return the value of *field* as an integer where possible. *field* must be "
384398
"an integer."
385-
msgstr ""
399+
msgstr "在可能的情况下将 *field* 的值以整数形式返回。 *field* 必须为整数。"
386400

387401
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:281
388402
msgid ""
389403
"Return the value of *field* as a string where possible. *field* must be an "
390404
"integer."
391-
msgstr ""
405+
msgstr "在可能的情况下将 *field* 的值以字符串形式返回。 *field* 必须为整数。"
392406

393407
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:287
394408
msgid ""

0 commit comments

Comments
 (0)