style: UE在线网元选择多语言

This commit is contained in:
TsMask
2023-09-22 19:28:59 +08:00
parent b59c906423
commit 24df767f3f
3 changed files with 10 additions and 2 deletions

View File

@@ -138,6 +138,10 @@ export default {
neTypePlease: 'Query network element type',
neType: 'AMF Type',
},
ue: {
neTypePlease: 'Query network element type',
neType: 'SMF Type',
},
},
},
};

View File

@@ -138,6 +138,10 @@ export default {
neTypePlease: '查询网元类型',
neType: 'AMF网元类型',
},
ue: {
neTypePlease: '查询网元类型',
neType: 'SMF网元类型',
},
},
},
};