ha_gehome/sharkiq/translations/en.json

27 lines
577 B
JSON
Raw Normal View History

2020-07-21 19:05:26 -06:00
{
"title": "Shark IQ",
"config": {
"step": {
"init": {
"data": {
2020-07-21 19:41:16 -06:00
"username": "Username",
"password": "Password"
2020-07-21 19:05:26 -06:00
}
},
"user": {
"data": {
2020-07-21 19:41:16 -06:00
"username": "Username",
"password": "Password"
2020-07-21 19:05:26 -06:00
}
}
},
"error": {
2020-07-21 19:41:16 -06:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
2020-07-21 19:05:26 -06:00
},
"abort": {
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]"
}
}
}