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",
},

View File

@@ -54,6 +54,8 @@ export default {
},
rowId: '编号',
operate: '操作',
operateOk: '操作成功!',
operateErr: '操作失败!',
units: {
second: '秒',
minute: '分钟',
@@ -540,7 +542,36 @@ export default {
time: "时间",
resultOK: "成功",
},
}
},
cdr: {
recordType: "记录行为",
realTimeDataStart: "开启实时数据",
realTimeDataStop: "关闭实时数据",
cdrInfo: "CDR信息",
neName: "网元名称",
rmUID: "资源标识",
time: "记录时间",
rowInfo: "记录信息",
type: "记录类型",
duration: "通话时长",
caller: "主叫",
called: "被叫",
result: "结果",
delTip: "确认删除编号为【{msg}】的数据项?",
},
ue: {
eventType: "事件类型",
realTimeDataStart: "开启实时数据",
realTimeDataStop: "关闭实时数据",
ueInfo: "UE信息",
neName: "网元名称",
rmUID: "资源标识",
rowInfo: "记录信息",
time: "记录时间",
result: "结果",
resultOk: "成功",
delTip: "确认删除编号为【{msg}】的数据项?",
},
},
ne: {
neHost: {
@@ -560,7 +591,6 @@ export default {
remark: "备注信息",
createTime: "创建时间",
delTip: "确认要删除主机编号为【{num}】的信息吗?",
ok: "操作成功",
addTitle: "新增主机连接",
editTitle: "编辑主机连接",
test: "测试连接",
@@ -576,7 +606,6 @@ export default {
remark: "备注",
createTime: "创建时间",
delTip: "确认要删除命令编号为【{num}】的信息吗?",
ok: "操作成功",
addTitle: "新增主机命令",
editTitle: "编辑主机命令",
},