1
mirror of https://github.com/home-assistant/core synced 2024-10-13 14:52:10 +02:00
ha-core/homeassistant/components/life360/translations/en.json
2020-11-11 12:10:09 +01:00

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"
}
}
}
}