mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-12 18:44: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',
|
||||
|
||||
Reference in New Issue
Block a user