文字修改

This commit is contained in:
home孙 2025-08-27 22:49:45 +08:00
parent 364946ae53
commit d901172c23
6 changed files with 31 additions and 30 deletions

View File

@ -802,7 +802,7 @@ textarea {
height: 100%;
display: flex;
align-items: center;
margin: 0 15px 0 0 !important;
margin: 0 0 0 0 !important;
color: #fff;
}

View File

@ -860,7 +860,7 @@ textarea {
height: 100%;
display: flex;
align-items: center;
margin: 0 15px 0 0 !important;
margin: 0 0 0 0 !important;
color: #fff;

View File

@ -634,7 +634,7 @@ module.exports = {
"startFan": "Start circulation fan",
"controlPrecision": "Control precision",
"co2Supplement": "Run circulation fan during CO2 supplementation",
"humidifying": "Run circulation fan during humidification",
"humidifying": "High Pressure Mist run circulation fan during humidification",
"fanOperation": "Disable circulation fan when main fan is running",
"start": "On for",
"onDuration": "mins, off for",
@ -1006,7 +1006,7 @@ module.exports = {
windSpeedHigh: "When wind speed is greater than",
windProtection: ", retract shade net. Wind protection release time",
indoorTempHigh: "When indoor temperature is higher than target temperature by",
degree: "degrees, expand outer shade.",
degree: ", expand outer shade.",
},
parameterSet: {
@ -1204,7 +1204,7 @@ module.exports = {
"ventilationStages": "Vent Stages",
"fanOperationAngle": "Open Angle When Fan Running",
"outdoorTempLimit": "Disable when outdoor temp < ",
"outdoorTempLimit1": "°C",
"outdoorTempLimit1": "",
"windSpeedLimit": "Close when wind > ",
"windSpeedLimit1": "m/s. Wind Protection Reset Time",

View File

@ -646,7 +646,7 @@ module.exports = {
"startFan": "启动环流风扇",
"controlPrecision": "控制精度",
"co2Supplement": "CO2补气时同时运行环流风扇。",
"humidifying": "加湿时,同时运行环流风扇。",
"humidifying": "高压微雾加湿时,同时运行环流风扇。",
"fanOperation": "风机运行时,禁止开环流风扇。",
"start": "开启",
"onDuration": "分,关闭",
@ -1018,7 +1018,7 @@ module.exports = {
windSpeedHigh: "风速大于",
windProtection: "时收拢遮阳网,大风保护解除时间",
indoorTempHigh: "室内温度高于目标温度",
degree: ",展开外遮阳。",
degree: ",展开外遮阳。",
},
parameterSet: {
@ -1221,7 +1221,7 @@ module.exports = {
"ventilationStages": "通风窗分阶段全部打开次数",
"fanOperationAngle": "风机运行时,通风窗打开角度",
"outdoorTempLimit": "室外温度低于",
"outdoorTempLimit1": "时,禁止开启通风窗。",
"outdoorTempLimit1": "时,禁止开启通风窗。",
"windSpeedLimit": "风速大于",
"windSpeedLimit1": "m/s时关闭通风窗。大风保护解除时间",
"dehumidificationFunction": "开启通风窗除湿功能",

View File

@ -109,6 +109,7 @@
<input @blur="blurChange10(startList[indexs - 1] + 19, $event)"
v-model="inputData[startList[indexs - 1] + 19]"
@input="changeCount10(startList[indexs - 1] + 19, $event)" type="text" placeholder="0">
<span>%</span>
</div>
</div>
<div class="flex-view border-none shrink-none padding-none">

View File

@ -26,62 +26,62 @@
</div>
</div>
</div>
<div class="flex-view border-none padding-none">
<div class="number-view p-t-31">
<div class="flex-view border-none padding-none shrink-none">
<div class="number-view">
<div>1</div>
</div>
<div class="input-main input-main-w120">
<div>{{$t('sunroofControl.tempControlPrecision')}}</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.tempControlPrecision')}}</span>
<input @blur="blurChange10(startList[indexs-1]+3, $event)" v-model="inputData[startList[indexs-1]+3]" @input="changeCount10(startList[indexs-1]+3, $event)"
type="text" placeholder="0">
<span></span>
</div>
<div class="input-main input-main-w120">
<div>{{$t('sunroofControl.calculationCycle')}}</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.calculationCycle')}}</span>
<input @blur="blurChange(startList[indexs-1]+5, $event)" v-model="inputData[startList[indexs-1]+5]" @input="change(startList[indexs-1]+5, $event)"
type="text" placeholder="0">
<span>{{$t('text.minutes')}}</span>
</div>
</div>
<div class="flex-view border-none padding-none">
<div class="number-view p-t-31">
<div class="flex-view border-none padding-none shrink-none">
<div class="number-view">
<div>2</div>
</div>
<div class="input-main input-main-w120">
<div>{{$t('sunroofControl.proportionalCoefficient')}}</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.proportionalCoefficient')}}</span>
<input @blur="blurChange(startList[indexs-1]+6, $event)" v-model="inputData[startList[indexs-1]+6]" @input="change(startList[indexs-1]+6, $event)"
type="text" placeholder="0">
<span></span>
</div>
<div class="input-main input-main-w120">
<div>{{$t('sunroofControl.integralCoefficient')}}</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.integralCoefficient')}}</span>
<input @blur="blurChange(startList[indexs-1]+7, $event)" v-model="inputData[startList[indexs-1]+7]" @input="change(startList[indexs-1]+7, $event)"
type="text" placeholder="0">
<span></span>
</div>
<div class="input-main input-main-w120 input-disabled">
<div>{{$t('sunroofControl.pidResult')}}</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.pidResult')}}</span>
<input disabled v-model="statusData[1114+Number(indexs)]"
type="text" placeholder="0">
<span></span>
</div>
</div>
<div class="flex-view border-none padding-none">
<div class="number-view p-t-31">
<div class="flex-view border-none padding-none shrink-none">
<div class="number-view">
<div>3</div>
</div>
<div class="input-main input-main-w260">
<div>{{$t('sunroofControl.ventilationStages')}}</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.ventilationStages')}}</span>
<input @blur="blurChange(startList[indexs-1]+4, $event)" v-model="inputData[startList[indexs-1]+4]" @input="change(startList[indexs-1]+4, $event)"
type="text" placeholder="0">
</div>
</div>
<div class="flex-view padding-none ">
<div class="number-view p-t-31">
<div class="flex-view padding-none shrink-none">
<div class="number-view">
<div>4</div>
</div>
<div class="input-main input-main-w260">
<div>{{$t('sunroofControl.fanOperationAngle')}}</div>
<div class="input-main-60">
<span>{{$t('sunroofControl.fanOperationAngle')}}</span>
<input @blur="blurChange(startList[indexs-1]+2, $event)" v-model="inputData[startList[indexs-1]+2]" @input="change(startList[indexs-1]+2, $event)"
type="text" placeholder="0">
</div>