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

32 lines
875 B
JSON

{
"config": {
"abort": {
"already_configured": "Location is already configured"
},
"error": {
"invalid_api_key": "Invalid API key"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude"
},
"title": "Fill in your information"
}
}
},
"options": {
"step": {
"init": {
"data": {
"from_window": "Starting UV index for the protection window",
"to_window": "Ending UV index for the protection window"
},
"title": "Configure OpenUV"
}
}
}
}