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

22 lines
614 B
JSON

{
"config": {
"abort": {
"no_home": "No home coordinates are set in the Home Assistant configuration"
},
"error": {
"already_configured": "Service is already configured"
},
"step": {
"user": {
"data": {
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Name"
},
"description": "Meteorologisk institutt",
"title": "Location"
}
}
}
}