cmdb/cmdb-ui/src/locales/lang/en-US.js

14 lines
263 B
Python

import enUS from 'ant-design-vue/es/locale-provider/en_US'
export default {
antLocale: enUS,
menu: {
preference: 'Preference',
relationViews: 'RelationViews',
treeViews: 'Treeviews',
batch: 'Batch',
ciType: 'CiType',
acl: 'ACL'
}
}