Feature: Added italian display translation

This commit is contained in:
Thomas Basler 2024-10-25 22:42:47 +02:00
parent 8452a8d110
commit 8566b08723

View File

@ -3,6 +3,16 @@
"name": "Italiano", "name": "Italiano",
"code": "it" "code": "it"
}, },
"display": {
"date_format": "%d/%m/%Y %H:%M",
"offline": "Offline",
"power_w": "%.0f W",
"power_kw": "%.1f kW",
"yield_today_wh": "oggi: %4.0f Wh",
"yield_today_kwh": "oggi: %.1f kWh",
"yield_total_kwh": "totale: %.1f kWh",
"yield_total_mwh": "totale: %.0f kWh"
},
"webapp": { "webapp": {
"menu": { "menu": {
"LiveView": "Dati in tempo reale", "LiveView": "Dati in tempo reale",