From 1bb4822dca6113f73e3bc89e2acf15935e6f8e92 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 3 Dec 2014 15:17:05 +0100 Subject: Rework LuCI build system * Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich --- .../luci-app-commands/po/zh-cn/commands.po | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 applications/luci-app-commands/po/zh-cn/commands.po (limited to 'applications/luci-app-commands/po/zh-cn') diff --git a/applications/luci-app-commands/po/zh-cn/commands.po b/applications/luci-app-commands/po/zh-cn/commands.po new file mode 100644 index 0000000000..8b2b032b61 --- /dev/null +++ b/applications/luci-app-commands/po/zh-cn/commands.po @@ -0,0 +1,94 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 15:47+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +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" +msgstr "允许在不认证的前提下执行命令,并获取其输出。" + +msgid "Allow the user to provide additional command line arguments" +msgstr "允许用户提供额外的命令行参数" + +msgid "Arguments:" +msgstr "参数:" + +msgid "Binary data not displayed, download instead." +msgstr "不显示二进制数据,使用下载方式替代。" + +msgid "Code:" +msgstr "代码:" + +msgid "Collecting data..." +msgstr "收集数据:" + +msgid "Command" +msgstr "命令" + +msgid "Command failed" +msgstr "执行命令失败" + +msgid "Command line to execute" +msgstr "执行命令行" + +msgid "Command successful" +msgstr "执行命令成功" + +msgid "Command:" +msgstr "命令:" + +msgid "Configure" +msgstr "配置" + +msgid "Custom Commands" +msgstr "自定义命令" + +msgid "Custom arguments" +msgstr "自定义参数" + +msgid "Dashboard" +msgstr "看板" + +msgid "Description" +msgstr "描述" + +msgid "Download" +msgstr "下载" + +msgid "Failed to execute command!" +msgstr "执行命令失败!" + +msgid "Link" +msgstr "连接" + +msgid "Loading" +msgstr "加载中" + +msgid "Public access" +msgstr "公共访问" + +msgid "Run" +msgstr "运行" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "此页面允许您配置自定义Shell命令,并可以从Web界面调用shell命令。" + +msgid "Waiting for command to complete..." +msgstr "等待命令执行完成... ..." -- cgit v1.2.3