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

20 lines
492 B
JSON
Raw Normal View History

2021-02-22 18:53:57 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
}
}
}
}
2021-02-23 00:05:06 +00:00
}