31 lines
898 B
JSON
31 lines
898 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"no_server_found": "No LMS server found."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"no_server_found": "Could not automatically discover server.",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "{host}",
|
|
"step": {
|
|
"edit": {
|
|
"data": {
|
|
"host": "Host",
|
|
"password": "Password",
|
|
"port": "Port",
|
|
"username": "Username"
|
|
},
|
|
"title": "Edit connection information"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |