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

24 lines
656 B
JSON
Raw Normal View History

2019-09-10 00:32:37 +00:00
{
"device_automation": {
"action_type": {
"toggle": "Attivare / Disattivare {entity_name}",
"turn_off": "Disattivare {entity_name}",
"turn_on": "Attivare {entity_name}"
},
"condition_type": {
2019-09-20 00:32:11 +00:00
"is_off": "{entity_name} \u00e8 disattivato",
2020-04-08 00:08:19 +00:00
"is_on": "{entity_name} \u00e8 attivo"
2019-09-10 00:32:37 +00:00
},
"trigger_type": {
2019-09-19 00:32:15 +00:00
"turned_off": "{entity_name} disattivato",
"turned_on": "{entity_name} attivato"
2019-09-10 00:32:37 +00:00
}
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": "Interruttore"
2019-09-10 00:32:37 +00:00
}