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

20 lines
550 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "The prefix to be used for your Solar-Log sensors"
},
"title": "Define your Solar-Log connection"
}
}
}
}