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

22 lines
628 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"email": "Email",
"password": "Password"
},
"description": "Enter your SmartTub email address and password to login",
"title": "Login"
}
}
}
}