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

47 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_setup": "Add your Adam instead of your Anna, see the Home Assistant Plugwise integration documentation for more information",
"unknown": "Unexpected error"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"flow_type": "Connection type",
"host": "IP Address",
"password": "Smile ID",
"port": "Port",
"username": "Smile Username"
},
"description": "Please enter",
"title": "Connect to the Smile"
},
"user_gateway": {
"data": {
"host": "IP Address",
"password": "Smile ID",
"port": "Port",
"username": "Smile Username"
},
"description": "Please enter",
"title": "Connect to the Smile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Scan Interval (seconds)"
},
"description": "Adjust Plugwise Options"
}
}
}
}