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

29 lines
825 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"create_entry": {
"default": "Successfully authenticated"
2020-11-26 00:03:15 +00:00
},
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"reauth_confirm": {
2020-11-26 00:03:15 +00:00
"data": {
"password": "Password"
},
2021-02-24 00:04:14 +00:00
"description": "Authentication tokens became invalid, login to recreate them."
2020-11-26 00:03:15 +00:00
},
"user": {
"data": {
"password": "Password",
"url": "Website",
"username": "Username"
}
}
}
}
}