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

17 lines
507 B
JSON

{
"device_automation": {
"action_type": {
"toggle": "Commuta {entity_name}",
"turn_off": "Spegnere {entity_name}",
"turn_on": "Accendere {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} \u00e8 disattivato",
"is_on": "{entity_name} \u00e8 attivo"
},
"trigger_type": {
"turned_off": "{entity_name} disattivato",
"turned_on": "{entity_name} attivato"
}
}
}