|
51 | 51 | "override": "Override",
|
52 | 52 | "reset": "Reset",
|
53 | 53 | "review": "Review",
|
| 54 | + "retrieve": "Retrieve", |
| 55 | + "retrieveConfigurations": "Retrieve configurations", |
54 | 56 | "save": "Save",
|
55 | 57 | "saveAndReview": "Save and review",
|
| 58 | + "selectAll": "Select all", |
56 | 59 | "saveAsDraft": "Save as draft",
|
57 | 60 | "selectAll_one": "Select all ({{count}} item)",
|
58 | 61 | "selectAll_other": "Select all ({{count}} items)",
|
|
69 | 72 | "view": "View",
|
70 | 73 | "viewErrorReport": "View error report",
|
71 | 74 | "viewArchetypes": "View archetypes",
|
72 |
| - "retrieveConfigurations": "Retrieve configurations", |
73 | 75 | "changeSourcePlatform": "Change source platform",
|
74 | 76 | "generateAssets": "Generate assets"
|
75 | 77 | },
|
|
119 | 121 | },
|
120 | 122 | "dialog": {
|
121 | 123 | "message": {
|
| 124 | + "retrieveConfigurations": "Retrieve runtime configurations from source platforms for the selected applications.", |
122 | 125 | "applicationsBulkDelete": "The selected application(s) will be deleted.",
|
123 | 126 | "TasksBulkCancel": "The selected task(s) will be canceled.",
|
124 | 127 | "delete": "This action cannot be undone.",
|
|
163 | 166 | "newStakeholderGroup": "New stakeholder group",
|
164 | 167 | "newTag": "New Tag",
|
165 | 168 | "newTagCategory": "New tag category",
|
| 169 | + "retrieveConfigurations": "Retrieve configurations", |
166 | 170 | "update": "Update {{what}}",
|
167 | 171 | "updateArchetype": "Update archetype",
|
168 | 172 | "updateApplication": "Update application",
|
|
207 | 211 | "copyAssessmentQuestion": "Copy assessment?",
|
208 | 212 | "couldNotFetchBody": "Resource doesn't exists or you don't have access to it",
|
209 | 213 | "couldNotFetchTitle": "Not available",
|
| 214 | + "configDiscoveryTaskgroupCreationFailed": "Configuration discovery taskgroup creation failed", |
| 215 | + "configDiscoveryTaskgroupSubmitFailed": "Configuration discovery taskgroup submit failed", |
210 | 216 | "duplicateTag": "A tag with this name already exists. Use a different name.",
|
211 | 217 | "duplicateWave": "The migration wave could not be created due to a conflict with an existing wave. Make sure the name and start/end dates are unique and try again.",
|
212 | 218 | "importErrorCheckDocumentation": "For status Error imports, check the documentation to ensure your file is structured correctly.",
|
|
440 | 446 | "name": "Name",
|
441 | 447 | "new": "New",
|
442 | 448 | "none": "None",
|
| 449 | + "noDescription": "No description available", |
443 | 450 | "northboundDependencies": "Northbound dependencies",
|
444 | 451 | "notAvailable": "Not available",
|
445 | 452 | "notConnected": "Not connected",
|
|
660 | 667 | "advancedAnalysisDetails": "Enable enhanced analysis details to get more information about the analysis."
|
661 | 668 | }
|
662 | 669 | },
|
| 670 | + "retrieveConfigWizard": { |
| 671 | + "selectedCount": "{{count}} of {{total}} applications selected", |
| 672 | + "noApplicationsWithSourcePlatforms": "No applications with source platforms selected.", |
| 673 | + "noTasksSubmitted": "No tasks were submitted.", |
| 674 | + "toast": { |
| 675 | + "submittedOk": "Application manifest fetches submitted", |
| 676 | + "submittedFailed": "Application manifest fetches failed" |
| 677 | + }, |
| 678 | + "results": { |
| 679 | + "title": "Configuration Retrieval Results", |
| 680 | + "summary": "Summary of configuration retrieval task submissions.", |
| 681 | + "noResults": "No results available.", |
| 682 | + "failedSubmissions_one": "Failed Submission", |
| 683 | + "failedSubmissions_other": "Failed Submissions ({{count}})", |
| 684 | + "successSubmissions_one": "Success Submission", |
| 685 | + "successSubmissions_other": "Success Submissions ({{count}})" |
| 686 | + }, |
| 687 | + "review": { |
| 688 | + "description_one": "This application is ready to retrieve configurations from its source platform. The application's platform coordinates will be used to connect to the platform and build the application's discovery manifest.", |
| 689 | + "description_other": "These applications are ready to retrieve configurations from their source platforms. The applications' platform coordinates will be used to connect to the platform and build the applications' discovery manifests.", |
| 690 | + "selectedApplications_one": "Selected application", |
| 691 | + "selectedApplications_other": "Selected applications ({{count}})" |
| 692 | + } |
| 693 | + }, |
663 | 694 | "credentials": {
|
664 | 695 | "delete": {
|
665 | 696 | "application_one": "1 application",
|
|
0 commit comments