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

19 lines
501 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
2019-12-17 00:32:23 +00:00
"condition_type": {
2021-02-03 10:46:49 +00:00
"is_home": "{entity_name} ist zuhause",
"is_not_home": "{entity_name} ist nicht zuhause"
},
"trigger_type": {
"enters": "{entity_name} betritt einen Bereich",
"leaves": "{entity_name} verl\u00e4sst einen Bereich"
2019-11-08 00:32:12 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "Zu Hause",
"not_home": "Abwesend"
}
},
2020-04-16 20:00:10 +00:00
"title": "Ger\u00e4te-Tracker"
2019-11-08 00:32:12 +00:00
}