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

27 lines
917 B
JSON

{
"config": {
"abort": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"create_entry": {
"default": "To set advanced options, see [Life360 documentation]({docs_url})."
},
"error": {
"already_configured": "Account is already configured",
"invalid_auth": "Invalid authentication",
"invalid_username": "Invalid username",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "To set advanced options, see [Life360 documentation]({docs_url}).\nYou may want to do that before adding accounts.",
"title": "Life360 Account Info"
}
}
}
}