1
mirror of https://github.com/home-assistant/core synced 2024-09-15 17:29:45 +02:00
ha-core/homeassistant/components/switch/translations/it.json
2022-05-19 00:26:11 +00:00

25 lines
716 B
JSON

{
"device_automation": {
"action_type": {
"toggle": "Attiva/Disattiva {entity_name}",
"turn_off": "Disattiva {entity_name}",
"turn_on": "Attiva {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} \u00e8 disattivato",
"is_on": "{entity_name} \u00e8 attivo"
},
"trigger_type": {
"changed_states": "{entity_name} attivata o disattivata",
"turned_off": "{entity_name} disattivato",
"turned_on": "{entity_name} attivato"
}
},
"state": {
"_": {
"off": "Spento",
"on": "Acceso"
}
},
"title": "Interruttore"
}