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

29 lines
886 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Please reenter the password for: {username}",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Setup your Brunt integration"
}
}
}
}