mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 20:17:45 +08:00
[Core] [UI] Merge schedule
This commit is contained in:
parent
be6802b3f7
commit
2336d7333a
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +0,0 @@
|
||||
export default {
|
||||
common: {
|
||||
list: 'Schedule List',
|
||||
history: 'Schedule History'
|
||||
}
|
||||
}
|
@ -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: '调度历史'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +0,0 @@
|
||||
export default {
|
||||
common: {
|
||||
list: '调度列表',
|
||||
history: '调度历史'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user