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

21 lines
534 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
2022-01-18 00:15:38 +00:00
"name_exists": "Name already exists",
2018-10-10 12:25:21 +00:00
"wrong_location": "Location Sweden only"
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
2022-01-18 00:15:38 +00:00
"longitude": "Longitude",
"name": "Name"
},
"title": "Location in Sweden"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}