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

17 lines
503 B
JSON
Raw Normal View History

2019-09-07 00:32:45 +00:00
{
"device_automation": {
"action_type": {
2019-09-10 00:32:37 +00:00
"toggle": "Commuta {entity_name}",
"turn_off": "Spegnere {entity_name}",
"turn_on": "Accendere {entity_name}"
2019-09-07 00:32:45 +00:00
},
"condition_type": {
2019-09-10 00:32:37 +00:00
"is_off": "{entity_name} \u00e8 disattivato",
"is_on": "{entity_name} \u00e8 attivo"
2019-09-07 00:32:45 +00:00
},
"trigger_type": {
2019-09-10 00:32:37 +00:00
"turn_off": "{entity_name} disattivato",
"turn_on": "{entity_name} attivato"
2019-09-07 00:32:45 +00:00
}
}
}