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

23 lines
581 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Do you want to setup {name} ({host})?",
"title": "Setup SiteSage Emonitor"
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}