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

28 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"invalid_credentials": "Invalid credentials",
"user_already_configured": "Account has already been configured"
},
"create_entry": {
"default": "To set advanced options, see [Life360 documentation]({docs_url})."
},
"error": {
"invalid_credentials": "Invalid credentials",
"invalid_username": "Invalid username",
"unexpected": "Unexpected error communicating with Life360 server",
"user_already_configured": "Account has already been configured"
},
"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"
}
},
"title": "Life360"
}
}