diff options
author | Daniel Dickinson <cshoredaniel@users.noreply.github.com> | 2017-01-20 18:00:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-20 18:00:42 -0500 |
commit | e1edb1025cd9e35b3617c20a1117a348971c0421 (patch) | |
tree | 8f54e7471b81c82bdf1bb4b0b3bafcb6e5bf362b /applications/luci-app-commands/po | |
parent | 9b7a5a477a707164d07d17a65acd5a1ac78845db (diff) | |
parent | 077ac32635dc0048a684ee0a40345a262e661ecc (diff) |
Merge pull request #768 from t123yh/app_commands_nodownload
luci-app-commands: allow executing without downloading on public links
Diffstat (limited to 'applications/luci-app-commands/po')
-rw-r--r-- | applications/luci-app-commands/po/en/commands.po | 21 | ||||
-rw-r--r-- | applications/luci-app-commands/po/zh-cn/commands.po | 21 |
2 files changed, 36 insertions, 6 deletions
diff --git a/applications/luci-app-commands/po/en/commands.po b/applications/luci-app-commands/po/en/commands.po index 754a229c1..c40994f34 100644 --- a/applications/luci-app-commands/po/en/commands.po +++ b/applications/luci-app-commands/po/en/commands.po @@ -11,9 +11,6 @@ msgstr "" msgid "A short textual description of the configured command" msgstr "A short textual description of the configured command" -msgid "Access command with" -msgstr "Access command with" - msgid "" "Allow executing the command and downloading its output without prior " "authentication" @@ -93,3 +90,21 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "Waiting for command to complete..." + +msgid "Command executed successfully." +msgstr "Command executed successfully." + +msgid "Command exited with status code " +msgstr "Command exited with status code " + +msgid "Standard Output" +msgstr "Standard Output" + +msgid "Standard Error" +msgstr "Standard Error" + +msgid "Download execution result" +msgstr "Download execution result" + +msgid "Or display result" +msgstr "Or display result"
\ No newline at end of file diff --git a/applications/luci-app-commands/po/zh-cn/commands.po b/applications/luci-app-commands/po/zh-cn/commands.po index 8b2b032b6..1d17fc3b3 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 |