fix:调整中文翻译

This commit is contained in:
wangwenrui
2020-11-06 11:10:47 +08:00
parent b09e0a02fb
commit f91e3f7180
2 changed files with 11 additions and 11 deletions

View File

@@ -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文件",

View File

@@ -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')}}&nbsp; <label >{{$t('dashboard.panel.chartForm.statistics')}}</label>&nbsp;
</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">