diff --git a/components/ts_webui/web/index.html b/components/ts_webui/web/index.html index 9b85a1d..21e5ee1 100644 --- a/components/ts_webui/web/index.html +++ b/components/ts_webui/web/index.html @@ -71,7 +71,7 @@ 系统 网络 文件 - 日志 + 终端 自动化 指令 安全 diff --git a/components/ts_webui/web/js/app.js b/components/ts_webui/web/js/app.js index 5b9b1ed..26e63ed 100644 --- a/components/ts_webui/web/js/app.js +++ b/components/ts_webui/web/js/app.js @@ -604,7 +604,7 @@ async function loadSystemPage() { - +
help for commands | Ctrl+C interrupt | Ctrl+L clear | ↑↓ history',
systemLogTitle: 'System Logs',
+ systemLogsButton: 'System Logs',
levelLabel: 'Level',
levelAll: 'All',
clearScreen: 'Clear',
diff --git a/components/ts_webui/web/js/lang/zh-CN.js b/components/ts_webui/web/js/lang/zh-CN.js
index 353ed10..fd1f7c4 100644
--- a/components/ts_webui/web/js/lang/zh-CN.js
+++ b/components/ts_webui/web/js/lang/zh-CN.js
@@ -180,6 +180,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('zh-CN', {
led: 'LED 控制',
network: '网络',
files: '文件',
+ terminal: '终端',
ssh: 'SSH 命令',
security: '安全',
ota: 'OTA 升级',
@@ -258,7 +259,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('zh-CN', {
widgetManager: '组件管理',
// 网络和时间
- networkTime: '网络 & 时间',
+ networkTime: '网络与时间',
ethernet: '以太网',
wifi: 'WiFi',
ipAddress: 'IP 地址',
@@ -3317,6 +3318,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('zh-CN', {
sessionRestored: '会话已恢复,请重试',
terminalHint: '提示: 输入 help 查看命令 | Ctrl+C 中断 | Ctrl+L 清屏 | ↑↓ 历史',
systemLogTitle: '系统日志',
+ systemLogsButton: '系统日志',
levelLabel: '级别',
levelAll: '全部',
clearScreen: '清屏',
diff --git a/version.txt b/version.txt
index 2b7c5ae..17b2ccd 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.4.2
+0.4.3