diff --git a/src_data/locales/cn.json b/src_data/locales/cn.json index 4d60218..2f9cd01 100644 --- a/src_data/locales/cn.json +++ b/src_data/locales/cn.json @@ -458,12 +458,12 @@ "autoDiagReset": "自动诊断复位 (不推荐!)", "setDateAndTime": "同步设置锅炉日期与时间", "immergasFix": "针对Immergas锅炉的兼容性修复", - "alwaysSendIndoorTemp": "一定要给锅炉输送电流和目标温度" + "alwaysSendIndoorTemp": "向锅炉发送当前室内温度" }, "nativeOTC": { - "title": "本地(由锅炉处理)外部温度补偿", - "note": "只有 锅炉能调节冷却液温度时才有效。未经测试。固件中不兼容PID和Equitherm的调压器。" + "title": "原生热载体温度计算模式", + "note": "仅在锅炉处于 OTC 模式时工作:需要并接受目标室内温度,并基于内置曲线模式自行调节热载体温度。与 PID 和 Equitherm 不兼容。" } }, diff --git a/src_data/locales/en.json b/src_data/locales/en.json index 6bc0152..f0e3548 100644 --- a/src_data/locales/en.json +++ b/src_data/locales/en.json @@ -458,12 +458,12 @@ "autoDiagReset": "Auto diag reset (not recommended!)", "setDateAndTime": "Set date & time on boiler", "immergasFix": "Fix for Immergas boilers", - "alwaysSendIndoorTemp": "Always send current and target indoor temp to boiler" + "alwaysSendIndoorTemp": "Send current indoor temp to boiler" }, "nativeOTC": { - "title": "Native (handled by boiler) Outside Temp Compensation", - "note": "Works ONLY if the boiler regulates the temperature of the coolant itself. Untested. Not compatible with PID and Equitherm regulators in firmware." + "title": "Native OTC mode", + "note": "Works ONLY if the boiler is in OTC mode: requires and accepts the target indoor temperature and self-regulates the heat carrier temperature based on the built-in curves mode. Incompatible with PID and Equitherm." } }, diff --git a/src_data/locales/it.json b/src_data/locales/it.json index 7792efb..eb3eb74 100644 --- a/src_data/locales/it.json +++ b/src_data/locales/it.json @@ -458,12 +458,12 @@ "autoDiagReset": "Ripristino diagnostico automatica (sconsigliato!)", "setDateAndTime": "Imposta data e ora sulla caldaia", "immergasFix": "Fix per caldiaie Immergas", - "alwaysSendIndoorTemp": "Invia sempre corrente e la temperatura interna target alla caldaia" + "alwaysSendIndoorTemp": "Invia la temp attuale interna alla caldaia" }, "nativeOTC": { - "title": "Compensazione della temperatura esterna nativa (gestita dalla caldaia)", - "note": "Lavora SOLO se la caldaia regola la temperatura del liquido refrigerante stesso. Testate. Non compatibile con i regolatori PID ed Equitherm nel firmware." + "title": "Modalità nativa di calcolo della temperatura del vettore termico", + "note": "Funziona SOLO se la caldaia è in modalità OTC: richiede e accetta la temperatura interna target e regola autonomamente la temperatura del vettore termico basata sulla modalità curve integrata. Incompatibile con PID e Equitherm." } }, diff --git a/src_data/locales/nl.json b/src_data/locales/nl.json index af4e063..d982f21 100644 --- a/src_data/locales/nl.json +++ b/src_data/locales/nl.json @@ -423,11 +423,12 @@ "autoDiagReset": "Automatische diagnosereset (niet aanbevolen!)", "setDateAndTime": "Stel datum & tijd in op ketel", "immergasFix": "Fix voor Immergas-ketels", - "alwaysSendIndoorTemp": "Stuur altijd de stroom- en streeftemperatuur binnen naar de ketel" + "alwaysSendIndoorTemp": "Stuur huidige binnentemp naar ketel" }, + "nativeOTC": { - "title": "Native (afgehandeld door de ketel) Buitentemperatuurcompensatie", - "note": "Werkt ALLEEN als de ketel de temperatuur van de koelvloeistof zelf regelt. Geteste. Niet compatibel met PID- en Equitherm-regelaars in firmware" + "title": "Native warmtedrager temperatuur berekeningsmodus", + "note": "Werkt ALLEEN als de ketel in OTC-modus is: vereist en accepteert de doel binnentemperatuur en regelt zelf de warmtedrager temperatuur op basis van de ingebouwde curves modus. Incompatibel met PID en Equitherm." } }, "mqtt": { diff --git a/src_data/locales/ru.json b/src_data/locales/ru.json index 6bce482..cd91c0c 100644 --- a/src_data/locales/ru.json +++ b/src_data/locales/ru.json @@ -458,12 +458,12 @@ "autoDiagReset": "Автоматический сброс диагностики (не рекомендуется!)", "setDateAndTime": "Устанавливать время и дату на котле", "immergasFix": "Фикс для котлов Immergas", - "alwaysSendIndoorTemp": "Всегда отправляйте ток и целевую температуру в помещении в котёл" + "alwaysSendIndoorTemp": "Передавать текущую темп. в помещении котлу" }, "nativeOTC": { - "title": "Нативная (обрабатывается котлом) Внешняя компенсация температуры", - "note": "Работает ТОЛЬКО если котёл регулирует температуру самого охлаждающей жидкости. Непроверенных. Несовместимо с регуляторами PID и Equitherm в прошивке." + "title": "Нативный режим OTC (расчёт температуры теплоносителя)", + "note": "Работает ТОЛЬКО если котел в режиме OTC: требует и принимает целевую температуру в помещении и сам регулирует температуру теплоносителя на основе встроенного режима кривых. Несовместимо с ПИД и ПЗА." } },