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

23 lines
586 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "Spegnere {entity_name}",
"turn_on": "Accendere {entity_name}"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-08 00:32:12 +00:00
"is_off": "{entity_name} \u00e8 spento",
"is_on": "{entity_name} \u00e8 acceso"
},
"trigger_type": {
"turned_off": "{entity_name} disattivato",
"turned_on": "{entity_name} attivato"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "Spento",
"on": "Acceso"
}
},
2020-04-16 20:00:10 +00:00
"title": "Ventilatore"
2019-11-08 00:32:12 +00:00
}