core/homeassistant/components/water_heater/translations/it.json

19 lines
464 B
JSON
Raw Normal View History

2020-10-27 00:06:28 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "Disattiva {entity_name}",
"turn_on": "Attiva {entity_name}"
}
2021-03-17 00:03:55 +00:00
},
"state": {
"_": {
"eco": "Eco",
"electric": "Elettrico",
"gas": "Gas",
"heat_pump": "Pompa di calore",
"high_demand": "Forte richiesta",
"off": "Spento",
"performance": "Prestazione"
}
2020-10-27 00:06:28 +00:00
}
}