mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
26 lines
650 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|