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

24 lines
635 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-09-09 00:03:44 +00:00
"device_automation": {
"action_type": {
"toggle": "Commuta {entity_name}",
"turn_off": "Disattivare {entity_name}",
"turn_on": "Attivare {entity_name}"
},
"condition_type": {
"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-20 23:33:54 +00:00
"state": {
"_": {
"off": "Spento",
"on": "Acceso"
}
},
2020-04-16 20:00:10 +00:00
"title": "Telecomando"
}