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

29 lines
825 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"create_entry": {
"default": "Successfully authenticated"
},
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Authentication tokens became invalid, login to recreate them."
},
"user": {
"data": {
"password": "Password",
"url": "Website",
"username": "Username"
}
}
}
}
}