2
0

feat:当前接入设备界面及中英适配

This commit is contained in:
zhongzm
2024-12-11 09:35:33 +08:00
parent 54abd0ce0a
commit 81053482b0
3 changed files with 377 additions and 3 deletions

View File

@@ -2,8 +2,11 @@ const viewZh: any = {
"view.endpoint": "终端设备",
"view.endpoint_access": "当前设备",
"view.endpoint_records": "历史设备",
"view.endpoint_cdrlrecords":"cdr记录",
"view.billing": "账单",
"view.billing_histories": "历史查询",
"view.billing_Rechargehistory":"充值记录",
"view.billing_Internetdetails":"上网详单",
"view.set-meal": "套餐",
"view.userInfo":"个人信息"
};
@@ -535,6 +538,45 @@ const local:any = {
Paid:'已支付',
Unpaid:'未支付',
},
Internetdetails:{
month:"月",
year:"年",
starttime:"起始时间",
totaltraffic:"总流量",
fee:"费用",
monthtraffic:"月总流量",
},
Rechargehistory:{
topupdate:"充值日期",
amount:"充值金额",
Payment:"充值方式",
recharge:"充值记录",
},
cdrlrecords:{
devicename:"设备名称",
uptraffic:"上传流量",
downtraffic:"下载流量",
uptime:"接入时间",
lasttime:"断开时间",
cdr:"CDR记录",
},
records:{
clientID:"设备ID",
clientname:"设备名",
clienttype:"设备类型",
clientmac:"MAC地址",
starttime:"开始时间",
endtime:"结束时间",
clienthistory:"接入历史记录",
refresh:"刷新",
},
access:{
devicename:"设备名称",
mac:"mac地址",
speed:"当前速率",
currentdevice:"当前接入设备",
refresh:"刷新",
},
},
form: {
required: '不能为空',