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

24 lines
641 B
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"device_automation": {
2019-11-08 00:32:12 +00:00
"action_type": {
"lock": "Sperre {entity_name}",
"open": "\u00d6ffne {entity_name}",
"unlock": "Entsperre {entity_name}"
},
2019-10-16 00:32:17 +00:00
"condition_type": {
"is_locked": "{entity_name} ist gesperrt",
"is_unlocked": "{entity_name} ist entsperrt"
2019-11-08 00:32:12 +00:00
},
"trigger_type": {
"locked": "{entity_name} gesperrt",
"unlocked": "{entity_name} entsperrt"
2019-10-16 00:32:17 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "Verriegelt",
"unlocked": "Entriegelt"
}
},
2020-04-16 20:00:10 +00:00
"title": "Schloss"
2019-10-16 00:32:17 +00:00
}