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

37 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Location is already configured"
},
"error": {
"auth": "API key is not correct.",
"cannot_connect": "Failed to connect",
"connection": "Can't connect to OWM API",
"invalid_api_key": "Invalid API key"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"language": "Language",
"latitude": "Latitude",
"longitude": "Longitude",
"mode": "Mode",
"name": "Name of the integration"
},
"description": "Set up OpenWeatherMap integration. To generate API key go to https://openweathermap.org/appid",
"title": "OpenWeatherMap"
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Language",
"mode": "Mode"
}
}
}
}
}