summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ttyd/po/zh_Hans/ttyd.po
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ttyd/po/zh_Hans/ttyd.po')
-rw-r--r--applications/luci-app-ttyd/po/zh_Hans/ttyd.po209
1 files changed, 209 insertions, 0 deletions
diff --git a/applications/luci-app-ttyd/po/zh_Hans/ttyd.po b/applications/luci-app-ttyd/po/zh_Hans/ttyd.po
new file mode 100644
index 000000000..8ca1830ce
--- /dev/null
+++ b/applications/luci-app-ttyd/po/zh_Hans/ttyd.po
@@ -0,0 +1,209 @@
+msgid ""
+msgstr ""
+"PO-Revision-Date: 2020-01-01 02:22+0000\n"
+"Last-Translator: Zheng Qian <sotux82@gmail.com>\n"
+"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
+"openwrt/luciapplicationsttyd/zh_Hans/>\n"
+"Language: zh-cn\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 3.10\n"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:55
+msgid "Accept only one client and exit on disconnection"
+msgstr "仅接受一个客户端并在断开连接后退出"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:14
+msgid "Add instance"
+msgstr "添加实例"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:39
+msgid "Allow URL args"
+msgstr "允许 URL 参数"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:39
+msgid ""
+"Allow client to send command line arguments in URL (eg: http://"
+"localhost:7681?arg=foo&arg=bar)"
+msgstr "允许客户端在 URL 中传递命令行参数 (如: http://localhost:7681?arg=foo&arg=bar)"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:49
+msgid "Check origin"
+msgstr "检查来源"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:43
+msgid "Client option"
+msgstr "客户端选项"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:75
+msgid "Command"
+msgstr "命令"
+
+#: applications/luci-app-ttyd/luasrc/controller/ttyd.lua:12
+msgid "Config"
+msgstr "配置"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:27
+msgid "Credential"
+msgstr "凭据"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:27
+msgid "Credential for Basic Authentication"
+msgstr "用于基本身份验证的凭据"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:57
+msgid "Custom index.html path"
+msgstr "自定义 index.html 路径"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:72
+msgid "Debug"
+msgstr "调试"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:41
+msgid "Do not allow clients to write to the TTY"
+msgstr "不允许客户端写入 TTY"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:49
+msgid "Do not allow websocket connection from different origin"
+msgstr "不允许不同来源的 websocket 连接"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:16
+msgid "Enable"
+msgstr "启用"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:59
+msgid "Enable IPv6 support"
+msgstr "启用 IPv6 支持"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:61
+msgid "Enable SSL"
+msgstr "启用 SSL"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:33
+msgid "Group ID"
+msgstr "组 ID"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:33
+msgid "Group id to run with"
+msgstr "要运行的组 ID"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:59
+msgid "IPv6"
+msgstr "IPv6"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:57
+msgid "Index"
+msgstr "首页"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:23
+msgid "Interface"
+msgstr "接口"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:51
+msgid "Max clients"
+msgstr "最大客户端数量"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:51
+msgid "Maximum clients to support (default: 0, no limit)"
+msgstr "最大支持的客户端数量 (默认: 0, 无限制)"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:23
+msgid ""
+"Network interface to bind (eg: eth0), or UNIX domain socket path (eg: /var/"
+"run/ttyd.sock)"
+msgstr "要绑定的网络接口 (如: eth0), 或 UNIX domain socket 路径 (如: /var/run/ttyd.sock)"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:55
+msgid "Once"
+msgstr "一次"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:19
+msgid "Port"
+msgstr "端口"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:19
+msgid "Port to listen (default: 7681, use `0` for random port)"
+msgstr "要监听的端口 (默认: 7681, `0` 代表随机端口)"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:12
+msgid ""
+"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
+"try again."
+msgstr "不支持随机 ttyd 端口 (端口=0)。<br>改为固定端口然后再试一次。"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:41
+msgid "Read-only"
+msgstr "只读"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:61
+msgid "SSL"
+msgstr "SSL"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:69
+msgid "SSL CA file path for client certificate verification"
+msgstr "用于客户端证书验证的 SSL CA 文件路径"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:69
+msgid "SSL ca"
+msgstr "SSL ca"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:63
+msgid "SSL cert"
+msgstr "SSL 证书"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:63
+msgid "SSL certificate file path"
+msgstr "SSL 证书文件路径"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:66
+msgid "SSL key"
+msgstr "SSL 密钥"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:66
+msgid "SSL key file path"
+msgstr "SSL 密钥文件路径"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:43
+msgid "Send option to client"
+msgstr "发送选项到客户端"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:72
+msgid "Set log level (default: 7)"
+msgstr "设置日志级别 (默认: 7)"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:36
+msgid "Signal"
+msgstr "信号"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:36
+msgid "Signal to send to the command when exit it (default: 1, SIGHUP)"
+msgstr "退出时要发送给命令的信号 (默认: 1, SIGHUP)"
+
+#: applications/luci-app-ttyd/luasrc/controller/ttyd.lua:11
+msgid "Terminal"
+msgstr "终端"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:46
+msgid "Terminal type"
+msgstr "终端类型"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:46
+msgid "Terminal type to report (default: xterm-256color)"
+msgstr "要报告的终端类型 (默认: xterm-256color)"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:30
+msgid "User ID"
+msgstr "用户 ID"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:30
+msgid "User id to run with"
+msgstr "要运行的用户 ID"
+
+#: applications/luci-app-ttyd/luasrc/controller/ttyd.lua:10
+msgid "ttyd"
+msgstr "ttyd"
+
+#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:11
+msgid "ttyd Instance"
+msgstr "ttyd 实例"