core/homeassistant/components/smhi/translations/en.json

21 lines
534 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"name_exists": "Name already exists",
"wrong_location": "Location Sweden only"
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Name"
},
"title": "Location in Sweden"
}
}
}
}