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

19 lines
482 B
JSON

{
"config": {
"error": {
"name_exists": "Location already exists"
},
"step": {
"user": {
"data": {
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Name"
},
"description": "Meteorologisk institutt",
"title": "Location"
}
}
}
}