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

17 lines
469 B
JSON
Raw Normal View History

{
"config": {
2020-08-27 00:04:55 +00:00
"abort": {
"already_configured": "Device is already configured",
"no_stations": "No flood monitoring stations found."
},
"step": {
"user": {
"data": {
"station": "Station"
2020-08-27 00:04:55 +00:00
},
"description": "Select the station you want to monitor",
"title": "Track a flood monitoring station"
}
}
}
2020-08-27 00:04:55 +00:00
}