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

Skip to content

Commit 4c9e4f1

Browse files
committed
[po] auto sync bot
1 parent 591128e commit 4c9e4f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/cmd.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,17 @@ msgid ""
126126
"another special case, a line beginning with the character ``'!'`` is "
127127
"dispatched to the method :meth:`do_shell` (if such a method is defined)."
128128
msgstr ""
129+
"解释器实例将会识别命令名称 ``foo`` 当且仅当它有方法 :meth:`do_foo` 。有一个特殊情况,分派始于字符 ``'?'`` 的行到方法 "
130+
":meth:`do_help` 。另一种特殊情况,分派始于字符 ``'!'`` 的行到方法 :meth:`do_shell` (如果定义了这个方法)"
129131

130132
#: ../../library/cmd.rst:74
131133
msgid ""
132134
"This method will return when the :meth:`postcmd` method returns a true "
133135
"value. The *stop* argument to :meth:`postcmd` is the return value from the "
134136
"command's corresponding :meth:`do_\\*` method."
135137
msgstr ""
138+
"这个方法将返回当 :meth:`postcmd` 方法返回一个真值 。参数 *stop* 到 :meth:`postcmd` 是命令对应的返回值 "
139+
":meth:`do_\\*` 的方法。"
136140

137141
#: ../../library/cmd.rst:78
138142
msgid ""

0 commit comments

Comments
 (0)