diff --git a/.env.development b/.env.development index 12c39038..b122d84f 100644 --- a/.env.development +++ b/.env.development @@ -5,13 +5,13 @@ VITE_HISTORY_HASH = false VITE_HISTORY_BASE_URL = "/" # 应用名称 -VITE_APP_NAME = "Core Network EMS" +VITE_APP_NAME = "Core Network OMC" # 应用标识 -VITE_APP_CODE = "CN EMS" +VITE_APP_CODE = "OMC" # 应用版本 -VITE_APP_VERSION = "2.240727" +VITE_APP_VERSION = "2.240729" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/.env.production b/.env.production index ebbaf2c6..5498a878 100644 --- a/.env.production +++ b/.env.production @@ -5,13 +5,13 @@ VITE_HISTORY_HASH = true VITE_HISTORY_BASE_URL = "/" # 应用名称 -VITE_APP_NAME = "Core Network EMS" +VITE_APP_NAME = "Core Network OMC" # 应用标识 -VITE_APP_CODE = "CN EMS" +VITE_APP_CODE = "OMC" # 应用版本 -VITE_APP_VERSION = "2.240727" +VITE_APP_VERSION = "2.240729" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index f4d7fe5d..fa0aa513 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -786,23 +786,13 @@ export default { uploadChangeOk: 'Network Element renewed license successfully and is being calibrated in the background!', uploadChangeFail: "Some network elements failed to update the license, please check whether the service terminal environment is available!", }, - neConfPara5G: { - headerTip: 'Check and save the public parameter properties of the network element before performing the installation of the network element, and make sure that the latest parameter properties are applied.', - headerTipToPage: 'Jump Installation', - save: 'Save', - reload: 'Reload', - title: 'Save Info', - sync: 'Sync to NE', - syncNe: 'Select NE', - syncNeDone: 'Synchronization to network element terminals complete', - saveOk: 'Save Success!', - }, neConfigBackup: { name: "Name", downTip: 'Confirmed to download the backup file [{txt}]?', title: "Modify Backup {txt}", }, neQuickSetup: { + reloadPara5G: 'Reload', stepPrev: 'Previous', stepPrevTip: 'Confirm that you want to abandon the current change and return to the previous step?', stepNext: 'Next', @@ -895,8 +885,8 @@ export default { checkDel: 'Check Delete', batchAddText: 'Batch Add', batchDelText: 'Batch Delete', - enable:'Enable', - disable:'Disable', + enable:'Enabled', + disable:'Disabled', startIMSI: 'Start IMSI', imsiTip: 'IMSI=MCC+MNC+MSIN', imsiTip1: 'MCC=Mobile Country Code, consisting of three digits.', @@ -904,13 +894,13 @@ export default { imsiTip3: 'MSIN = Mobile Subscriber Identification Number, consisting of 10 equal digits.', msisdnTip: 'Maximum parameter length {num}', inputTip: 'The maximum length of the parameter is {num}', - cnTypeTip: 'Type of network access allowed', arfbTip: 'Restricted area template, in which the UE is not allowed to communicate with the network in the restricted area specified in the template', sarTip: 'Service Area Restriction template, defining permitted areas in which the UE can communicate with the network, and disallowed areas in which the UE and the network are not allowed to initiate Service Requests or SM signaling to obtain subscriber services', micoTip: 'Signed MICO business flag bits', rfspTip:'RFSP index, in NG-RAN, the index of a specific RRM configuration, parameter between 0 and 127', ueTypeTip: 'Operator-defined subscriber UE Usage Type, integer, parameter between 0 and 127', - epsFlagTip: 'Enable or disable 4G EPS service', + cnFlag: 'Whether to enable 5G Core Network service', + epsFlagTip: 'Whether to enable 4G EPS service', contextIdTip: 'To sign up for an APN Context ID, you must select it from the APN Context list.', apnContextTip: 'The list of APNs available to the phone, up to six, is defined in the HSS.', staticIpTip: 'Specify the static IP address to be used by the cell phone user to access the Internet, and "-" means dynamic IP address is used.', @@ -1969,6 +1959,7 @@ export default { stepNeInfoStepNext: 'Confirm that you want to proceed to the next step to configure the parameters of the network element?', stepPara5GTitle: "Configuration Parameter", stepPara5GDesc: "Setting network element global parameter information", + savePara5GOk: 'Save Success!', stepPara5GStepPrev: 'Confirm that you want to abandon the current change and return to the previous step?', stepPara5GStepNext: 'Confirm that you want to proceed to the next step for the network element service installation?', stepInstallTitle: "Service Install", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 362a4eb8..f05d71df 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -786,23 +786,13 @@ export default { uploadChangeOk: '网元更新许可证成功,正在后台校验!', uploadChangeFail: "部分网元更新许可证失败,请检查服务终端环境是否可用!", }, - neConfPara5G: { - headerTip: '进行网元安装前检查并保存网元公共参数属性,确认应用为最新参数属性', - headerTipToPage: '跳转安装', - save: '保存', - reload: '刷新', - title: '保存信息', - sync: '同步到网元', - syncNe: '选择网元', - syncNeDone: '同步到网元终端完成', - saveOk: '保存成功!', - }, neConfigBackup: { name: "名称", downTip: '确认要下载备份文件【{txt}】吗?', title: "修改备份信息 {txt}", }, neQuickSetup: { + reloadPara5G: '刷新', stepPrev: '上一步', stepPrevTip: '确认要放弃当前变更返回上一步吗?', stepNext: '下一步', @@ -904,13 +894,13 @@ export default { imsiTip3: 'MSIN=移动客户识别码,采用等长10位数字构成', msisdnTip: '参数最大长度 {num}', inputTip: '参数最大长度为 {num}', - cnTypeTip: '允许接入的网络类型', arfbTip: '限制区域模板,在模板指定的限制区域中,UE 不允许与网络通信', sarTip: '服务区域限制模板,定义允许的区域,UE 在这些区域中可以和网络通信;定义不允许的区,UE 和网络在这些区域中,不允许发起Service Request 或 SM 信令来获取用户服务', micoTip: '签约的 MICO 业务标志位', rfspTip:'RFSP 索引,在 NG-RAN 中,特定 RRM 配置的索引,参数介于0到127之间', ueTypeTip: '运营商定义的用户 UE Usage Type,整型,参数介于0到127之间', - epsFlagTip: '是否开启4G EPS 服务', + cnFlag: '是否开启 5G Core Network 服务', + epsFlagTip: '是否开启 4G EPS 服务', contextIdTip: '签约APN 上下文ID,必须从APN Context list 中选择。', apnContextTip: '手机可用的APN列表,最多六个,在HSS中定义。', staticIpTip: '指定手机用户上网时使用的静态IP地址,为"-"时表示使用动态IP地址', @@ -1969,6 +1959,7 @@ export default { stepNeInfoStepNext: '确认要下一步进行网元配置参数?', stepPara5GTitle: "网元配置参数", stepPara5GDesc: "设置网元全局参数信息", + savePara5GOk: '保存成功!', stepPara5GStepPrev: '确认要放弃当前变更返回上一步吗?', stepPara5GStepNext: '确认要下一步进行网元服务安装吗?', stepInstallTitle: "网元服务安装", diff --git a/src/views/ne/neConfPara5G/index.vue b/src/views/ne/neConfPara5G/index.vue deleted file mode 100644 index 58d4efae..00000000 --- a/src/views/ne/neConfPara5G/index.vue +++ /dev/null @@ -1,296 +0,0 @@ - - - - - diff --git a/src/views/ne/neConfPara5G/components/Para5GForm.vue b/src/views/ne/neQuickSetup/components/Para5GForm.vue similarity index 78% rename from src/views/ne/neConfPara5G/components/Para5GForm.vue rename to src/views/ne/neQuickSetup/components/Para5GForm.vue index 66ba7738..b55c1de7 100644 --- a/src/views/ne/neConfPara5G/components/Para5GForm.vue +++ b/src/views/ne/neQuickSetup/components/Para5GForm.vue @@ -1,5 +1,5 @@