From 22eb361d2ba055954787d321203e6cf078852d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Wed, 27 Aug 2025 13:26:08 +0800 Subject: [PATCH] 08/27 --- src/i18n/lang/en.js | 2 +- src/i18n/lang/zh.js | 4 ++-- src/views/page/facadeInsulation.vue | 2 +- src/views/page/sunroofControl.vue | 3 ++- src/views/page/wetFan.vue | 5 +++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/i18n/lang/en.js b/src/i18n/lang/en.js index 897827e7..6dbf5ce4 100644 --- a/src/i18n/lang/en.js +++ b/src/i18n/lang/en.js @@ -1346,7 +1346,7 @@ module.exports = { }, "fanStartCondition": { "prefix": "Start fan ", - "middle": " when temp > (", + "middle": "℃ when temp > (", "suffix": " + hysteresis)" } }, diff --git a/src/i18n/lang/zh.js b/src/i18n/lang/zh.js index fe3ab6e1..cc54167c 100644 --- a/src/i18n/lang/zh.js +++ b/src/i18n/lang/zh.js @@ -1238,7 +1238,7 @@ module.exports = { }, "tempLimit": { "condition": "室内温度低于", - "action": "度,禁止开窗除湿" + "action": "℃,禁止开窗除湿" }, "rainDetectionTime": "下雨检测时间" }, @@ -1362,7 +1362,7 @@ module.exports = { }, "fanStartCondition": { "prefix": "温度大于(", - "middle": "+控温精度滞回带)时,启动", + "middle": "℃+控温精度滞回带)时,启动", "suffix": "风机。" } }, diff --git a/src/views/page/facadeInsulation.vue b/src/views/page/facadeInsulation.vue index 4fc791c1..da3ec76b 100644 --- a/src/views/page/facadeInsulation.vue +++ b/src/views/page/facadeInsulation.vue @@ -58,7 +58,7 @@ {{$t('facadeInsulation.whenLightGreaterThan')}} - klu + Klux {{$t('facadeInsulation.advance')}} diff --git a/src/views/page/sunroofControl.vue b/src/views/page/sunroofControl.vue index 95a968ca..3800f103 100644 --- a/src/views/page/sunroofControl.vue +++ b/src/views/page/sunroofControl.vue @@ -34,7 +34,7 @@