fix:处理中英文完全一样的国际化为一个

This commit is contained in:
zhangyu
2022-06-16 15:58:17 +08:00
parent c5976c83ee
commit e65f37b5b5
159 changed files with 1194 additions and 599 deletions

View File

@@ -22,7 +22,7 @@
<!--value mapping-->
<el-row class="form-row-title">
{{ $t('dashboard.panel.chartForm.thresholds') }}
{{ $t('alert.config.thresholds') }}
<span v-if="selection.pen.data.valueMappingSort !=='desc'" class="title__label"
>0:Ok > >{{
selection.pen.data.valueMapping.length
@@ -90,7 +90,7 @@
</span>
</el-col>
<el-col :span="4" class="thresholds-cell">{{ $t('project.topology.color') }}</el-col>
<el-col :span="6" class="thresholds-cell">{{ $t('project.topology.value') }}</el-col>
<el-col :span="6" class="thresholds-cell">{{ $t('overall.value') }}</el-col>
<el-col :span="8" class="thresholds-cell">{{ $t('project.topology.animation') }}</el-col>
<el-col :span="2" class="thresholds-cell"></el-col>
</el-row>
@@ -206,7 +206,7 @@
>
</el-cascader>
</el-form-item>
<el-form-item :label="$t('dashboard.panel.chartForm.type')" class="half-form-item half-form-item--end"
<el-form-item :label="$t('overall.type')" class="half-form-item half-form-item--end"
prop="type">
<el-select v-model="selection.pen.data.type" :placeholder="$t('el.select.placeholder')"
:popper-append-to-body="true" class="right-box-row-with-btn"
@@ -322,7 +322,7 @@
</div>
<div class="props-pen-item" v-if="selection.pen&&!selection.pen.type">
<div>{{ $t('project.topology.width') }}</div>
<div>{{ $t('dashboard.panel.chartForm.width') }}</div>
<div class="p10 pl0">
<el-input-number
@focus="inputFocus"
@@ -343,7 +343,7 @@
</div>
<div class="props-pen-item" v-if="selection.pen&&!selection.pen.type">
<div>{{ $t('project.topology.height') }}</div>
<div>{{ $t('dashboard.panel.chartForm.high') }}</div>
<div class="p10 pl0">
<el-input-number
@focus="inputFocus"
@@ -836,7 +836,7 @@
<!-- <div class="project-content-box" style="width: 100%">-->
<!-- <div class="project-content-item">-->
<!-- <label>{{$t('project.topology.name')}}</label>-->
<!-- <label>{{$t('overall.name')}}</label>-->
<!-- <div class="full pr10">-->
<!-- <el-input class="input" size="small" v-model="topologyData.data.name" :placeholder="$t('el.select.placeholder')"-->
<!-- @change="changeTopologyOpt"></el-input>-->
@@ -905,7 +905,7 @@
<!-- <div class="project-content-title">-->
<!-- Appearance-->
<!-- &lt;!&ndash;{{$t('project.topology.name')}}&ndash;&gt;-->
<!-- &lt;!&ndash;{{$t('overall.name')}}&ndash;&gt;-->
<!-- </div>-->
<div class="project-content-box" style="width: 100%">
@@ -1073,7 +1073,7 @@
<!-- </div>-->
<!-- <div class="project-content-title">{{$t('project.topology.link')}}</div>-->
<!-- <div class="project-content-title">{{$t('overall.link')}}</div>-->
<!-- <div class="project-content-box" style="width: 100%">-->