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

20 lines
637 B
JSON
Raw Normal View History

2018-11-07 09:45:29 +00:00
{
"config": {
"error": {
2020-10-26 00:03:36 +00:00
"already_configured": "Service is already configured",
"cannot_connect": "Failed to connect",
2018-11-07 09:45:29 +00:00
"communication_error": "Unable to communicate with the Luftdaten API",
"invalid_sensor": "Sensor not available or invalid",
"sensor_exists": "Sensor already registered"
},
"step": {
"user": {
"data": {
"show_on_map": "Show on map",
"station_id": "Luftdaten Sensor ID"
},
"title": "Define Luftdaten"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-11-07 09:45:29 +00:00
}