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

19 lines
481 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2021-03-16 00:04:36 +00:00
"device_automation": {
"condition_type": {
"is_home": "{entity_name} ada di rumah",
"is_not_home": "{entity_name} tidak ada di rumah"
},
"trigger_type": {
"enters": "{entity_name} memasuki zona",
"leaves": "{entity_name} meninggalkan zona"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
2021-03-16 00:04:36 +00:00
"home": "Di Rumah",
2020-04-20 23:33:54 +00:00
"not_home": "Keluar"
}
},
2020-04-16 20:00:10 +00:00
"title": "Pelacak perangkat"
}