25 lines
839 B
JSON
25 lines
839 B
JSON
{
|
|
"config": {
|
|
"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",
|
|
"unexpected": "Unexpected error communicating with Life360 server"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|