From caa83f24a5e4c330f9e86a14400ed1f36e7ac392 Mon Sep 17 00:00:00 2001 From: Roman Andriadi Date: Sun, 9 Feb 2025 11:58:34 +0000 Subject: [PATCH] Add Italian translation --- src_data/locales/it.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src_data/locales/it.json b/src_data/locales/it.json index d8cbb16..ce27edb 100644 --- a/src_data/locales/it.json +++ b/src_data/locales/it.json @@ -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" + } } } } \ No newline at end of file