@@ -305,41 +305,43 @@ msgid ""
305305"To use a custom SMTPChannel implementation you need to override the "
306306":attr:`SMTPServer.channel_class` of your :class:`SMTPServer`."
307307msgstr ""
308+ "要使用自定义的 SMTPChannel 实现你必须重载你的 :class:`SMTPServer` 的 "
309+ ":attr:`SMTPServer.channel_class`。"
308310
309311#: ../../library/smtpd.rst:193
310312msgid "The *decode_data* and *enable_SMTPUTF8* parameters were added."
311- msgstr ""
313+ msgstr "添加了 *decode_data* 和 *enable_SMTPUTF8* 形参。 "
312314
313315#: ../../library/smtpd.rst:199
314316msgid "The :class:`SMTPChannel` has the following instance variables:"
315- msgstr ""
317+ msgstr ":class:`SMTPChannel` 具有下列实例变量: "
316318
317319#: ../../library/smtpd.rst:203
318320msgid "Holds the :class:`SMTPServer` that spawned this channel."
319- msgstr ""
321+ msgstr "存放生成此通道的 :class:`SMTPServer`。 "
320322
321323#: ../../library/smtpd.rst:207
322324msgid "Holds the socket object connecting to the client."
323- msgstr ""
325+ msgstr "存放连接到客户端的套接字对象。 "
324326
325327#: ../../library/smtpd.rst:211
326328msgid ""
327329"Holds the address of the client, the second value returned by "
328330":func:`socket.accept <socket.socket.accept>`"
329- msgstr ""
331+ msgstr "存放客户端的地址,:func:`socket.accept <socket.socket.accept>` 所返回的第二个值。 "
330332
331333#: ../../library/smtpd.rst:216
332334msgid ""
333335"Holds a list of the line strings (decoded using UTF-8) received from the "
334336"client. The lines have their ``\"\\ r\\ n\" `` line ending translated to "
335337"``\"\\ n\" ``."
336- msgstr ""
338+ msgstr "存放从客户端接收的行字符串列表 (使用 UTF-8 解码)。 所有行的 `` \"\\ r \\ n \" `` 行结束符都会被转写为 `` \"\\ n \" ``。 "
337339
338340#: ../../library/smtpd.rst:222
339341msgid ""
340342"Holds the current state of the channel. This will be either :attr:`COMMAND` "
341343"initially and then :attr:`DATA` after the client sends a \" DATA\" line."
342- msgstr ""
344+ msgstr "存放通道的当前状态。 其初始值将为 :attr:`COMMAND` 而在客户端发送 \" DATA \" 行后将为 :attr:`DATA`。 "
343345
344346#: ../../library/smtpd.rst:228
345347msgid "Holds a string containing the greeting sent by the client in its \" HELO\" ."
0 commit comments