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

23 lines
723 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_station": "Could not find a weather station with the specified name",
"more_stations": "Found multiple weather stations with the specified name"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"conditions": "Monitored conditions",
"name": "Username",
"station": "Station"
}
}
}
}
}