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

19 lines
474 B
JSON

{
"device_automation": {
"condition_type": {
"is_home": "{entity_name} is thuis",
"is_not_home": "{entity_name} is niet thuis"
},
"trigger_type": {
"enters": "{entity_name} gaat een zone binnen",
"leaves": "{entity_name} verlaat een zone"
}
},
"state": {
"_": {
"home": "Thuis",
"not_home": "Afwezig"
}
},
"title": "Apparaattracker"
}