36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"bad_auth": "Invalid authentication",
|
|
"invalid_auth": "Invalid authentication",
|
|
"invalid_pin": "The provided pin is invalid",
|
|
"network_error": "A network error occurred",
|
|
"no_panel_online": "No online Elmax control panel was found.",
|
|
"unknown": "Unexpected error",
|
|
"unknown_error": "An unexpected error occurred"
|
|
},
|
|
"step": {
|
|
"panels": {
|
|
"data": {
|
|
"panel_id": "Panel ID",
|
|
"panel_name": "Panel Name",
|
|
"panel_pin": "PIN Code"
|
|
},
|
|
"description": "Select which panel you would like to control with this integration. Please note that the panel must be ON in order to be configured.",
|
|
"title": "Panel selection"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
},
|
|
"description": "Please login to the Elmax cloud using your credentials",
|
|
"title": "Account Login"
|
|
}
|
|
}
|
|
},
|
|
"title": "Elmax Cloud Setup"
|
|
} |