From 51980d02a7dc56b1a0a28890ec2d1899eb00219f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Thu, 28 Aug 2025 14:25:31 +0800 Subject: [PATCH] =?UTF-8?q?08/28=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/zh.js | 6 +++--- src/views/page/air-conditioning.vue | 4 ++-- src/views/page/heatFan.vue | 7 +++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/i18n/lang/zh.js b/src/i18n/lang/zh.js index 48538ecb..fff2612e 100644 --- a/src/i18n/lang/zh.js +++ b/src/i18n/lang/zh.js @@ -786,11 +786,11 @@ module.exports = { fanMode: '冷暖风机模式', maxFanGear: '冷暖风机最高档位', max4: '(最大为4档)', - heatingMode: '加热模式:', - coolingMode: '制冷模式:', + heatingMode: '加热模式', + coolingMode: '制冷模式', tempBelowTarget: '温度低于目标值', tempAboveTarget: '温度高于目标值', - cannotReachTarget: '达不到目标值,', + cannotReachTarget: '达不到目标值,', startHeating: '℃时,启动1档加热。', startCooling: '℃时,启动1档制冷。', decreaseGear: '℃时,减档。', diff --git a/src/views/page/air-conditioning.vue b/src/views/page/air-conditioning.vue index f9959fc4..b1f4e64f 100644 --- a/src/views/page/air-conditioning.vue +++ b/src/views/page/air-conditioning.vue @@ -514,7 +514,7 @@
- {{$t('air.tips.capacityWarning')}} + {{$t('air.tips.capacityWarning')}}, - {{$t('air.fallback')}} + {{$t('air.fallback')}}。 diff --git a/src/views/page/heatFan.vue b/src/views/page/heatFan.vue index 03090915..db577b02 100644 --- a/src/views/page/heatFan.vue +++ b/src/views/page/heatFan.vue @@ -102,7 +102,7 @@ 。{{$t('heatFan.max4')}} -
{{$t('heatFan.heatingMode')}}
+
{{$t('heatFan.heatingMode')}} :
 {{$t('heatFan.tempBelowTarget')}} @@ -113,7 +113,7 @@
-  {{$t('heatFan.coolingMode')}} +  {{$t('heatFan.coolingMode')}} : {{$t('heatFan.decreaseGear')}} @@ -137,7 +137,7 @@ 制冷时,开启风机,湿帘。
--> -
{{$t('heatFan.coolingMode')}}
+
{{$t('heatFan.coolingMode')}} :
 {{$t('heatFan.tempAboveTarget')}} @@ -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 },