更正中英文翻译

This commit is contained in:
lai
2025-07-09 16:11:05 +08:00
parent 50543a241c
commit db20ced6f3
3 changed files with 27 additions and 16 deletions

View File

@@ -372,6 +372,7 @@ export default {
}, },
cbc:{ cbc:{
cbe:{ cbe:{
neType:'CBC Object',
title: ' CBC Event', title: ' CBC Event',
delTip: 'Confirm deletion of the event data item numbered [{num}]?', delTip: 'Confirm deletion of the event data item numbered [{num}]?',
eventName: 'Event Name', eventName: 'Event Name',
@@ -398,6 +399,12 @@ export default {
nrSonTip:'NR CellId List each item MCC, MNC, CellId cannot be empty', nrSonTip:'NR CellId List each item MCC, MNC, CellId cannot be empty',
areaTip:'Area ID List cannot be empty', areaTip:'Area ID List cannot be empty',
areaSonTip:'Area ID List each item AreaID cannot be empty', areaSonTip:'Area ID List each item AreaID cannot be empty',
messageIdProfile:'Message ID Profile',
serialNumProfile:'Serial Num Profile',
warningTypeProfile:'Warning Type Profile',
warningMessageProfile:'Warning Message Profile',
etws:'Earthquake and tsunami early warning system',
cmas:'Broadcast emergency alerts to the public via mobile networks',
} }
}, },
dashboard: { dashboard: {

View File

@@ -376,6 +376,7 @@ export default {
}, },
cbc:{ cbc:{
cbe:{ cbe:{
neType:'CBC网元类型',
title: '广播事件', title: '广播事件',
delTip: '确认删除编号为【{num}】的CBC事件吗', delTip: '确认删除编号为【{num}】的CBC事件吗',
eventName: '事件名称', eventName: '事件名称',
@@ -383,8 +384,8 @@ export default {
endTime: '结束时间', endTime: '结束时间',
repetitionPeriod: '广播周期', repetitionPeriod: '广播周期',
numOfBcast: '广播次数', numOfBcast: '广播次数',
msgPWSType: '广播消息类型', msgPWSType: '消息类型',
messageId: '广播消息编号', messageId: '消息编号',
displayMode: '显示模式', displayMode: '显示模式',
geoScope:'广播覆盖范围', geoScope:'广播覆盖范围',
emergencyUserAlert: '紧急用户提示', emergencyUserAlert: '紧急用户提示',
@@ -402,6 +403,12 @@ export default {
nrSonTip:'NR CellId List 每项的 MCC、MNC、CellId 都不能为空', nrSonTip:'NR CellId List 每项的 MCC、MNC、CellId 都不能为空',
areaTip:'Area ID List 不能为空', areaTip:'Area ID List 不能为空',
areaSonTip:'Area ID List 每项的 AreaID 都不能为空', areaSonTip:'Area ID List 每项的 AreaID 都不能为空',
messageIdProfile:'消息标识配置',
serialNumProfile:'序列号配置',
warningTypeProfile:'预警类型配置',
warningMessageProfile:'预警消息配置',
etws:'地震海啸预警系统',
cmas:'通过移动网络向公众广播紧急警报',
} }
}, },
dashboard: { dashboard: {

View File

@@ -311,7 +311,7 @@ let modalState: ModalStateType = reactive({
numOfBcast: '', numOfBcast: '',
//messageIdProfile //messageIdProfile
messageIdProfile: { messageIdProfile: {
msgPWSType: 'CAMS', // msgPWSType: 'CMAS', //
messageId: 4370, messageId: 4370,
}, },
@@ -416,7 +416,7 @@ function fnModalVisibleByEdit(record?: any) {
modalState.openByEdit = true; modalState.openByEdit = true;
} else { } else {
modalStateFrom.resetFields(); modalStateFrom.resetFields();
modalState.title = t('common.addText') + t('views.cbc.cbe.title'); modalState.title = t('common.viewText') + t('views.cbc.cbe.title');
modalState.openByEdit = true; modalState.openByEdit = true;
console.log('record', record); console.log('record', record);
modalState.from = Object.assign(modalState.from, record.messageJson, { modalState.from = Object.assign(modalState.from, record.messageJson, {
@@ -636,10 +636,7 @@ function fnRecordSend(record: any) {
}); });
} }
/**
* UDM签约用户删除
* @param imsi 编号imsi
*/
function fnRecordDelete(id: string) { function fnRecordDelete(id: string) {
const neId = queryParams.neId; const neId = queryParams.neId;
@@ -751,7 +748,7 @@ function pwsTypeChange(value: any) {
modalState.from.serialNumProfile.displayMode = 'immediate'; modalState.from.serialNumProfile.displayMode = 'immediate';
modalState.from.warningTypeProfile.emergencyUserAlert = 'true'; modalState.from.warningTypeProfile.emergencyUserAlert = 'true';
modalState.from.warningTypeProfile.activatePopup = 'true'; modalState.from.warningTypeProfile.activatePopup = 'true';
} else if (value === 'CAMS') { } else if (value === 'CMAS') {
modalState.from.warningTypeProfile.warningType = ''; modalState.from.warningTypeProfile.warningType = '';
modalState.from.eventName = 'cmas_'; modalState.from.eventName = 'cmas_';
modalState.from.serialNumProfile.displayMode = 'normal'; modalState.from.serialNumProfile.displayMode = 'normal';
@@ -803,7 +800,7 @@ onMounted(() => {
<a-form :model="queryParams" name="queryParams" layout="horizontal"> <a-form :model="queryParams" name="queryParams" layout="horizontal">
<a-row :gutter="16"> <a-row :gutter="16">
<a-col :lg="6" :md="12" :xs="24"> <a-col :lg="6" :md="12" :xs="24">
<a-form-item :label="t('views.neUser.sub.neType')" name="neId "> <a-form-item :label="t('views.cbc.cbe.neType')" name="neId ">
<a-select <a-select
v-model:value="queryParams.neId" v-model:value="queryParams.neId"
:options="neOtions" :options="neOtions"
@@ -1089,7 +1086,7 @@ onMounted(() => {
</a-row> </a-row>
<a-row> </a-row> <a-row> </a-row>
<a-divider orientation="left"> messageIdProfile </a-divider> <a-divider orientation="left"> {{t('views.cbc.cbe.messageIdProfile')}} </a-divider>
<a-row> <a-row>
<a-col :lg="24" :md="24" :xs="24"> <a-col :lg="24" :md="24" :xs="24">
@@ -1104,8 +1101,8 @@ onMounted(() => {
v-model:value="modalState.from.messageIdProfile.msgPWSType" v-model:value="modalState.from.messageIdProfile.msgPWSType"
@change="pwsTypeChange" @change="pwsTypeChange"
> >
<a-select-option value="CAMS">CAMS</a-select-option> <a-select-option value="CMAS">CMAS({{ t('views.cbc.cbe.cmas') }})</a-select-option>
<a-select-option value="ETWS">ETWS</a-select-option> <a-select-option value="ETWS">ETWS({{ t('views.cbc.cbe.etws') }})</a-select-option>
</a-select> </a-select>
</a-form-item> </a-form-item>
</a-col> </a-col>
@@ -1132,7 +1129,7 @@ onMounted(() => {
</a-col> </a-col>
</a-row> </a-row>
<a-divider orientation="left"> serialNumProfile </a-divider> <a-divider orientation="left"> {{t('views.cbc.cbe.serialNumProfile')}} </a-divider>
<a-row> <a-row>
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">
@@ -1164,7 +1161,7 @@ onMounted(() => {
</a-col> </a-col>
</a-row> </a-row>
<a-divider orientation="left"> warningTypeProfile </a-divider> <a-divider orientation="left"> {{t('views.cbc.cbe.warningTypeProfile')}} </a-divider>
<a-row> <a-row>
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">
@@ -1222,7 +1219,7 @@ onMounted(() => {
</a-col> </a-col>
</a-row> </a-row>
<a-divider orientation="left"> warningMessageProfile </a-divider> <a-divider orientation="left"> {{t('views.cbc.cbe.warningMessageProfile')}} </a-divider>
<a-row> <a-row>
<a-col :lg="12" :md="12" :xs="24"> <a-col :lg="12" :md="12" :xs="24">