2023-11-27 15:17:01 +08:00
|
|
|
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
|
|
|
|
import zh from './zh-CN'
|
2023-11-29 15:44:47 +08:00
|
|
|
import menu from './menu/zh'
|
2023-11-27 15:17:01 +08:00
|
|
|
import param from './param/zh'
|
2023-11-29 15:44:47 +08:00
|
|
|
import instruction from './instruction/zh'
|
2023-11-29 16:09:29 +08:00
|
|
|
import task from './task/zh'
|
2023-11-29 19:09:22 +08:00
|
|
|
import history from './history/zh'
|
2023-11-30 10:46:21 +08:00
|
|
|
import device from './device/zh'
|
|
|
|
|
import opc from './opc/zh'
|
|
|
|
|
import protocol from './protocol/zh'
|
|
|
|
|
import address from './address/zh'
|
|
|
|
|
import storageCell from './storageCell/zh'
|
|
|
|
|
import route from './route/zh'
|
2023-11-30 10:54:39 +08:00
|
|
|
import auto from './auto/zh'
|
2023-11-27 15:17:01 +08:00
|
|
|
|
|
|
|
|
export default {
|
2023-11-30 13:32:57 +08:00
|
|
|
...zhLocale,
|
|
|
|
|
...zh,
|
|
|
|
|
...menu,
|
|
|
|
|
...param,
|
|
|
|
|
...device,
|
|
|
|
|
...opc,
|
|
|
|
|
...protocol,
|
|
|
|
|
...address,
|
|
|
|
|
...storageCell,
|
|
|
|
|
...route,
|
|
|
|
|
...instruction,
|
|
|
|
|
...task,
|
|
|
|
|
...history,
|
|
|
|
|
...auto
|
|
|
|
|
}
|