17 lines
546 B
JSON
17 lines
546 B
JSON
|
{
|
|||
|
"config": {
|
|||
|
"step": {
|
|||
|
"import_failed": {
|
|||
|
"title": "Failed to import Caséta bridge configuration.",
|
|||
|
"description": "Couldn’t setup bridge (host: {host}) imported from configuration.yaml."
|
|||
|
}
|
|||
|
},
|
|||
|
"error": {
|
|||
|
"cannot_connect": "Failed to connect to Caséta bridge; check your host and certificate configuration."
|
|||
|
},
|
|||
|
"abort": {
|
|||
|
"already_configured": "Caséta bridge already configured.",
|
|||
|
"cannot_connect": "Cancelled setup of Caséta bridge due to connection failure."
|
|||
|
}
|
|||
|
}
|
|||
|
}
|