08/28文字修改
This commit is contained in:
parent
a75adddcf5
commit
51980d02a7
@ -786,11 +786,11 @@ module.exports = {
|
||||
fanMode: '冷暖风机模式',
|
||||
maxFanGear: '冷暖风机最高档位',
|
||||
max4: '(最大为4档)',
|
||||
heatingMode: '加热模式:',
|
||||
coolingMode: '制冷模式:',
|
||||
heatingMode: '加热模式',
|
||||
coolingMode: '制冷模式',
|
||||
tempBelowTarget: '温度低于目标值',
|
||||
tempAboveTarget: '温度高于目标值',
|
||||
cannotReachTarget: '达不到目标值,',
|
||||
cannotReachTarget: '达不到目标值,',
|
||||
startHeating: '℃时,启动1档加热。',
|
||||
startCooling: '℃时,启动1档制冷。',
|
||||
decreaseGear: '℃时,减档。',
|
||||
|
@ -514,7 +514,7 @@
|
||||
<div class="btn btn-w70">
|
||||
</div>
|
||||
</div>
|
||||
<span>{{$t('air.tips.capacityWarning')}}</span>
|
||||
<span>{{$t('air.tips.capacityWarning')}},</span>
|
||||
<input
|
||||
@blur="blurChange(22058, $event)"
|
||||
v-model="inputData[22058]"
|
||||
@ -522,7 +522,7 @@
|
||||
type="text"
|
||||
placeholder="0"
|
||||
/>
|
||||
<span>{{$t('air.fallback')}}</span>
|
||||
<span>{{$t('air.fallback')}}。</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -102,7 +102,7 @@
|
||||
<span>。{{$t('heatFan.max4')}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-tips">{{$t('heatFan.heatingMode')}}</div>
|
||||
<div class="text-tips">{{$t('heatFan.heatingMode')}} :</div>
|
||||
<div class="flex-view padding-none shrink-none border-none">
|
||||
<div class="input-main-60">
|
||||
<span></span><span></span> <span> {{$t('heatFan.tempBelowTarget')}}</span>
|
||||
@ -113,7 +113,7 @@
|
||||
</div>
|
||||
<div class="flex-view padding-none shrink-none border-none">
|
||||
<div class="input-main-60">
|
||||
<span></span><span></span> <span> {{$t('heatFan.coolingMode')}}</span>
|
||||
<span></span><span></span> <span> {{$t('heatFan.coolingMode')}} :</span>
|
||||
<input @blur="blurChange10(22259, $event)" v-model="inputData[22259]"
|
||||
@input="changeCount10(22259, $event)" type="text" placeholder="0">
|
||||
<span>{{$t('heatFan.decreaseGear')}}</span>
|
||||
@ -137,7 +137,7 @@
|
||||
<span>制冷时,开启风机,湿帘。</span>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="text-tips">{{$t('heatFan.coolingMode')}}</div>
|
||||
<div class="text-tips">{{$t('heatFan.coolingMode')}} :</div>
|
||||
<div class="flex-view padding-none shrink-none border-none">
|
||||
<div class="input-main-60">
|
||||
<span></span><span></span> <span> {{$t('heatFan.tempAboveTarget')}}</span>
|
||||
@ -205,7 +205,6 @@ export default {
|
||||
{ label:this.$t('heatFan.gear2',{index:2}), value: 2 },
|
||||
{ label:this.$t('heatFan.gear2',{index:3}), value: 3 },
|
||||
{ label:this.$t('heatFan.gear2',{index:4}), value: 4 },
|
||||
{ label:this.$t('heatFan.gear2',{index:5}), value: 5 },
|
||||
],
|
||||
typeList2: [
|
||||
{ label: this.$t('realTime.heatingMode'), value: 1 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user