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

32 lines
875 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Location is already configured"
},
"error": {
"invalid_api_key": "Invalid API key"
},
"step": {
"user": {
"data": {
2020-05-29 00:04:16 +00:00
"api_key": "API Key",
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude"
},
"title": "Fill in your information"
}
2020-04-15 16:51:07 +00:00
}
},
"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"
}
}
2020-04-16 20:00:10 +00:00
}
}