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

19 lines
642 B
JSON
Raw Normal View History

2020-04-20 23:33:54 +00:00
{
2021-11-25 00:13:33 +00:00
"device_automation": {
2021-11-27 00:12:17 +00:00
"condition_type": {
"is_home": "{entity_name} \u306f\u3001\u5728\u5b85\u3067\u3059",
"is_not_home": "{entity_name} \u306f\u3001\u4e0d\u5728\u3067\u3059"
},
2021-11-25 00:13:33 +00:00
"trigger_type": {
2021-11-28 00:14:19 +00:00
"enters": "{entity_name} \u304c\u30be\u30fc\u30f3\u306b\u5165\u308b",
"leaves": "{entity_name} \u304c\u30be\u30fc\u30f3\u304b\u3089\u96e2\u308c\u308b"
2021-11-25 00:13:33 +00:00
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "\u5728\u5b85",
2021-11-30 00:13:53 +00:00
"not_home": "\u96e2\u5e2d(away)"
2020-04-20 23:33:54 +00:00
}
2021-11-20 00:12:27 +00:00
},
"title": "\u30c7\u30d0\u30a4\u30b9\u30c8\u30e9\u30c3\u30ab\u30fc"
2020-04-20 23:33:54 +00:00
}