feat: 新增CDR和UE页面,以及翻译

This commit is contained in:
TsMask
2024-03-05 16:16:50 +08:00
parent c1174fc273
commit 0b576ed446
7 changed files with 1445 additions and 58 deletions

View File

@@ -54,6 +54,8 @@ export default {
},
rowId: 'ID',
operate: 'Operation',
operateOk: 'Operation Successful!',
operateErr: 'Operation Failed!',
units: {
second: 'Second',
minute: 'Minute',
@@ -541,6 +543,35 @@ export default {
resultOK: "Success",
},
},
cdr: {
recordType: "Recording Behavior",
realTimeDataStart: "Turn on real-time data",
realTimeDataStop: "Turn off real-time data",
cdrInfo: "CDR Info",
neName: "NE name",
rmUID: "UID",
time: "Time",
rowInfo: "Info",
type: "Type",
duration: "Duration",
caller: "Caller",
called: "Called",
result: "Result",
delTip: "Confirm deletion of the data item numbered [{msg}]?",
},
ue: {
eventType: "Event Type",
realTimeDataStart: "Turn on real-time data",
realTimeDataStop: "Turn off real-time data",
ueInfo: "UE Info",
neName: "NE name",
rmUID: "UID",
time: "Time",
rowInfo: "Info",
result: "Result",
resultOk: "Successes",
delTip: "Confirm deletion of the data item numbered [{msg}]?",
},
},
ne: {
neHost: {
@@ -560,7 +591,6 @@ export default {
remark: "Remark",
createTime: "Time",
delTip: "Confirm that you want to delete the host number [{num}]?",
ok: "Successful Operation",
addTitle: "Add Host Connection",
editTitle: "Edit Host Connection",
test: "Test Connection To Host",
@@ -576,7 +606,6 @@ export default {
remark: "Remark",
createTime: "Time",
delTip: "Are you sure you want to delete the message with command number [{num}]?",
ok: "Successful Operation",
addTitle: "New Host Commands",
editTitle: "Edit Host Commands",
},