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

20 lines
543 B
JSON
Raw Normal View History

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