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

19 lines
474 B
JSON
Raw Normal View History

2019-11-07 00:32:16 +00:00
{
"device_automation": {
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-07 00:32:16 +00:00
"is_home": "{entity_name} is thuis",
"is_not_home": "{entity_name} is niet thuis"
2020-12-24 00:03:44 +00:00
},
"trigger_type": {
"enters": "{entity_name} gaat een zone binnen",
"leaves": "{entity_name} verlaat een zone"
2019-11-07 00:32:16 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "Thuis",
"not_home": "Afwezig"
}
},
2021-03-23 00:03:29 +00:00
"title": "Apparaattracker"
2019-11-07 00:32:16 +00:00
}