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

26 lines
763 B
JSON

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