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

29 lines
826 B
JSON
Raw Normal View History

{
2020-08-31 00:03:01 +00:00
"config": {
"abort": {
2020-10-19 00:03:28 +00:00
"already_configured": "Account is already configured",
2020-09-02 00:03:29 +00:00
"cannot_connect": "Failed to connect",
2020-10-07 00:06:20 +00:00
"reauth_successful": "Re-authentication was successful",
2020-09-02 00:03:29 +00:00
"unknown": "Unexpected error"
2020-08-31 00:03:01 +00:00
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth": {
"data": {
"password": "Password",
"username": "Username"
}
},
2020-08-31 00:03:01 +00:00
"user": {
"data": {
"password": "Password",
"username": "Username"
}
}
}
}
}