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

23 lines
652 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{model} ({host})",
"step": {
"user": {
"data": {
"host": "Host"
}
},
"zeroconf_confirm": {
"description": "Do you want to add Pure Energie Meter (`{model}`) to Home Assistant?",
"title": "Discovered Pure Energie Meter device"
}
}
}
}