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

22 lines
606 B
JSON

{
"config": {
"abort": {
"already_configured": "Location is already configured"
},
"error": {
"identifier_exists": "Coordinates already registered",
"invalid_api_key": "Invalid API key"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude"
},
"title": "Fill in your information"
}
}
}
}