28 lines
842 B
JSON
28 lines
842 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"old_firmware": "Unsupported old firmware on the Bond device - please upgrade before continuing",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "{name} ({host})",
|
|
"step": {
|
|
"confirm": {
|
|
"data": {
|
|
"access_token": "Access Token"
|
|
},
|
|
"description": "Do you want to set up {name}?"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"access_token": "Access Token",
|
|
"host": "Host"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |