mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-25 09:33:35 +05:00
Compare commits
2 Commits
2ffcda58ac
...
62446a9a30
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62446a9a30 | ||
|
|
caa83f24a5 |
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user