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

Skip to content

Commit efa6b0c

Browse files
[po] auto sync
1 parent e07d73c commit efa6b0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

library/telnetlib.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ msgid ""
4040
"removed. For symbolic names of options which are traditionally not included "
4141
"in ``arpa/telnet.h``, see the module source itself."
4242
msgstr ""
43+
":mod:`telnetlib` 模块提供一个实现Telnet协议的类 :class:`Telnet`。关于此协议的细节请参见 :rfc:`854` "
44+
"。此外,它还为协议字符(见下文)和 telnet 选项提供了对应的符号常量。telnet选项对应的符号名遵循 ``arpa/telnet.h`` "
45+
"中的定义,但删除了前缀``TELOPT_``。对于不在 ``arpa/telnet.h`` 的选项的符号常量名,请参考本模块源码。"
4346

4447
#: ../../library/telnetlib.rst:23
4548
msgid ""
@@ -49,6 +52,10 @@ msgid ""
4952
"(Erase Character), EL (Erase Line), GA (Go Ahead), SB (Subnegotiation "
5053
"Begin)."
5154
msgstr ""
55+
"telnet命令的符号常量名有: IAC, DONT, DO, WONT, WILL, SE (Subnegotiation End), NOP (No"
56+
" Operation), DM (Data Mark), BRK (Break), IP (Interrupt process), AO (Abort "
57+
"output), AYT (Are You There), EC (Erase Character), EL (Erase Line), GA (Go "
58+
"Ahead), SB (Subnegotiation Begin)."
5259

5360
#: ../../library/telnetlib.rst:31
5461
msgid ""

0 commit comments

Comments
 (0)