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

19 lines
509 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} je doma",
"is_not_home": "{entity_name} nen\u00ed doma"
2020-11-10 00:04:21 +00:00
},
"trigger_type": {
"enters": "{entity_name} vstupuje do z\u00f3ny",
"leaves": "{entity_name} opou\u0161t\u00ed z\u00f3nu"
2019-10-29 00:32:16 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "Doma",
"not_home": "Pry\u010d"
}
},
2020-04-16 20:00:10 +00:00
"title": "Sledova\u010d za\u0159\u00edzen\u00ed"
2019-10-29 00:32:16 +00:00
}