[Core] [UI] Merge schedule

This commit is contained in:
qianmoQ 2024-04-16 20:11:11 +08:00
parent be6802b3f7
commit 2336d7333a
4 changed files with 12 additions and 15 deletions

View File

@ -1,4 +1,3 @@
import schedule from '@/i18n/langs/en/schedule'
import dashboard from '@/i18n/langs/en/dashboard'
import dataset from '@/i18n/langs/en/dataset'
import state from '@/i18n/langs/en/state'
@ -15,7 +14,6 @@ import report from '@/i18n/langs/en/report'
import pipeline from '@/i18n/langs/en/pipeline'
export default {
schedule: schedule,
dashboard: dashboard,
dataset: dataset,
state: state,
@ -231,5 +229,11 @@ export default {
nameSize: 'The role name must be between 3 and 20 characters',
descriptionSize: 'The role description must be between 3 and 50 characters'
}
},
schedule:{
common: {
list: 'Schedule List',
history: 'Schedule History'
}
}
}

View File

@ -1,6 +0,0 @@
export default {
common: {
list: 'Schedule List',
history: 'Schedule History'
}
}

View File

@ -15,7 +15,6 @@ import report from '@/i18n/langs/zhCn/report'
import pipeline from '@/i18n/langs/zhCn/pipeline.ts'
export default {
schedule: schedule,
dashboard: dashboard,
dataset: dataset,
state: state,
@ -231,5 +230,11 @@ export default {
nameSize: '路由名称必须在3-20个字符之间',
descriptionSize: '路由描述必须在3-50个字符之间'
}
},
schedule:{
common: {
list: '调度列表',
history: '调度历史'
}
}
}

View File

@ -1,6 +0,0 @@
export default {
common: {
list: '调度列表',
history: '调度历史'
}
}