You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.3 KiB
58 lines
1.3 KiB
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
|
import zh from './zh-CN'
|
|
import menu from './menu/zh'
|
|
import param from './param/zh'
|
|
import instruction from './instruction/zh'
|
|
import task from './task/zh'
|
|
import history from './history/zh'
|
|
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'
|
|
import auto from './auto/zh'
|
|
import customPolicy from './customPolicy/zh'
|
|
import monitor from './monitor/zh'
|
|
import timing from './timing/zh'
|
|
import config from './config/zh'
|
|
import user from './user/zh'
|
|
import deviceErrorInfo from './deviceErrorInfo/zh'
|
|
import role from './role/zh'
|
|
import department from './department/zh'
|
|
import dict from './dict/zh'
|
|
import angle from './angle/zh'
|
|
import regional from './regional/zh'
|
|
import stage from './stage/zh'
|
|
import region from './region/zh'
|
|
|
|
export default {
|
|
...zhLocale,
|
|
...zh,
|
|
...menu,
|
|
...param,
|
|
...device,
|
|
...opc,
|
|
...protocol,
|
|
...address,
|
|
...storageCell,
|
|
...route,
|
|
...instruction,
|
|
...task,
|
|
...history,
|
|
...auto,
|
|
...customPolicy,
|
|
...monitor,
|
|
...timing,
|
|
...config,
|
|
...deviceErrorInfo,
|
|
...user,
|
|
...role,
|
|
...department,
|
|
...dict,
|
|
...angle,
|
|
...regional,
|
|
...stage,
|
|
...region
|
|
}
|
|
|
|
|