From 0d3adad446736f76206c7533efd25353d4ce9923 Mon Sep 17 00:00:00 2001 From: P43YM Date: Tue, 18 Mar 2025 09:38:09 +0300 Subject: [PATCH] refactor: added notes for equitherm parameters --- src_data/locales/en.json | 6 +++--- src_data/locales/it.json | 6 +++--- src_data/locales/ru.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src_data/locales/en.json b/src_data/locales/en.json index 7b253ee..6f7b6e1 100644 --- a/src_data/locales/en.json +++ b/src_data/locales/en.json @@ -342,15 +342,15 @@ "equitherm": { "slope": { "title": "Slope", - "note": "" + "note": "Heat loss compensation. Main tuning parameter." }, "exponent": { "title": "Exponent", - "note": "" + "note": "Radiator efficiency. Typical values: 1.1 - Floor heating, 1.2 - Cast iron, 1.3 - Panel radiators, 1.4 - Convectors." }, "shift": { "title": "Shift", - "note": "" + "note": "Compensates for additional heat losses (e.g., in pipes) or extra heat sources." }, "targetDiffFactor": { "title": "T factor", diff --git a/src_data/locales/it.json b/src_data/locales/it.json index f3d8a10..c388f43 100644 --- a/src_data/locales/it.json +++ b/src_data/locales/it.json @@ -342,15 +342,15 @@ "equitherm": { "slope": { "title": "Pendenza", - "note": "" + "note": "Compensazione delle perdite di calore. Principale parametro di regolazione." }, "exponent": { "title": "Esponente", - "note": "" + "note": "Efficienza del radiatore. Valori tipici: 1.1 - Riscaldamento a pavimento, 1.2 - Radiatori in ghisa, 1.3 - Radiatori a pannelli, 1.4 - Convetttori." }, "shift": { "title": "Spostare", - "note": "" + "note": "Compensa le perdite di calore aggiuntive (ad esempio, nelle tubature) o fonti di calore extra." }, "targetDiffFactor": { "title": "Fattore T", diff --git a/src_data/locales/ru.json b/src_data/locales/ru.json index 3145df5..1b3dcf4 100644 --- a/src_data/locales/ru.json +++ b/src_data/locales/ru.json @@ -342,15 +342,15 @@ "equitherm": { "slope": { "title": "Наклон", - "note": "" + "note": "Компенсация теплопотерь. Основной параметр настройки." }, "exponent": { "title": "Экспонента", - "note": "" + "note": "Эффективность радиатора. Типичные значения: 1.1 - Тёплый пол, 1.2 - Чугунные радиаторы, 1.3 - Панельные радиаторы, 1.4 - Конвекторы." }, "shift": { "title": "Смещение", - "note": "" + "note": "Компенсирует дополнительные теплопотери (например, в трубах) или дополнительные источники тепла." }, "targetDiffFactor": { "title": "Коэффициент T",