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

23 lines
689 B
JSON

{
"config": {
"abort": {
"already_configured": "This Smile is already configured"
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication, check the 8 characters of your Smile ID",
"unknown": "Unexpected error"
},
"flow_title": "Smile: {name}",
"step": {
"user": {
"data": {
"host": "Smile IP address",
"password": "Smile ID"
},
"description": "Details",
"title": "Connect to the Smile"
}
}
}
}