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

19 lines
475 B
JSON
Raw Normal View History

2019-10-29 00:32:16 +00:00
{
"device_automation": {
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-10-29 00:32:16 +00:00
"is_home": "{entity_name} er hjemme",
"is_not_home": "{entity_name} er ikke hjemme"
2020-11-10 00:04:21 +00:00
},
"trigger_type": {
"enters": "{entity_name} g\u00e5r inn i en sone",
"leaves": "{entity_name} forlater en sone"
2019-10-29 00:32:16 +00:00
}
2020-04-20 23:33:54 +00:00
},
2020-04-29 00:03:31 +00:00
"state": {
"_": {
"home": "Hjemme",
"not_home": "Borte"
}
},
2020-04-20 23:33:54 +00:00
"title": "Enhetssporing"
2019-10-29 00:32:16 +00:00
}