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

22 lines
606 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Location is already configured"
},
"error": {
"identifier_exists": "Coordinates already registered",
"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
}
2020-04-16 20:00:10 +00:00
}
}