core/homeassistant/components/openweathermap/strings.json

36 lines
1.1 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "OpenWeatherMap integration for these coordinates is already configured."
},
"error": {
"auth": "API key is not correct.",
"connection": "Can't connect to OWM API"
},
"step": {
"user": {
"data": {
"api_key": "OpenWeatherMap API key",
"language": "Language",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::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"
}
}
}
}
}