core/homeassistant/components/neato/strings.json

25 lines
614 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"title": "Neato Account Info",
"data": {
"username": "Username",
"password": "Password",
"vendor": "Vendor"
},
"description": "See [Neato documentation]({docs_url})."
}
},
"error": {
"invalid_credentials": "Invalid credentials",
"unexpected_error": "Unexpected error"
},
"create_entry": { "default": "See [Neato documentation]({docs_url})." },
"abort": {
"already_configured": "Already configured",
"invalid_credentials": "Invalid credentials"
}
}
}