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

21 lines
569 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"email": "Email",
"password": "Password"
},
"title": "Connect to your Sense Energy Monitor"
}
}
}
}