core/homeassistant/components/life360/strings.json

28 lines
817 B
JSON

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