ha-2gis-weather/custom_components/two_gis_weather/strings.json
2025-11-04 11:21:01 +06:00

33 lines
677 B
JSON

{
"config": {
"step": {
"user": {
"title": "2GIS Weather",
"description": "Configure 2GIS Weather integration",
"data": {
"api_key": "API key",
"name": "Name",
"latitude": "Latitude",
"longitude": "Longitude",
"language": "Language"
}
}
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid API key",
"unknown": "Unexpected error"
}
},
"options": {
"step": {
"init": {
"data": {
"update_interval": "Update interval (minutes)",
"language": "Language"
}
}
}
}
}