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

20 lines
550 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",
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect"
2019-10-23 20:36:38 +00:00
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "Host",
2019-10-23 20:36:38 +00:00
"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
}