25 lines
859 B
JSON
25 lines
859 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"single_instance_allowed": "Already configured. Only a single configuration possible."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"invalid_format": "Invalid format. Please specify as xxx-xxx.",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"code": "Auth Code (xxx-xxx)"
|
|
},
|
|
"description": "Please enter your personal Auth Code that is shown in the laundrify-App."
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The laundrify integration needs to re-authenticate.",
|
|
"title": "Reauthenticate Integration"
|
|
}
|
|
}
|
|
}
|
|
} |