1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/meteo_lt/strings.json
2025-10-28 10:33:10 +01:00

26 lines
650 B
JSON

{
"config": {
"abort": {
"already_configured": "Station is already configured",
"cannot_connect": "Failed to connect to Meteo.lt API",
"no_places_found": "No stations found from the API"
},
"error": {
"cannot_connect": "Failed to connect to Meteo.lt API",
"invalid_location": "Selected station is invalid",
"unknown": "Unexpected error occurred"
},
"step": {
"user": {
"data": {
"place_code": "Station"
},
"data_description": {
"place_code": "Weather station to get data from"
},
"title": "Select station"
}
}
}
}