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

25 lines
784 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"reauth_confirm": {
"description": "The SmartTub integration needs to re-authenticate your account",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"email": "Email",
"password": "Password"
},
"description": "Enter your SmartTub email address and password to login",
"title": "Login"
}
}
}
}