16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": { "username": "Username/Email Address", "password": "Password" }
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_credentials": "Invalid username or password",
|
|
"no_devices": "No devices found in account"
|
|
},
|
|
"abort": { "already_configured": "This username is already in use." }
|
|
}
|
|
}
|