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

22 lines
614 B
JSON
Raw Normal View History

{
"config": {
2021-04-08 00:03:23 +00:00
"abort": {
"no_home": "No home coordinates are set in the Home Assistant configuration"
},
"error": {
2020-11-11 11:10:09 +00:00
"already_configured": "Service is already configured"
},
"step": {
"user": {
"data": {
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Name"
},
"description": "Meteorologisk institutt",
"title": "Location"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}