29 lines
855 B
JSON
29 lines
855 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": "Bond: {bond_id} ({host})",
|
|
"step": {
|
|
"confirm": {
|
|
"data": {
|
|
"access_token": "Access Token"
|
|
},
|
|
"description": "Do you want to set up {bond_id}?"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"access_token": "Access Token",
|
|
"host": "Host"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|