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

24 lines
652 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"device_automation": {
2019-10-24 00:32:18 +00:00
"action_type": {
"lock": "Blocca {entity_name}",
"open": "Apri {entity_name}",
"unlock": "Sblocca {entity_name}"
},
2019-10-19 00:32:15 +00:00
"condition_type": {
"is_locked": "{entity_name} \u00e8 bloccato",
"is_unlocked": "{entity_name} \u00e8 sbloccato"
2019-11-08 00:32:12 +00:00
},
"trigger_type": {
"locked": "{entity_name} \u00e8 bloccato",
"unlocked": "{entity_name} \u00e8 sbloccato"
2019-10-19 00:32:15 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "Bloccato",
"unlocked": "Sbloccato"
}
},
2020-04-16 20:00:10 +00:00
"title": "Serratura"
2019-10-19 00:32:15 +00:00
}