File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,31 +291,33 @@ msgstr "例如下面代码尝试获取传输相关套接字对象::"
291291
292292#: ../../library/asyncio-protocol.rst:181
293293msgid "Categories of information that can be queried on some transports:"
294- msgstr ""
294+ msgstr "传输可查询信息类别: "
295295
296296#: ../../library/asyncio-protocol.rst:183
297297msgid "socket:"
298- msgstr ""
298+ msgstr "套接字: "
299299
300300#: ../../library/asyncio-protocol.rst:185
301301msgid ""
302302"``'peername'``: the remote address to which the socket is connected, result "
303303"of :meth:`socket.socket.getpeername` (``None`` on error)"
304304msgstr ""
305+ "``'peername'``: 套接字链接时的远端地址,:meth:`socket.socket.getpeername` 方法的结果 (出错时为 "
306+ "``None`` )"
305307
306308#: ../../library/asyncio-protocol.rst:189
307309msgid "``'socket'``: :class:`socket.socket` instance"
308- msgstr ""
310+ msgstr "``'socket'``: :class:`socket.socket` 实例 "
309311
310312#: ../../library/asyncio-protocol.rst:191
311313msgid ""
312314"``'sockname'``: the socket's own address, result of "
313315":meth:`socket.socket.getsockname`"
314- msgstr ""
316+ msgstr "``'sockname'``: 套接字本地地址, :meth:`socket.socket.getsockname` 方法的结果 "
315317
316318#: ../../library/asyncio-protocol.rst:194
317319msgid "SSL socket:"
318- msgstr ""
320+ msgstr "SSL套接字 "
319321
320322#: ../../library/asyncio-protocol.rst:196
321323msgid ""
You can’t perform that action at this time.
0 commit comments