mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 11:14:28 +05:00
refactor: refactoring after #144
This commit is contained in:
@@ -340,16 +340,26 @@
|
||||
},
|
||||
|
||||
"equitherm": {
|
||||
"n": "N factor",
|
||||
"k": "K factor",
|
||||
"e": "Exponent E",
|
||||
"t": {
|
||||
"slope": {
|
||||
"title": "Slope",
|
||||
"note": ""
|
||||
},
|
||||
"exponent": {
|
||||
"title": "Exponent",
|
||||
"note": ""
|
||||
},
|
||||
"shift": {
|
||||
"title": "Shift",
|
||||
"note": ""
|
||||
},
|
||||
"targetDiffFactor": {
|
||||
"title": "T factor",
|
||||
"note": "Not used if PID is enabled"
|
||||
},
|
||||
"chart": {
|
||||
"radiatorTemp": "Radiator Temperature (°C)",
|
||||
"outdoorTemp": "Outdoor Temperature (°C)"
|
||||
"targetTemp": "Target indoor temperature",
|
||||
"setpointTemp": "Heat carrier temperature",
|
||||
"outdoorTemp": "Outdoor temperature"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -340,16 +340,26 @@
|
||||
},
|
||||
|
||||
"equitherm": {
|
||||
"n": "Fattore N",
|
||||
"k": "Fattore K",
|
||||
"e": "Esponente E",
|
||||
"t": {
|
||||
"slope": {
|
||||
"title": "Pendenza",
|
||||
"note": ""
|
||||
},
|
||||
"exponent": {
|
||||
"title": "Esponente",
|
||||
"note": ""
|
||||
},
|
||||
"shift": {
|
||||
"title": "Spostare",
|
||||
"note": ""
|
||||
},
|
||||
"targetDiffFactor": {
|
||||
"title": "Fattore T",
|
||||
"note": "Non usato se PID è attivato"
|
||||
},
|
||||
"chart": {
|
||||
"radiatorTemp": "Temperatura Del Radiatore (°C)",
|
||||
"outdoorTemp": "Outdoor Temperature (°C)"
|
||||
"targetTemp": "Temperatura interna target",
|
||||
"setpointTemp": "Temperatura del portatore di calore",
|
||||
"outdoorTemp": "Temperatura esterna"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -340,16 +340,26 @@
|
||||
},
|
||||
|
||||
"equitherm": {
|
||||
"n": "Коэффициент N",
|
||||
"k": "Коэффициент K",
|
||||
"e": "Экспонента E",
|
||||
"t": {
|
||||
"slope": {
|
||||
"title": "Наклон",
|
||||
"note": ""
|
||||
},
|
||||
"exponent": {
|
||||
"title": "Экспонента",
|
||||
"note": ""
|
||||
},
|
||||
"shift": {
|
||||
"title": "Смещение",
|
||||
"note": ""
|
||||
},
|
||||
"targetDiffFactor": {
|
||||
"title": "Коэффициент T",
|
||||
"note": "Не используется, если ПИД включен"
|
||||
},
|
||||
"chart": {
|
||||
"radiatorTemp": "Температура радиатора (°C)",
|
||||
"outdoorTemp": "Наружная температура (°C)"
|
||||
"targetTemp": "Целевая внутренняя температура",
|
||||
"setpointTemp": "Температура теплоносителя",
|
||||
"outdoorTemp": "Наружная температура"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user