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

42 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"flow_type": "Connection type"
},
"description": "Product:",
"title": "Plugwise type"
},
"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"
}
}
}
}