@@ -448,6 +448,9 @@ msgid ""
448448"starting from *first* to the last article in the current group, or "
449449":const:`None` to select the current article in the current group."
450450msgstr ""
451+ "发送 ``OVER`` 命令,或是旧式服务器上的 ``XOVER`` 命令。 *message_spec* 可以是表示消息 ID "
452+ "的字符串,或是指明当前新闻组内文章范围的数字元组 ``(first, last)``,或是指明当前新闻组内从 ``(first, None)`` "
453+ "*first* 到最后一篇文章的元组,或者为 :const:`None` 表示选定当前新闻组内的当前文章。"
451454
452455#: ../../library/nntplib.rst:373
453456msgid ""
@@ -459,22 +462,26 @@ msgid ""
459462"items (the key is then the metadata name prepended with ``\" :\" ``). The "
460463"following items are guaranteed to be present by the NNTP specification:"
461464msgstr ""
465+ "返回一个 ``(response, overviews)`` 对。 其中 *overviews* 是一个包含 ``(article_number, "
466+ "overview)`` 元组的列表,每个元组对应 *message_spec* 所选定的一篇文章。 每个 *overview* "
467+ "则是包含同样数量条目的字典,但具体数量取决于服务器。 这些条目或是为消息标头(对应键为小写的标头名称)或是为 metadata 项(对应键为以 "
468+ "``\" :\" `` 打头的 metadata 名称)。 以下条目会由 NNTP 规范描述来确保提供:"
462469
463470#: ../../library/nntplib.rst:381
464471msgid ""
465472"the ``subject``, ``from``, ``date``, ``message-id`` and ``references`` "
466473"headers"
467- msgstr ""
474+ msgstr "``subject``, ``from``, ``date``, ``message-id`` 和 ``references`` 标头 "
468475
469476#: ../../library/nntplib.rst:383
470477msgid ""
471478"the ``:bytes`` metadata: the number of bytes in the entire raw article "
472479"(including headers and body)"
473- msgstr ""
480+ msgstr "``:bytes`` metadata: 整个原始文章数据的字节数(包括标头和消息体) "
474481
475482#: ../../library/nntplib.rst:385
476483msgid "the ``:lines`` metadata: the number of lines in the article body"
477- msgstr ""
484+ msgstr "``:lines`` metadata: 文章消息体的行数 "
478485
479486#: ../../library/nntplib.rst:387
480487msgid ""
0 commit comments