add 任务调度国际化

This commit is contained in:
周俊杰
2023-11-30 15:07:13 +08:00
parent 301033ef99
commit e3bbf6d18f
8 changed files with 150 additions and 72 deletions

View File

@@ -13,21 +13,22 @@ import storageCell from './storageCell/zh'
import route from './route/zh'
import auto from './auto/zh'
import monitor from './monitor/zh'
import timing from './timing/zh'
export default {
...zhLocale,
...zh,
...menu,
...param,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route,
...instruction,
...task,
...history,
...auto,
...monitor
}
...zhLocale,
...zh,
...menu,
...param,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route,
...instruction,
...task,
...history,
...auto,
...monitor,
...timing
}