diff options
author | t123yh <t123yh@outlook.com> | 2016-08-03 18:19:04 +0800 |
---|---|---|
committer | t123yh <t123yh@outlook.com> | 2017-01-15 23:13:10 +0800 |
commit | 077ac32635dc0048a684ee0a40345a262e661ecc (patch) | |
tree | 9e893c582f59cc76da28a99afa4638d76422186d /applications/luci-app-commands/po/zh-cn/commands.po | |
parent | 1367f7b624e9ee926cdbd3235a9fec4450c904b5 (diff) |
luci-app-commands: Allow executing without downloading on public links
Signed-off-by: t123yh <t123yh@outlook.com>
Diffstat (limited to 'applications/luci-app-commands/po/zh-cn/commands.po')
-rw-r--r-- | applications/luci-app-commands/po/zh-cn/commands.po | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/applications/luci-app-commands/po/zh-cn/commands.po b/applications/luci-app-commands/po/zh-cn/commands.po index 8b2b032b61..1d17fc3b32 100644 --- a/applications/luci-app-commands/po/zh-cn/commands.po +++ b/applications/luci-app-commands/po/zh-cn/commands.po @@ -14,9 +14,6 @@ msgstr "" msgid "A short textual description of the configured command" msgstr "简短描述命令用途" -msgid "Access command with" -msgstr "访问命令" - msgid "" "Allow executing the command and downloading its output without prior " "authentication" @@ -92,3 +89,21 @@ msgstr "此页面允许您配置自定义Shell命令,并可以从Web界面调 msgid "Waiting for command to complete..." msgstr "等待命令执行完成... ..." + +msgid "Command executed successfully." +msgstr "命令成功执行。" + +msgid "Command exited with status code " +msgstr "命令退出,状态码:" + +msgid "Standard Output" +msgstr "标准输出流" + +msgid "Standard Error" +msgstr "标准错误流" + +msgid "Download execution result" +msgstr "下载执行结果" + +msgid "Or display result" +msgstr "显示执行结果"
\ No newline at end of file |