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

27 lines
917 B
JSON
Raw Normal View History

2019-06-06 23:07:15 +00:00
{
2019-06-14 21:53:13 +00:00
"config": {
"abort": {
2020-10-19 00:03:28 +00:00
"invalid_auth": "Invalid authentication",
2020-11-11 11:10:09 +00:00
"unknown": "Unexpected error"
2019-06-06 23:07:15 +00:00
},
2019-06-14 21:53:13 +00:00
"create_entry": {
"default": "To set advanced options, see [Life360 documentation]({docs_url})."
},
"error": {
2020-10-29 00:09:16 +00:00
"already_configured": "Account is already configured",
2020-10-19 00:03:28 +00:00
"invalid_auth": "Invalid authentication",
2019-06-14 21:53:13 +00:00
"invalid_username": "Invalid username",
2020-11-11 11:10:09 +00:00
"unknown": "Unexpected error"
2019-06-14 21:53:13 +00:00
},
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-08-15 21:04:03 +00:00
}