mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-30 12:51:44 +08:00
feat: 支持 WatchDog
This commit is contained in:
@@ -512,11 +512,32 @@ export default {
|
||||
msdSubtitle: '管理虚拟存储设备 (MSD) 镜像目录',
|
||||
atxSubtitle: '配置远程电源控制硬件与网络唤醒',
|
||||
environmentSubtitle: '系统级运行环境与 USB 设备维护',
|
||||
otherSubtitle: '其他系统硬件控制',
|
||||
aboutSubtitle: '在线升级、版本信息与设备硬件概览',
|
||||
extTtydSubtitle: '在浏览器中打开本机 Shell 终端',
|
||||
thirdPartyAccessSubtitle: '集中配置 RustDesk、VNC、RTSP 与 Redfish 外部接入',
|
||||
extRemoteAccessSubtitle: '通过内网穿透服务实现远程访问',
|
||||
extFrpcSubtitle: '通过 FRP 客户端实现内网穿透',
|
||||
watchdog: {
|
||||
title: '硬件 Watchdog',
|
||||
description: 'One-KVM 运行期间自动使用可用的硬件 Watchdog。',
|
||||
status: {
|
||||
running: '运行中',
|
||||
closed: '已关闭',
|
||||
unsupported: '不支持',
|
||||
error: '异常',
|
||||
},
|
||||
safety: '如果 One-KVM 停止喂狗,硬件可能会按照 Watchdog 策略重启系统。',
|
||||
loadFailed: '无法加载硬件 Watchdog 状态',
|
||||
toggleFailed: '无法更新硬件 Watchdog',
|
||||
enableFailed: '无法开启硬件 Watchdog。',
|
||||
unsupportedReason: '未发现支持的硬件 Watchdog。',
|
||||
discoveryFailed: '无法发现硬件 Watchdog。',
|
||||
openFailed: '无法打开硬件 Watchdog。',
|
||||
feedFailed: '硬件 Watchdog 当前未能正常喂狗。',
|
||||
disableFailed: '硬件 Watchdog 无法安全停用,将继续喂狗。',
|
||||
abnormalReason: '硬件 Watchdog 状态异常。',
|
||||
},
|
||||
aboutDesc: '开放轻量的 IP-KVM 解决方案',
|
||||
deviceInfo: '设备信息',
|
||||
deviceInfoDesc: '主机系统信息',
|
||||
|
||||
Reference in New Issue
Block a user