core/homeassistant/components/brottsplatskartan/strings.json

27 lines
586 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
},
"step": {
"user": {
"data": {
"location": "[%key:common::config_flow::data::location%]",
"area": "Area"
},
"data_description": {
"location": "Put marker on location to cover within 5km radius",
"area": "If area is selected, any marked location is ignored"
}
}
}
},
"selector": {
"areas": {
"options": {
"none": "No area"
}
}
}
}