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 viewEn: any = {
"view.endpoint": "endpoint",
"view.endpoint_access": "current",
"view.endpoint_records": "Historical",
"view.endpoint_cdrlrecords":"CDR records",
"view.billing": "Billing",
"view.billing_histories": "Historical",
"view.billing_Rechargehistory":"Recharge history",
"view.billing_Internetdetails":"Internet details",
"view.set-meal": "Package",
"view.userInfo":"User Information",
};
@@ -535,6 +538,45 @@ const local: any = {
Paid:'Paid',
Unpaid:'Unpaid',
},
Internetdetails:{
month:"month",
year:"year",
starttime:"Start Time",
totaltraffic:"Total Traffic",
fee:" Fee",
monthtraffic:"Month Total Traffic",
},
Rechargehistory:{
topupdate:"Top up date",
amount:"Amount",
Payment:"Payment Method",
recharge:"Recharge History",
},
cdrlrecords:{
devicename:"Device name",
uptraffic:"Traffic Up",
downtraffic:"Traffic Down",
uptime:"Up Time",
lasttime:"Last seen Time",
cdr:"CDR Records",
},
records:{
clientID:"Client ID",
clientname:"Client Name",
clienttype:"Client Type",
clientmac:"MAC",
starttime:"Start Time",
endtime:"End Time",
clienthistory:"Client history",
refresh:"Refresh",
},
access:{
devicename:"Device Name",
mac:"Mac",
speed:"Current Rate",
currentdevice:"The device is currently connected",
refresh:"Refresh",
},
},
form: {
required: 'Cannot be empty',