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

23 lines
652 B
JSON
Raw Normal View History

2022-02-19 16:53:25 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"error": {
"cannot_connect": "Failed to connect"
},
2022-02-20 00:20:09 +00:00
"flow_title": "{model} ({host})",
2022-02-19 16:53:25 +00:00
"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"
}
}
}
}