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

20 lines
501 B
JSON
Raw Normal View History

{
2020-08-31 00:03:01 +00:00
"config": {
"abort": {
"already_configured_account": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
}
}
}
}
}