2
0

fix:ap设备界面功能增加

This commit is contained in:
zhongzm
2025-02-20 15:20:25 +08:00
parent 298d5ef363
commit 4ef332f5e9
6 changed files with 276 additions and 26 deletions

View File

@@ -722,6 +722,40 @@ const local: any = {
plemac:'Please enter MAC address',
search:'Search',
reset:'Reset',
editConfig:'Edit config',
forget:'Forget device',
restart:'Restart device',
adopt:'Adopt device',
addDevice:'Add device',
sn:'Site name',
name:'Device nameoptional',
username:'Device usernameoptional',
password:'Device passwordoptional',
snFormatError:'A-Z or 13-bit characters from 0-9',
nameFormatError:'Cannot start with space, +、-、@, = characters,cannot end with space, the length is between 1-128',
forgetConfirm:'Are you sure you want to forget your device?',
restartConfirm:'Are you sure you want to restart your device?',
led:'LED',
useSiteSettings:'Site settings',
on:'On',
off:'Off',
longitude:'Longitude(optional)',
latitude:'Latitude(optional)',
address:'Address(optional)',
plesearch:'Search Devicename,IP,Model',
selectSite:'No site',
adoptSuccess:'Adopt success',
adoptError:'Adopt error',
forgetSuccess:'Forget success',
forgetError:'Forget error',
getConfigError:'Get config error',
snRequired:'Site name',
addSuccess:'Add success',
addError:'Add error',
longitudeError:'Longitude error',
latitudeError:'latitude error',
configSuccess:'Config success',
configError:'config error',
},
terminal:{
title:'Terminal',

View File

@@ -722,6 +722,41 @@ const local:any = {
plemac:'请输入MAC地址',
search:'搜索',
reset:'重置',
editConfig:'修改配置',
forget:'忘记设备',
restart:'重启设备',
adopt:'纳管设备',
addDevice:'增加设备',
sn:'站点名称',
name:'设备名称',
username:'设备用户名',
password:'密码',
snFormatError:'A-Z 或 0-9 的 13 位字符',
nameFormatError:'不能以空格、+、-、@、=字符开头,不能以空格结尾,长度在 1-128 之间',
forgetConfirm:'确认要忘记设备吗?',
restartConfirm:'确认要重启设备吗?',
led:'LED',
useSiteSettings:'站点设置',
on:'打开',
off:'关闭',
longitude:'经度(可选)',
latitude:'纬度(可选)',
address:'地址(可选)',
plesearch:'搜索设备名字站点名字IP,型号',
selectSite:'无站点',
adoptSuccess:'纳管成功',
adoptError:'纳管失败',
forgetSuccess:'忘记设备成功',
forgetError:'忘记设备失败',
getConfigError:'获取配置失败',
snRequired:'站点名称',
addSuccess:'添加成功',
addError:'添加失败',
longitudeError:'经度错误',
latitudeError:'纬度错误',
configSuccess:'配置成功',
configError:'配置失败',
},
terminal:{
title:'终端设备',