fix:调整中文翻译
This commit is contained in:
@@ -51,7 +51,7 @@ const cn = {
|
|||||||
detail: "详细信息",
|
detail: "详细信息",
|
||||||
changePwd: "修改密码",
|
changePwd: "修改密码",
|
||||||
createCabinet: "创建机柜",
|
createCabinet: "创建机柜",
|
||||||
createModel: "创建模型",
|
createModel: "创建型号",
|
||||||
createModule: "创建模块",
|
createModule: "创建模块",
|
||||||
createMib: "创建MIB",
|
createMib: "创建MIB",
|
||||||
exportExcel: "导出",
|
exportExcel: "导出",
|
||||||
@@ -279,7 +279,7 @@ const cn = {
|
|||||||
asset: {
|
asset: {
|
||||||
title: "资产",
|
title: "资产",
|
||||||
assetType: "资产类型统计",
|
assetType: "资产类型统计",
|
||||||
modelStat: "模型",
|
modelStat: "型号",
|
||||||
dcStat: "数据中心",
|
dcStat: "数据中心",
|
||||||
num: "数量",
|
num: "数量",
|
||||||
alert: "告警",
|
alert: "告警",
|
||||||
@@ -294,7 +294,7 @@ const cn = {
|
|||||||
host: "主机",
|
host: "主机",
|
||||||
dropDownLabel: {
|
dropDownLabel: {
|
||||||
type: "类型",
|
type: "类型",
|
||||||
model: "模型",
|
model: "型号",
|
||||||
dc: "数据中心"
|
dc: "数据中心"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -527,7 +527,7 @@ const cn = {
|
|||||||
sshKeyWasConfig: "SSH-KEY已配置",
|
sshKeyWasConfig: "SSH-KEY已配置",
|
||||||
exporter: "Exporter",
|
exporter: "Exporter",
|
||||||
assetInfo: "资产信息",
|
assetInfo: "资产信息",
|
||||||
vendorModel: "厂商/模型",
|
vendorModel: "厂商/型号",
|
||||||
purchaseDate: "购买日期",
|
purchaseDate: "购买日期",
|
||||||
location: "位置",
|
location: "位置",
|
||||||
sn: "SN",
|
sn: "SN",
|
||||||
@@ -624,11 +624,11 @@ const cn = {
|
|||||||
editCabinet: "编辑机柜"
|
editCabinet: "编辑机柜"
|
||||||
},
|
},
|
||||||
model: {
|
model: {
|
||||||
model: "资产模型",
|
model: "资产型号",
|
||||||
vendor: "厂商",
|
vendor: "厂商",
|
||||||
assets: "资产",
|
assets: "资产",
|
||||||
editModel: "编辑模型",
|
editModel: "编辑型号",
|
||||||
createModel: "创建模型",
|
createModel: "创建型号",
|
||||||
remark: "备注",
|
remark: "备注",
|
||||||
type: "类型"
|
type: "类型"
|
||||||
},
|
},
|
||||||
@@ -664,8 +664,8 @@ const cn = {
|
|||||||
updateUser: "更新用户",
|
updateUser: "更新用户",
|
||||||
updateAt: "更新时间",
|
updateAt: "更新时间",
|
||||||
editMib: "编辑MIB",
|
editMib: "编辑MIB",
|
||||||
models: "模型",
|
models: "型号",
|
||||||
modelTip: "请选择模型",
|
modelTip: "请选择型号",
|
||||||
createMib: "添加MIB",
|
createMib: "添加MIB",
|
||||||
mibFiles: "MIB文件",
|
mibFiles: "MIB文件",
|
||||||
uploadTip: "请上传MIB文件",
|
uploadTip: "请上传MIB文件",
|
||||||
|
|||||||
@@ -213,8 +213,8 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<el-col style="width: 120px; padding-right: 20px; text-align: right; color: #666">
|
<el-col style="width: 120px; padding-right: 20px; text-align: right; color: #666" class="required-marker">
|
||||||
{{$t('dashboard.panel.chartForm.statistics')}}
|
<label >{{$t('dashboard.panel.chartForm.statistics')}}</label>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col style="width: calc(100% - 120px);">
|
<el-col style="width: calc(100% - 120px);">
|
||||||
<el-select popper-class="chart-box-dropdown-mini" v-model="statistics" placeholder="" size="small">
|
<el-select popper-class="chart-box-dropdown-mini" v-model="statistics" placeholder="" size="small">
|
||||||
|
|||||||
Reference in New Issue
Block a user