2020-07-25 22:04:10 +00:00
|
|
|
{
|
2020-07-26 00:04:14 +00:00
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "Account is already configured",
|
2020-10-07 00:06:20 +00:00
|
|
|
"reauth_successful": "Re-authentication was successful"
|
2020-07-25 22:04:10 +00:00
|
|
|
},
|
2020-07-26 00:04:14 +00:00
|
|
|
"error": {
|
2020-10-17 00:06:00 +00:00
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
2020-07-26 00:04:14 +00:00
|
|
|
"project_error": "Could not get project info."
|
2020-07-25 22:04:10 +00:00
|
|
|
},
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{project_url}",
|
2020-07-26 00:04:14 +00:00
|
|
|
"step": {
|
|
|
|
"reauth": {
|
|
|
|
"data": {
|
|
|
|
"personal_access_token": "Personal Access Token (PAT)"
|
|
|
|
},
|
|
|
|
"description": "Authentication failed for {project_url}. Please enter your current credentials.",
|
|
|
|
"title": "Reauthentication"
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"organization": "Organization",
|
|
|
|
"personal_access_token": "Personal Access Token (PAT)",
|
|
|
|
"project": "Project"
|
|
|
|
},
|
|
|
|
"description": "Set up an Azure DevOps instance to access your project. A Personal Access Token is only required for a private project.",
|
|
|
|
"title": "Add Azure DevOps Project"
|
|
|
|
}
|
|
|
|
}
|
2020-11-11 12:25:22 +00:00
|
|
|
}
|
2020-07-26 00:04:14 +00:00
|
|
|
}
|