@@ -277,7 +277,7 @@ msgstr ""
277
277
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:190
278
278
msgid ""
279
279
"Return a result record of the query, through calling :c:func:`MsiViewFetch`."
280
- msgstr ""
280
+ msgstr "通过调用 :c:func:`MsiViewFetch` 返回查询的结果记录。 "
281
281
282
282
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:195
283
283
msgid ""
@@ -338,25 +338,33 @@ msgid ""
338
338
"``PID_PAGECOUNT``, ``PID_WORDCOUNT``, ``PID_CHARCOUNT``, ``PID_APPNAME``, or"
339
339
" ``PID_SECURITY``."
340
340
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`` 中的一个。"
341
347
342
348
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:237
343
349
msgid ""
344
350
"Return the number of summary properties, through "
345
351
":c:func:`MsiSummaryInfoGetPropertyCount`."
346
- msgstr ""
352
+ msgstr "通过 :c:func:`MsiSummaryInfoGetPropertyCount` 返回概要特征属性的数量。 "
347
353
348
354
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:243
349
355
msgid ""
350
356
"Set a property through :c:func:`MsiSummaryInfoSetProperty`. *field* can have"
351
357
" the same values as in :meth:`GetProperty`, *value* is the new value of the "
352
358
"property. Possible value types are integer and string."
353
359
msgstr ""
360
+ "通过 :c:func:`MsiSummaryInfoSetProperty` 设置特征属性。 *field* 可以有与 "
361
+ ":meth:`GetProperty` 相同的值。 *value* 是属性的新值。 可用的值类型有整数和字符串。"
354
362
355
363
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:250
356
364
msgid ""
357
365
"Write the modified properties to the summary information stream, using "
358
366
":c:func:`MsiSummaryInfoPersist`."
359
- msgstr ""
367
+ msgstr "使用 :c:func:`MsiSummaryInfoPersist` 将已修改的特征属性写入到概要信息流。 "
360
368
361
369
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:256
362
370
msgid ""
@@ -367,28 +375,34 @@ msgid ""
367
375
"us/library/windows/desktop/aa370491.aspx>`_ `MsiSummaryInfoPersist "
368
376
"<https://msdn.microsoft.com/en-us/library/windows/desktop/aa370490.aspx>`_"
369
377
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>`_"
370
384
371
385
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:264
372
386
msgid "Record Objects"
373
- msgstr ""
387
+ msgstr "记录对象 "
374
388
375
389
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:269
376
390
msgid ""
377
391
"Return the number of fields of the record, through "
378
392
":c:func:`MsiRecordGetFieldCount`."
379
- msgstr ""
393
+ msgstr "通过 :c:func:`MsiRecordGetFieldCount` 返回记录字段的数量。 "
380
394
381
395
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:275
382
396
msgid ""
383
397
"Return the value of *field* as an integer where possible. *field* must be "
384
398
"an integer."
385
- msgstr ""
399
+ msgstr "在可能的情况下将 *field* 的值以整数形式返回。 *field* 必须为整数。 "
386
400
387
401
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:281
388
402
msgid ""
389
403
"Return the value of *field* as a string where possible. *field* must be an "
390
404
"integer."
391
- msgstr ""
405
+ msgstr "在可能的情况下将 *field* 的值以字符串形式返回。 *field* 必须为整数。 "
392
406
393
407
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/msilib.rst:287
394
408
msgid ""
0 commit comments