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

20 lines
625 B
JSON
Raw Normal View History

{
2019-10-23 20:36:38 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect, please verify host address"
},
"step": {
"user": {
"data": {
"host": "The hostname or ip-address of your Solar-Log device",
"name": "The prefix to be used for your Solar-Log sensors"
},
"title": "Define your Solar-Log connection"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-23 20:36:38 +00:00
}