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

37 lines
1.3 KiB
JSON
Raw Normal View History

{
"config": {
2019-10-07 00:32:19 +00:00
"abort": {
2020-12-17 00:02:51 +00:00
"already_configured": "Device is already configured",
"authorize_url_timeout": "Timeout generating authorize URL.",
2020-12-17 00:02:51 +00:00
"invalid_auth": "Invalid authentication",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"reauth_successful": "Re-authentication was successful"
2019-10-07 00:32:19 +00:00
},
"create_entry": {
"default": "Successfully authenticated"
2019-10-07 00:32:19 +00:00
},
2020-12-17 00:02:51 +00:00
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
},
"reauth_confirm": {
2020-12-17 00:02:51 +00:00
"title": "Do you want to start set up?"
},
"user": {
"data": {
"password": "Password",
"username": "Username",
"vendor": "Vendor"
},
"description": "See [Neato documentation]({docs_url}).",
"title": "Neato Account Info"
}
2020-04-15 16:51:07 +00:00
}
},
"title": "Neato Botvac"
}