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

37 lines
1.1 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Service is already configured for these coordinates."
},
"error": {
"auth": "API key is not correct.",
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
"connection": "Can't connect to OWM API",
"invalid_api_key": "Invalid API key"
},
"step": {
"user": {
"data": {
2020-10-04 00:05:05 +00:00
"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"
}
}
}
}
2020-09-05 00:04:17 +00:00
}