50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Account is already configured",
|
|
"no_services_found": "No services were found for this account",
|
|
"reauth_successful": "Re-authentication was successful"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "Password"
|
|
},
|
|
"description": "Update password for {username}",
|
|
"title": "Reauthenticate Integration"
|
|
},
|
|
"service": {
|
|
"data": {
|
|
"services": "Services"
|
|
},
|
|
"title": "Select Services"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"abort": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"services": "Services"
|
|
},
|
|
"title": "Select Services"
|
|
}
|
|
}
|
|
}
|
|
} |