diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 604206b68..fd2fd16d2 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1708,6 +1708,10 @@ const message = { update: '更新', versionSelect: '請選擇版本', operatorHelper: '將對選中應用進行 {0} 操作,是否繼續?', + startOperatorHelper: '將對選中應用進行 啟動 操作,是否繼續?', + stopOperatorHelper: '將對選中應用進行 停止 操作,是否繼續?', + restartOperatorHelper: '將對選中應用進行 重啟 操作,是否繼續?', + reloadOperatorHelper: '將對選中應用進行 重載 操作,是否繼續?', checkInstalledWarn: '未檢測到 {0} ,請進入應用商店點擊安裝!', gotoInstalled: '去安裝', search: '搜索', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index c8fa1f837..484f7c064 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1707,6 +1707,10 @@ const message = { update: '更新', versionSelect: '请选择版本', operatorHelper: '将对选中应用进行 {0} 操作,是否继续?', + startOperatorHelper: '将对选中应用进行 启动 操作,是否继续?', + stopOperatorHelper: '将对选中应用进行 停止 操作,是否继续?', + restartOperatorHelper: '将对选中应用进行 重启 操作,是否继续?', + reloadOperatorHelper: '将对选中应用进行 重载 操作,是否继续?', checkInstalledWarn: '未检测到 {0} ,请进入应用商店点击安装!', gotoInstalled: '去安装', search: '搜索',