|
13 | 13 | "onlyFlagDescription": "Migrate a single element: os | ip | fc | dr", |
14 | 14 | "invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr", |
15 | 15 | "couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses", |
16 | | - "couldNotTruncate": "Could not truncate {0}", |
| 16 | + "couldNotTruncate": "Could not truncate %s", |
17 | 17 | "couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.", |
18 | 18 | "invalidNameTypeSubtypeOrLanguage": "Not a valid Name, Type, SubType or Language", |
19 | 19 | "invalidOrRepeatingOmniscriptElementNames": "Invalid or Repeating Element Names for Same OmniScript", |
|
79 | 79 | "processingLwcsForAssessment": "Processing LWCs for assessment", |
80 | 80 | "successfullyProcessedLwcsForAssessment": "Successfully processed %s LWCs for assessment", |
81 | 81 | "lwcAssessmentResults": "LWC assessment results: %s", |
82 | | - "errorReadingFiles": "Error in reading files: %s", |
83 | | - "errorProcessingFiles": "Error in processing files: %s", |
| 82 | + "errorReadingFiles": "Error in reading files", |
| 83 | + "errorProcessingFiles": "Error in processing files", |
84 | 84 | "startingProcessRelatedObjects": "Starting processRelatedObjects for %s in project path: %s", |
85 | 85 | "errorProcessingApexFile": "Error processing Apex file: %s", |
86 | 86 | "fileUpdatedToAllowRemoteCalls": "File will be updated to allow remote calls", |
87 | 87 | "fileUpdatedToAllowCalls": "File will be updated to allow calls", |
88 | 88 | "fileImplementsVlocityOpenInterface": "File %s implements VlocityOpenInterface no changes will be applied", |
89 | 89 | "methodCallBundleNameUpdated": "Method call bundle name will be updated in %s for class %s method %s", |
90 | | - "cardNameChangeMessage": "Card name will be changed from {0} to {1} to follow API naming standards", |
91 | | - "authordNameChangeMessage": "Author name will be changed from {0} to {1} to follow API naming standards", |
92 | | - "omniScriptNameChangeMessage": "OmniScript reference part {0} will be changed to {1} during migration.", |
93 | | - "dataRaptorNameChangeMessage": "DataRaptor reference {0} will be changed to {1} during migration.", |
94 | | - "integrationProcedureNameChangeMessage": "Integration Procedure reference {0} will be changed to {1} during migration.", |
95 | | - "integrationProcedureManualUpdateMessage": "Integration Procedure reference {0} may need manual updates after migration.", |
96 | | - "duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration", |
| 90 | + "cardNameChangeMessage": "Card name will be changed from %s to %s to follow API naming standards", |
| 91 | + "authordNameChangeMessage": "Author name will be changed from %s to %s to follow API naming standards", |
| 92 | + "omniScriptNameChangeMessage": "OmniScript reference part %s will be changed to %s during migration.", |
| 93 | + "dataRaptorNameChangeMessage": "DataRaptor reference %s will be changed to %s during migration.", |
| 94 | + "integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.", |
| 95 | + "integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.", |
| 96 | + "duplicateCardNameMessage": "Potential duplicate: Another card has the same name %s after name cleaning. This may cause conflicts during migration", |
97 | 97 | "existingApexPrompt": "Do you have a sfdc project that already contains the APEX classes retrieved from your org? [y/n]", |
98 | 98 | "enterExistingProjectPath": "Enter the path to the project folder that contains the retrieved APEX classes:", |
99 | 99 | "invalidProjectFolderPath": "Provided project folder does not exist. Please provide a valid project folder path", |
|
107 | 107 | "failedToGetValidProjectPath": "Failed to get valid project path", |
108 | 108 | "errorRunningAssess": "Error running assess", |
109 | 109 | "enableVerboseOutput": "Enable verbose output", |
110 | | - "apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class {0} but not applied (assessment mode)", |
111 | | - "apexFileHasMultipleInterfaces": "File {0} has multiple interfaces including Callable, standardizing to System.Callable only", |
112 | | - "apexFileImplementsVlocityOpenInterface2": "File {0} implements VlocityOpenInterface2, replacing with System.Callable", |
| 110 | + "apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class %s but not applied (assessment mode)", |
| 111 | + "apexFileHasMultipleInterfaces": "File %s has multiple interfaces including Callable, standardizing to System.Callable only", |
| 112 | + "apexFileImplementsVlocityOpenInterface2": "File %s implements VlocityOpenInterface2, replacing with System.Callable", |
113 | 113 | "errorParsingHtmlTemplate": "Error while parsing template", |
114 | 114 | "errorParsingData": "Error while parsing data for template", |
115 | | - "errorGeneratingHTML": "Error while generating HTML from template for {} with properties {}", |
| 115 | + "errorGeneratingHTML": "Error while generating HTML from template for %s with properties %s", |
116 | 116 | "unexpectedError": "Unexpected Assessment error", |
117 | | - "errorEvaluatingExpression": "Error evaluating expression: {0}, {1}" |
| 117 | + "errorEvaluatingExpression": "Error evaluating expression: %s, %s" |
118 | 118 | } |
0 commit comments