From 1bf32575182b34eb1b92bc5755539fe615bfe143 Mon Sep 17 00:00:00 2001 From: Alfred Date: Sun, 15 Feb 2026 19:32:40 +0800 Subject: [PATCH] =?UTF-8?q?v0.4.3:=20=E6=B7=BB=E5=8A=A0=20ota.markValid=20?= =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ts_webui/web/js/lang/en-US.js | 1 + components/ts_webui/web/js/lang/zh-CN.js | 1 + 2 files changed, 2 insertions(+) diff --git a/components/ts_webui/web/js/lang/en-US.js b/components/ts_webui/web/js/lang/en-US.js index 5dc8c78..65cd16f 100644 --- a/components/ts_webui/web/js/lang/en-US.js +++ b/components/ts_webui/web/js/lang/en-US.js @@ -706,6 +706,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('en-US', { partitionRunning: 'Running', partitionBootable: 'Bootable', partitionIdle: 'Idle', + markValid: 'Mark Valid', disableRollbackDesc: 'Disable auto rollback protection', rollbackToThis: 'Rollback to this version', loadAfterReboot: 'Load this partition after reboot', diff --git a/components/ts_webui/web/js/lang/zh-CN.js b/components/ts_webui/web/js/lang/zh-CN.js index fd1f7c4..478f8c3 100644 --- a/components/ts_webui/web/js/lang/zh-CN.js +++ b/components/ts_webui/web/js/lang/zh-CN.js @@ -694,6 +694,7 @@ if (typeof i18n !== 'undefined') i18n.registerLanguage('zh-CN', { partitionRunning: '运行中', partitionBootable: '可启动', partitionIdle: '空闲', + markValid: '标记有效', disableRollbackDesc: '取消自动回滚保护', rollbackToThis: '回滚到此版本', loadAfterReboot: '重启后加载此分区',