From 646a092eda0b5d975ee28480c31f75636237c51a Mon Sep 17 00:00:00 2001 From: mattreim <80219712+mattreim@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:34:45 +0200 Subject: [PATCH] Translation expanded and rearranged --- admin/i18n/de/translations.json | 9 ++++++--- admin/i18n/en/translations.json | 11 +++++++---- admin/i18n/es/translations.json | 25 ++++++++++++++----------- admin/i18n/fr/translations.json | 25 ++++++++++++++----------- admin/i18n/it/translations.json | 25 ++++++++++++++----------- admin/i18n/nl/translations.json | 25 ++++++++++++++----------- admin/i18n/pl/translations.json | 25 ++++++++++++++----------- admin/i18n/pt/translations.json | 25 ++++++++++++++----------- admin/i18n/ru/translations.json | 25 ++++++++++++++----------- admin/i18n/uk/translations.json | 25 ++++++++++++++----------- admin/i18n/zh-cn/translations.json | 25 ++++++++++++++----------- admin/jsonConfig.json | 28 ++++++++++++++++++---------- 12 files changed, 157 insertions(+), 116 deletions(-) diff --git a/admin/i18n/de/translations.json b/admin/i18n/de/translations.json index 740b76b..c2b3bff 100644 --- a/admin/i18n/de/translations.json +++ b/admin/i18n/de/translations.json @@ -51,10 +51,11 @@ "state_attribute": "Zustandsattribute", "set_temp": "Temperatur einstellen", "actual_temp": "Aktuelle Temperatur", + "heating_circuits": "Heizkreise", + "hc": "HK", "weight": "Gewichtung", "weight_on": "Gewichtung an", "weight_off": "Gewichtung aus", - "heating_circuits": "Heizkreise", "km200.csv": "Lesen der Entitäten aus der km200.csv-Datei", "km200_active": "KM200-Gateway aktiv", "km200_entry": "Neuer KM200-Einstiegspunkt", @@ -72,14 +73,16 @@ "recordings_format": "Einfaches Statusformat ohne Datenbank", "returntemp": "Rücklauftemperatur", "room": "Zustandsattribute: Raum", + "tit_on": "an", + "tit_off": "aus", + "save_settemp": "Solltemp. speichern", "states_reorg": "Zustände beim Start löschen", "states_undefined": "Zustände für undefinierte Telegramme erstellen", "statistics": "Statistiken erstellen – Kesselstarts benötigen eine aktive Datenbank", "supplytemp": "Vorlauftemperatur", "syslog": "Syslog-Server aktiv?", "syslog_port": "Syslog-Port", - "tit_off": "aus", - "tit_on": "an", + "switch_programs": "Programme wechseln", "warn_cancel": "Stornieren", "warn_ok": "Warnung ignorieren" } diff --git a/admin/i18n/en/translations.json b/admin/i18n/en/translations.json index 8d3159c..0d8eafc 100644 --- a/admin/i18n/en/translations.json +++ b/admin/i18n/en/translations.json @@ -51,10 +51,11 @@ "state_attribute": "State attribute", "set_temp": "set temp", "actual_temp": "actual temp", + "heating_circuits": "Heating circuits", + "hc": "hc", "weight": "weighting", "weight_on": "weighting on", "weight_off": "weighting off", - "heating_circuits": "Heating circuits", "km200.csv": "read entities from km200.csv file", "km200_active": "KM200 gateway active", "km200_entry": "new KM200 entry-point", @@ -72,14 +73,16 @@ "recordings_format": "plain states format without db", "returntemp": "returntemp", "room": "state attributes: room", + "tit_on": "on", + "tit_off": "off", + "save_settemp": "savesettemp", "states_reorg": "delete states on startup", "states_undefined": "create states for undefined telegrams", "statistics": "create statistics - boiler starts need active database", "supplytemp": "supplytemp", "syslog": "syslog server active?", "syslog_port": "syslog port", - "tit_off": "off", - "tit_on": "on", + "switch_programs": "Switch programs", "warn_cancel": "Cancel", "warn_ok": "Ignore warning" -} \ No newline at end of file +} diff --git a/admin/i18n/es/translations.json b/admin/i18n/es/translations.json index 7349ec2..bc73519 100644 --- a/admin/i18n/es/translations.json +++ b/admin/i18n/es/translations.json @@ -46,7 +46,16 @@ "function": "atributos de estado: función", "gateway": "leer estados desde la puerta de enlace y crear un archivo km200.csv", "gateway_pw": "contraseña de la puerta de enlace", + "heat_demand": "Demanda de calor", "heatdemand": "Cálculo y control de la demanda de calor activo", + "state_attribute": "Atributo de estado", + "set_temp": "establecer temperatura", + "actual_temp": "temperatura real", + "heating_circuits": "circuitos de calefacción", + "hc": "hc", + "weight": "ponderación", + "weight_on": "ponderación en", + "weight_off": "ponderación napagada", "km200.csv": "leer entidades del archivo km200.csv", "km200_active": "Puerta de enlace KM200 activa", "km200_entry": "nuevo punto de entrada KM200", @@ -64,22 +73,16 @@ "recordings_format": "formato de estados planos sin db", "returntemp": "temperatura de retorno", "room": "atributos de estado: habitación", + "tit_on": "en", + "tit_off": "apagado", + "save_settemp": "savesettemp", "states_reorg": "eliminar estados al inicio", "states_undefined": "crear estados para telegramas indefinidos", "statistics": "crear estadísticas: los arranques de calderas necesitan una base de datos activa", "supplytemp": "temperatura de suministro", "syslog": "¿El servidor syslog está activo?", "syslog_port": "puerto syslog", - "tit_off": "apagado", - "tit_on": "en", + "switch_programs": "Cambiar programas", "warn_cancel": "Cancelar", - "warn_ok": "ignorar advertencia", - "heat_demand": "Demanda de calor", - "state_attribute": "atributo de estado", - "set_temp": "establecer temperatura", - "actual_temp": "temperatura real", - "weight": "ponderación", - "weight_on": "ponderación en", - "weight_off": "ponderación", - "heating_circuits": "Circuitos de calefacción" + "warn_ok": "ignorar advertencia" } diff --git a/admin/i18n/fr/translations.json b/admin/i18n/fr/translations.json index 064cd48..3991c42 100644 --- a/admin/i18n/fr/translations.json +++ b/admin/i18n/fr/translations.json @@ -46,7 +46,16 @@ "function": "attributs d'état : fonction", "gateway": "lire les états de la passerelle et créer le fichier km200.csv", "gateway_pw": "mot de passe de la passerelle", + "heat_demand": "circuits de chauffage", "heatdemand": "Calcul et contrôle de la demande de chaleur actifs", + "state_attribute": "Attribut d'état", + "set_temp": "régler la température", + "actual_temp": "température réelle", + "heating_circuits": "circuits de chauffage", + "hc": "hc", + "weight": "pondération", + "weight_on": "pondération sur", + "weight_off": "pondération désactivé", "km200.csv": "lire les entités du fichier km200.csv", "km200_active": "Passerelle KM200 active", "km200_entry": "nouveau point d'entrée KM200", @@ -64,22 +73,16 @@ "recordings_format": "format d'états simples sans base de données", "returntemp": "température de retour", "room": "attributs d'état : chambre", + "tit_on": "sur", + "tit_off": "désactivé", + "save_settemp": "savesettemp", "states_reorg": "supprimer les états au démarrage", "states_undefined": "créer des états pour les télégrammes non définis", "statistics": "créer des statistiques - les démarrages de chaudière nécessitent une base de données active", "supplytemp": "température d'approvisionnement", "syslog": "serveur Syslog actif ?", "syslog_port": "port Syslog", - "tit_off": "désactivé", - "tit_on": "sur", + "switch_programs": "Changer de programme", "warn_cancel": "Annuler", - "warn_ok": "Ignorer l'avertissement", - "heat_demand": "Demande de chaleur", - "state_attribute": "Attribut d'état", - "set_temp": "régler la température", - "actual_temp": "température réelle", - "weight": "pondération", - "weight_on": "pondération sur", - "weight_off": "pondération", - "heating_circuits": "Circuits de chauffage" + "warn_ok": "Ignorer l'avertissement" } diff --git a/admin/i18n/it/translations.json b/admin/i18n/it/translations.json index ccec3ea..d5173e9 100644 --- a/admin/i18n/it/translations.json +++ b/admin/i18n/it/translations.json @@ -46,7 +46,16 @@ "function": "attributi dello stato: funzione", "gateway": "leggere gli stati dal gateway e creare il file km200.csv", "gateway_pw": "password del gateway", + "heat_demand": "Domanda di calore", "heatdemand": "Calcolo e controllo della richiesta di calore attivi", + "state_attribute": "Attributo dello Stato", + "set_temp": "impostare la temp", + "actual_temp": "temperatura effettiva", + "heating_circuits": "circuiti di riscaldamento", + "hc": "hc", + "weight": "ponderazione", + "weight_on": "ponderazione su", + "weight_off": "ponderazione spenta", "km200.csv": "leggere le entità dal file km200.csv", "km200_active": "Gateway KM200 attivo", "km200_entry": "nuovo punto di ingresso KM200", @@ -64,22 +73,16 @@ "recordings_format": "formato a stati semplici senza db", "returntemp": "temp.ritorno", "room": "attributi dello stato: stanza", + "tit_on": "SU", + "tit_off": "spento", + "save_settemp": "savesettemp", "states_reorg": "elimina gli stati all'avvio", "states_undefined": "creare stati per telegrammi non definiti", "statistics": "creare statistiche: l'avvio della caldaia richiede un database attivo", "supplytemp": "temp.fornitura", "syslog": "server syslog attivo?", "syslog_port": "porta syslog", - "tit_off": "spento", - "tit_on": "SU", + "switch_programs": "Cambia programmi", "warn_cancel": "Annulla", - "warn_ok": "Ignora l'avviso", - "heat_demand": "Domanda di calore", - "state_attribute": "Attributo statale", - "set_temp": "impostare la temp", - "actual_temp": "temperatura effettiva", - "weight": "ponderazione", - "weight_on": "pesando su", - "weight_off": "ponderazione", - "heating_circuits": "Circuiti di riscaldamento" + "warn_ok": "Ignora l'avviso" } diff --git a/admin/i18n/nl/translations.json b/admin/i18n/nl/translations.json index d29ff49..9a2b69c 100644 --- a/admin/i18n/nl/translations.json +++ b/admin/i18n/nl/translations.json @@ -46,7 +46,16 @@ "function": "statusattributen: functie", "gateway": "lees de statussen van de gateway en maak een km200.csv-bestand", "gateway_pw": "gateway-wachtwoord", + "heat_demand": "Vraag naar warmte", "heatdemand": "Berekening en regeling van de warmtevraag actief", + "state_attribute": "Staat attribuut", + "set_temp": "ingestelde temp", + "actual_temp": "werkelijke temp", + "heating_circuits": "verwarmingscircuits", + "hc": "hc", + "weight": "weging", + "weight_on": "weging op", + "weight_off": "weging uit", "km200.csv": "lees entiteiten uit het km200.csv-bestand", "km200_active": "KM200-gateway actief", "km200_entry": "nieuw KM200-instappunt", @@ -64,22 +73,16 @@ "recordings_format": "plain states-formaat zonder db", "returntemp": "retourtemp", "room": "staat attributen: kamer", + "tit_on": "op", + "tit_off": "uit", + "save_settemp": "savesettemp", "states_reorg": "verwijder staten bij het opstarten", "states_undefined": "creëer statussen voor ongedefinieerde telegrammen", "statistics": "statistieken maken - ketelstarts hebben een actieve database nodig", "supplytemp": "aanvoertemp", "syslog": "syslog-server actief?", "syslog_port": "syslog-poort", - "tit_off": "uit", - "tit_on": "op", + "switch_programs": "Programma's wisselen", "warn_cancel": "Annuleren", - "warn_ok": "Negeer waarschuwing", - "heat_demand": "Warmtevraag", - "state_attribute": "Staat attribuut", - "set_temp": "ingestelde temp", - "actual_temp": "werkelijke temp", - "weight": "weging", - "weight_on": "doorwegen", - "weight_off": "afwegen", - "heating_circuits": "Verwarmingscircuits" + "warn_ok": "Negeer waarschuwing" } diff --git a/admin/i18n/pl/translations.json b/admin/i18n/pl/translations.json index c3c58c5..ba5590c 100644 --- a/admin/i18n/pl/translations.json +++ b/admin/i18n/pl/translations.json @@ -46,7 +46,16 @@ "function": "atrybuty stanu: funkcja", "gateway": "odczytaj stany z bramki i utwórz plik km200.csv", "gateway_pw": "hasło bramy", + "heat_emand": "Zapotrzebowanie na ciepło", "heatdemand": "Obliczanie i kontrola zapotrzebowania na ciepło aktywne", + "state_attribute": "Atrybut stanu", + "set_temp": "ustawić temp", + "actual_temp": "rzeczywista temp", + "heating_circuits": "obwody grzewcze", + "hc": "hc", + "weight": "ważenie", + "weight_on": "ważenie na", + "weight_off": "ważenie wyłączony", "km200.csv": "odczytaj elementy z pliku km200.csv", "km200_active": "Bramka KM200 aktywna", "km200_entry": "nowy punkt wejścia KM200", @@ -64,22 +73,16 @@ "recordings_format": "zwykły format stanów bez bazy danych", "returntemp": "temp.powrotna", "room": "atrybuty stanu: pokój", + "tit_on": "NA", + "tit_off": "wyłączony", + "save_settemp": "savesettemp", "states_reorg": "usuń stany przy uruchomieniu", "states_undefined": "tworzyć stany dla niezdefiniowanych telegramów", "statistics": "twórz statystyki - uruchomienia kotła wymagają aktywnej bazy danych", "supplytemp": "temperatura zasilania", "syslog": "Serwer syslog aktywny?", "syslog_port": "port sysloga", - "tit_off": "wyłączony", - "tit_on": "NA", + "switch_programs": "Zmień programy", "warn_cancel": "Anulować", - "warn_ok": "Zignoruj ​​ostrzeżenie", - "heat_demand": "Zapotrzebowanie na ciepło", - "state_attribute": "Atrybut stanu", - "set_temp": "ustawić temp", - "actual_temp": "rzeczywista temp", - "weight": "ważenie", - "weight_on": "ważenie", - "weight_off": "odciążyć", - "heating_circuits": "Obiegi grzewcze" + "warn_ok": "Zignoruj ​​ostrzeżenie" } diff --git a/admin/i18n/pt/translations.json b/admin/i18n/pt/translations.json index dbf40d5..1ef314d 100644 --- a/admin/i18n/pt/translations.json +++ b/admin/i18n/pt/translations.json @@ -46,7 +46,16 @@ "function": "atributos de estado: função", "gateway": "leia os estados do gateway e crie o arquivo km200.csv", "gateway_pw": "senha do gateway", + "heat_demand": "Demanda de calor", "heatdemand": "Cálculo e controle de demanda de calor ativos", + "state_attribute": "Atributo de Estado", + "set_temp": "definir temperatura", + "actual_temp": "temperatura real", + "heating_circuits": "circuitos de aquecimento", + "hc": "hc", + "weight": "ponderação", + "weight_on": "ponderação sobre", + "weight_off": "ponderação desligada", "km200.csv": "ler entidades do arquivo km200.csv", "km200_active": "Gateway KM200 ativo", "km200_entry": "novo ponto de entrada KM200", @@ -64,22 +73,16 @@ "recordings_format": "formato de estados simples sem db", "returntemp": "temperatura de retorno", "room": "atributos de estado: sala", + "tit_on": "sobre", + "tit_off": "desligado", + "save_settemp": "savesettemp", "states_reorg": "excluir estados na inicialização", "states_undefined": "criar estados para telegramas indefinidos", "statistics": "criar estatísticas - as partidas da caldeira precisam de banco de dados ativo", "supplytemp": "temperatura de fornecimento", "syslog": "servidor syslog ativo?", "syslog_port": "porta syslog", - "tit_off": "desligado", - "tit_on": "sobre", + "switch_programs": "Alternar programas", "warn_cancel": "Cancelar", - "warn_ok": "Ignorar aviso", - "heat_demand": "Demanda de calor", - "state_attribute": "Atributo de estado", - "set_temp": "definir temperatura", - "actual_temp": "temperatura real", - "weight": "ponderação", - "weight_on": "ponderando", - "weight_off": "pesando", - "heating_circuits": "Circuitos de aquecimento" + "warn_ok": "Ignorar aviso" } diff --git a/admin/i18n/ru/translations.json b/admin/i18n/ru/translations.json index 5017620..969c04a 100644 --- a/admin/i18n/ru/translations.json +++ b/admin/i18n/ru/translations.json @@ -46,7 +46,16 @@ "function": "Атрибуты состояния: функция", "gateway": "прочитать состояния со шлюза и создать файл km200.csv", "gateway_pw": "пароль шлюза", + "heat_demand": "Потребность в тепле", "heatdemand": "Расчет и управление теплопотреблением активны", + "state_attribute": "Государственный атрибут", + "set_temp": "установить температуру", + "actual_temp": "фактическая температура", + "heating_circuits": "контуры отопления", + "hc": "hc", + "weight": "взвешивание", + "weight_on": "взвешивание на", + "weight_off": "взвешивание выключенный", "km200.csv": "читать объекты из файла km200.csv", "km200_active": "Шлюз KM200 активен", "km200_entry": "новая точка входа КМ200", @@ -64,22 +73,16 @@ "recordings_format": "простой формат состояний без базы данных", "returntemp": "температура возврата", "room": "государственная атрибутика: комната", + "tit_on": "на", + "tit_off": "выключенный", + "save_settemp": "savesettemp", "states_reorg": "удалять состояния при запуске", "states_undefined": "создавать состояния для неопределенных телеграмм", "statistics": "создать статистику - для запуска котла необходима активная база данных", "supplytemp": "температура подачи", "syslog": "сервер системного журнала активен?", "syslog_port": "порт системного журнала", - "tit_off": "выключенный", - "tit_on": "на", + "switch_programs": "Переключение программ", "warn_cancel": "Отмена", - "warn_ok": "Игнорировать предупреждение", - "heat_demand": "Потребность в тепле", - "state_attribute": "Государственный атрибут", - "set_temp": "установить температуру", - "actual_temp": "фактическая температура", - "weight": "взвешивание", - "weight_on": "вес на", - "weight_off": "взвешивание", - "heating_circuits": "Отопительные контуры" + "warn_ok": "Игнорировать предупреждение" } diff --git a/admin/i18n/uk/translations.json b/admin/i18n/uk/translations.json index a86f134..a0e4dbd 100644 --- a/admin/i18n/uk/translations.json +++ b/admin/i18n/uk/translations.json @@ -46,7 +46,16 @@ "function": "атрибути стану: функція", "gateway": "читати стани зі шлюзу та створювати файл km200.csv", "gateway_pw": "пароль шлюзу", + "heat_demand": "контури опалення", "heatdemand": "Розрахунок потреби в теплі та контроль активні", + "state_attribute": "Атрибут стану", + "set_temp": "встановити темп", + "actual_temp": "фактична темп", + "heating_circuits": "контури опалення", + "hc": "hc", + "weight": "зважування", + "weight_on": "зважування на", + "weight_off": "зважування вимкнено", "km200.csv": "читати сутності з файлу km200.csv", "km200_active": "Активний шлюз KM200", "km200_entry": "нова точка входу KM200", @@ -64,22 +73,16 @@ "recordings_format": "простий формат станів без db", "returntemp": "повернення темп", "room": "державні атрибути: кімн", + "tit_on": "на", + "tit_off": "вимкнено", + "save_settemp": "savesettemp", "states_reorg": "видалити стани під час запуску", "states_undefined": "створити стани для невизначених телеграм", "statistics": "створити статистику - для запуску котла потрібна активна база даних", "supplytemp": "температура подачі", "syslog": "сервер syslog активний?", "syslog_port": "порт системного журналу", - "tit_off": "вимкнено", - "tit_on": "на", + "switch_programs": "Перемикання програм", "warn_cancel": "Скасувати", - "warn_ok": "Ігнорувати попередження", - "heat_demand": "Попит на тепло", - "state_attribute": "Атрибут стану", - "set_temp": "встановити темп", - "actual_temp": "фактична темп", - "weight": "зважування", - "weight_on": "зважування на", - "weight_off": "зважування", - "heating_circuits": "Контури опалення" + "warn_ok": "Ігнорувати попередження" } diff --git a/admin/i18n/zh-cn/translations.json b/admin/i18n/zh-cn/translations.json index 16c282c..9cdd6ca 100644 --- a/admin/i18n/zh-cn/translations.json +++ b/admin/i18n/zh-cn/translations.json @@ -46,7 +46,16 @@ "function": "状态属性:函数", "gateway": "从网关读取状态并创建 km200.csv 文件", "gateway_pw": "网关密码", + "heat_demand": "熱需求", "heatdemand": "热需求计算和控制主动", + "state_attribute": "狀態屬性", + "set_temp": "設定溫度", + "actual_temp": "實際溫度", + "heating_circuits": "加熱電路", + "hc": "hc", + "weight": "加權", + "weight_on": "加權 在", + "weight_off": "加權 離開", "km200.csv": "从 km200.csv 文件读取实体", "km200_active": "KM200网关激活", "km200_entry": "新的 KM200 入口点", @@ -65,21 +74,15 @@ "returntemp": "返回温度", "room": "状态属性:房间", "states_reorg": "启动时删除状态", + "tit_on": "在", + "tit_off": "离开", + "save_settemp": "savesettemp", "states_undefined": "为未定义的电报创建状态", "statistics": "创建统计数据 - 锅炉启动需要活动数据库", "supplytemp": "供应温度", "syslog": "系统日志服务器处于活动状态吗?", "syslog_port": "系统日志端口", - "tit_off": "离开", - "tit_on": "在", + "switch_programs": "切換程式", "warn_cancel": "取消", - "warn_ok": "忽略警告", - "heat_demand": "热需求", - "state_attribute": "状态属性", - "set_temp": "设定温度", - "actual_temp": "实际温度", - "weight": "加权", - "weight_on": "权重于", - "weight_off": "减重", - "heating_circuits": "加热电路" + "warn_ok": "忽略警告" } diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 68bf30c..6b9d049 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -547,25 +547,29 @@ "options": [ { "label": { - "en": "hc1" + "en": "hc1", + "de": "HK1" }, "value": "hc1" }, { "label": { - "en": "hc2" + "en": "hc2", + "de": "HK2" }, "value": "hc2" }, { "label": { - "en": "hc3" + "en": "hc3", + "de": "HK3" }, "value": "hc3" }, { "label": { - "en": "hc4" + "en": "hc4", + "de": "HK4" }, "value": "hc4" } @@ -634,25 +638,29 @@ "options": [ { "label": { - "en": "hc1" + "en": "hc1", + "de": "HK1" }, "value": "hc1" }, { "label": { - "en": "hc2" + "en": "hc2", + "de": "HK2" }, "value": "hc2" }, { "label": { - "en": "hc3" + "en": "hc3", + "de": "HK3" }, "value": "hc3" }, { "label": { - "en": "hc4" + "en": "hc4", + "de": "HK4" }, "value": "hc4" } @@ -808,7 +816,7 @@ "type": "checkbox", "attr": "savesettemp", "width": "5%", - "title": "savesettemp", + "title": "save_settemp", "filter": false, "sort": false, "default": "" @@ -1096,7 +1104,7 @@ "sm": 12, "md": 12, "lg": 12, - "label": "switchPrograms", + "label": "switch_programs", "style": { "fontSize": 8 },