fix: 国际化修改
This commit is contained in:
@@ -2,6 +2,7 @@ import zhLocale from 'element-ui/lib/locale/lang/zh-CN' // 引入element语言
|
|||||||
const cn = {
|
const cn = {
|
||||||
overall: {
|
overall: {
|
||||||
dashboard: '仪表盘',
|
dashboard: '仪表盘',
|
||||||
|
dc: '数据中心',
|
||||||
project: '系统',
|
project: '系统',
|
||||||
monitor: '监控',
|
monitor: '监控',
|
||||||
alert: '告警',
|
alert: '告警',
|
||||||
@@ -515,6 +516,7 @@ const cn = {
|
|||||||
},
|
},
|
||||||
asset: {
|
asset: {
|
||||||
asset: '资产',
|
asset: '资产',
|
||||||
|
alertNum: '资产编号',
|
||||||
assetType: '资产类型', // '资产类型'
|
assetType: '资产类型', // '资产类型'
|
||||||
batchEditAsset: '批量修改资产',
|
batchEditAsset: '批量修改资产',
|
||||||
selectAsset: '已选择的资产',
|
selectAsset: '已选择的资产',
|
||||||
@@ -677,6 +679,14 @@ const cn = {
|
|||||||
type: 'Agent类型'
|
type: 'Agent类型'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
agent:{
|
||||||
|
name: '名称',
|
||||||
|
type: '类型',
|
||||||
|
createProm: '创建代理服务',
|
||||||
|
agent: {
|
||||||
|
agent: '代理'
|
||||||
|
}
|
||||||
|
},
|
||||||
terminallog: {
|
terminallog: {
|
||||||
terminallog: '终端日志',
|
terminallog: '终端日志',
|
||||||
status: '状态',
|
status: '状态',
|
||||||
@@ -770,7 +780,7 @@ const cn = {
|
|||||||
model: {
|
model: {
|
||||||
model: '资产型号',
|
model: '资产型号',
|
||||||
name: '资产型号',
|
name: '资产型号',
|
||||||
barnd: '品牌',
|
brand: '品牌',
|
||||||
ChartTemplate: '图表模板',
|
ChartTemplate: '图表模板',
|
||||||
assetNum: '资产编号',
|
assetNum: '资产编号',
|
||||||
editModel: '编辑型号',
|
editModel: '编辑型号',
|
||||||
@@ -828,7 +838,8 @@ const cn = {
|
|||||||
auth: '认证',
|
auth: '认证',
|
||||||
method: '方式',
|
method: '方式',
|
||||||
encryption: '加密',
|
encryption: '加密',
|
||||||
pin: '密码'
|
pin: '密码',
|
||||||
|
create: '创建SNMP'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
system: {
|
system: {
|
||||||
@@ -970,6 +981,7 @@ const cn = {
|
|||||||
assetLabel: {
|
assetLabel: {
|
||||||
example: '示例',
|
example: '示例',
|
||||||
assetLabel: '资产标签',
|
assetLabel: '资产标签',
|
||||||
|
addMeta: '创建标签',
|
||||||
all: '全部',
|
all: '全部',
|
||||||
addGroup: '创建分组',
|
addGroup: '创建分组',
|
||||||
editGroup: '编辑分组',
|
editGroup: '编辑分组',
|
||||||
@@ -1039,7 +1051,9 @@ const cn = {
|
|||||||
alert: {
|
alert: {
|
||||||
alert: '告警',
|
alert: '告警',
|
||||||
message: '告警信息',
|
message: '告警信息',
|
||||||
|
alertMessage: '告警信息',
|
||||||
rule: '告警规则',
|
rule: '告警规则',
|
||||||
|
alertRule: '告警规则',
|
||||||
alertList: '告警信息',
|
alertList: '告警信息',
|
||||||
alertConfig: '告警规则',
|
alertConfig: '告警规则',
|
||||||
alertName: '告警名称',
|
alertName: '告警名称',
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
:multiple="true"
|
:multiple="true"
|
||||||
language="en"
|
language="en"
|
||||||
title="ChartSearch"
|
title="ChartSearch"
|
||||||
placeholder="Please select item"
|
|
||||||
key-field="id"
|
key-field="id"
|
||||||
v-model="editModel.chartIds"
|
v-model="editModel.chartIds"
|
||||||
show-field="name"
|
show-field="name"
|
||||||
|
|||||||
Reference in New Issue
Block a user