完善BA所要求的英文翻译问题

This commit is contained in:
lai
2024-01-08 17:06:56 +08:00
parent 72b77ddc7d
commit 5bf38b1322
3 changed files with 4 additions and 2 deletions

View File

@@ -357,6 +357,7 @@ export default {
sync:'Synchronize to NE', sync:'Synchronize to NE',
open:'Open', open:'Open',
close:'Close', close:'Close',
addFail:'Add failed',
}, },
backupManage: { backupManage: {
setBackupTask: 'Set automatic backup time', setBackupTask: 'Set automatic backup time',
@@ -399,7 +400,7 @@ export default {
neIdPlease: 'Please select the corresponding network element', neIdPlease: 'Please select the corresponding network element',
versions:'Version', versions:'Version',
upVersions:'Version before upgrade', upVersions:'Version before upgrade',
backVersions:'Roll back to previous version', backVersions:'Version before rollback',
status:'Status', status:'Status',
letUpTime:'Activation time', letUpTime:'Activation time',
createTime:'Creation time', createTime:'Creation time',

View File

@@ -357,6 +357,7 @@ export default {
sync:'同步到网元', sync:'同步到网元',
open:'开', open:'开',
close:'关', close:'关',
addFail:'新增失败',
}, },
backupManage: { backupManage: {
setBackupTask: '设置自动备份时间', setBackupTask: '设置自动备份时间',

View File

@@ -362,7 +362,7 @@ function fnModalOk() {
fnGetList(1); fnGetList(1);
} else { } else {
message.error({ message.error({
content: `${t('views.configManage.configParam.addFail')}`, content: `${t('views.configManage.neManage.addFail')}`,
duration: 3, duration: 3,
}); });
} }