This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/components/common/language/en.js

68 lines
1.5 KiB
JavaScript
Raw Normal View History

import enLocale from 'element-ui/lib/locale/lang/en' //引入element语言包
const en = {
overall:{
dashboard:'dashboard',
project:'project',
asset:'asset',
2019-12-05 18:07:58 +08:00
config:'config',
create: 'Create',
edit: 'Edit',
delete: 'Delete',
esc: 'Esc',
cancel: 'Cancel',
save: 'Save',
search: 'Search'
},
asset:{
tableTitle: {
id: 'ID',
assetType: '资产类型',
device: 'Device SN',
ip: 'IP',
assetState: '资产状态',
module: 'Module',
alarm: 'Alarm',
dataCenter: '数据中心',
cabinet: '机柜',
model: '型号',
manufacturer: '厂商',
procurementDate: '采购日期',
warrantyDate: '保修截止期',
deviceDuty: '设备责任人',
option: "Option"
},
tagTableTitle: {
projectName: '项目名称',
moduleName: 'Module Name',
endPoint: 'EndPoint',
alarm: 'Alarm',
},
},
config: {
account: {
//列表表头
account: "Account",
language: "Language",
receiver: "Receiver",
createTime: "Create Time",
enable: "Enable",
option: "Option",
//侧滑框
accountId: "Accound ID",
createAccount: "Create Account",
editAccount: "Edit Account",
notCurrentlySupport: 'Not currently supported'
2019-12-05 18:07:58 +08:00
},
promServer: {
//侧滑框
promId: "Prometheus Server ID",
createProm: "Create Prometheus Server",
editProm: "Edit Prometheus Server"
},
},
...enLocale
}
export default en;