mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-14 11:34:25 +08:00
feat: 支持 WatchDog
This commit is contained in:
@@ -513,11 +513,32 @@ export default {
|
||||
msdSubtitle: 'Manage Mass Storage Device image directory',
|
||||
atxSubtitle: 'Configure remote power control hardware and Wake-on-LAN',
|
||||
environmentSubtitle: 'System runtime environment and USB device maintenance',
|
||||
otherSubtitle: 'Additional system hardware controls',
|
||||
aboutSubtitle: 'Online upgrade, version info and hardware overview',
|
||||
extTtydSubtitle: 'Open a host Shell terminal in the browser',
|
||||
thirdPartyAccessSubtitle: 'Configure external RustDesk, VNC, RTSP, and Redfish access',
|
||||
extRemoteAccessSubtitle: 'Remote access through NAT-traversal services',
|
||||
extFrpcSubtitle: 'NAT traversal through the FRP client',
|
||||
watchdog: {
|
||||
title: 'Hardware Watchdog',
|
||||
description: 'Automatically use an available hardware watchdog while One-KVM is running.',
|
||||
status: {
|
||||
running: 'Running',
|
||||
closed: 'Off',
|
||||
unsupported: 'Unsupported',
|
||||
error: 'Error',
|
||||
},
|
||||
safety: 'If One-KVM stops feeding the watchdog, the hardware may restart the system according to its watchdog policy.',
|
||||
loadFailed: 'Failed to load hardware watchdog status',
|
||||
toggleFailed: 'Failed to update hardware watchdog',
|
||||
enableFailed: 'Failed to enable the hardware watchdog.',
|
||||
unsupportedReason: 'No supported hardware watchdog was found.',
|
||||
discoveryFailed: 'Failed to detect the hardware watchdog.',
|
||||
openFailed: 'The hardware watchdog could not be opened.',
|
||||
feedFailed: 'The hardware watchdog is not being fed successfully.',
|
||||
disableFailed: 'The hardware watchdog cannot be safely disabled and keepalive will continue.',
|
||||
abnormalReason: 'The hardware watchdog is in an abnormal state.',
|
||||
},
|
||||
aboutDesc: 'Open and Lightweight IP-KVM Solution',
|
||||
deviceInfo: 'Device Info',
|
||||
deviceInfoDesc: 'Host system information',
|
||||
|
||||
@@ -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