3 Commits

Author SHA1 Message Date
Roman Andriadi
ed7d904105 Merge 62446a9a30 into 80b91d9a01 2025-02-09 12:44:37 +00:00
Roman Andriadi
62446a9a30 Add Russian translation 2025-02-09 12:44:22 +00:00
Roman Andriadi
caa83f24a5 Add Italian translation 2025-02-09 11:58:34 +00:00
2 changed files with 53 additions and 2 deletions

View File

@@ -29,7 +29,8 @@
"wait": "Attendi...",
"uploading": "caricamento...",
"success": "Riuscito",
"error": "Errore"
"error": "Errore",
"send": "Invia"
},
"index": {
@@ -467,6 +468,30 @@
"settingsFile": "Settings file",
"fw": "Firmware",
"fs": "Filesystem"
},
"opentherm_request": {
"title": "Richiesta personalizzata - OpenTherm Gateway",
"name": "Richiesta personalizzata",
"section": {
"read": "Lettura",
"read.desc": "Invia una lettura con un ID messaggio personalizzato"
},
"messageId": "ID messaggio",
"result": {
"valid": "Valido",
"parityValid": "Parità valida",
"responseMessageIdValid": "ID messaggio di risposta valido",
"responseType": "Tipo risposta",
"data": "Valore",
"flags": "Formato flags",
"hex": "Formato esadecimale",
"fixedPoint": "Formato f8.8",
"u8": "Formato due u8",
"s8": "Formato due s8",
"u16": "Formato u16",
"s16": "Formato s16"
}
}
}
}

View File

@@ -29,7 +29,8 @@
"wait": "Пожалуйста, подождите...",
"uploading": "Загрузка...",
"success": "Успешно",
"error": "Ошибка"
"error": "Ошибка",
"send": "Отправить"
},
"index": {
@@ -467,6 +468,31 @@
"settingsFile": "Файл настроек",
"fw": "Прошивка",
"fs": "Файловая система"
},
"opentherm_request": {
"title": "Специальные запросы - OpenTherm Gateway",
"name": "Специальные запросы",
"section": {
"read": "Чтение",
"read.desc": "В этом разделе вы можете отправить запрос на чтение с произвольным message ID."
},
"messageId": "Message ID",
"result": {
"valid": "Ответ верен",
"parityValid": "Чётность верна",
"responseMessageIdValid": "Message ID ответа верно",
"responseType": "Тип ответа",
"data": "Данные",
"flags": "В виде флагов",
"hex": "В шестнадцатеричном виде",
"fixedPoint": "В виде f8.8",
"u8": "В виде двух u8",
"s8": "В виде двух s8",
"u16": "В виде u16",
"s16": "В виде s16"
}
}
}
}