|
14 | 14 | "onlyFlagDescription": "Migrate a single element: os | ip | fc | dr | autonumber", |
15 | 15 | "invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr | autonumber", |
16 | 16 | "couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses", |
17 | | - "couldNotTruncate": "Could not truncate {0}", |
| 17 | + "couldNotTruncate": "Could not truncate %s", |
18 | 18 | "couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.", |
19 | 19 | "invalidNameTypeSubtypeOrLanguage": "Not a valid Name, Type, SubType or Language", |
20 | 20 | "invalidOrRepeatingOmniscriptElementNames": "Invalid or Repeating Element Names for Same OmniScript", |
|
95 | 95 | "fileUpdatedToAllowCalls": "File will be updated to allow calls", |
96 | 96 | "fileImplementsVlocityOpenInterface": "File %s implements VlocityOpenInterface no changes will be applied", |
97 | 97 | "methodCallBundleNameUpdated": "Method call bundle name will be updated in %s for class %s method %s", |
98 | | - "cardNameChangeMessage": "Card name will be changed from {0} to {1} to follow API naming standards", |
99 | | - "authordNameChangeMessage": "Author name will be changed from {0} to {1} to follow API naming standards", |
| 98 | + "cardNameChangeMessage": "Card name will be changed from %s to %s to follow API naming standards", |
| 99 | + "authordNameChangeMessage": "Author name will be changed from %s to %s to follow API naming standards", |
| 100 | + "omniScriptNameChangeMessage": "OmniScript reference part %s will be changed to %s during migration.", |
| 101 | + "dataRaptorNameChangeMessage": "DataRaptor reference %s will be changed to %s during migration.", |
| 102 | + "integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.", |
| 103 | + "integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.", |
| 104 | + "duplicateCardNameMessage": "Potential duplicate: Another card has the same name %s after name cleaning. This may cause conflicts during migration", |
100 | 105 | "globalAutoNumberNameChangeMessage": "GlobalAutoNumber name will be changed from %s to %s to follow API naming standards", |
101 | 106 | "duplicateGlobalAutoNumberNameMessage": "Potential duplicate: Another Global Auto Number has the same name %s after name cleaning. This may cause conflicts during migration", |
102 | | - "omniScriptNameChangeMessage": "OmniScript reference part {0} will be changed to {1} during migration.", |
103 | | - "dataRaptorNameChangeMessage": "DataRaptor reference {0} will be changed to {1} during migration.", |
104 | | - "integrationProcedureNameChangeMessage": "Integration Procedure reference {0} will be changed to {1} during migration.", |
105 | | - "integrationProcedureManualUpdateMessage": "Integration Procedure reference {0} may need manual updates after migration.", |
106 | | - "duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration", |
| 107 | + |
107 | 108 | "existingApexPrompt": "Do you have a sfdc project that already contains the APEX classes retrieved from your org? [y/n]", |
108 | 109 | "enterExistingProjectPath": "Enter the path to the project folder that contains the retrieved APEX classes:", |
109 | 110 | "invalidProjectFolderPath": "Provided project folder does not exist. Please provide a valid project folder path", |
|
117 | 118 | "failedToGetValidProjectPath": "Failed to get valid project path", |
118 | 119 | "errorRunningAssess": "Error running assess", |
119 | 120 | "enableVerboseOutput": "Enable verbose output", |
120 | | - "apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class {0} but not applied (assessment mode)", |
121 | | - "apexFileHasMultipleInterfaces": "File {0} has multiple interfaces including Callable, standardizing to System.Callable only", |
122 | | - "apexFileImplementsVlocityOpenInterface2": "File {0} implements VlocityOpenInterface2, replacing with System.Callable", |
| 121 | + "apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class %s but not applied (assessment mode)", |
| 122 | + "apexFileHasMultipleInterfaces": "File %s has multiple interfaces including Callable, standardizing to System.Callable only", |
| 123 | + "apexFileImplementsVlocityOpenInterface2": "File %s implements VlocityOpenInterface2, replacing with System.Callable", |
123 | 124 | "errorParsingHtmlTemplate": "Error while parsing template", |
124 | 125 | "errorParsingData": "Error while parsing data for template", |
125 | | - "errorGeneratingHTML": "Error while generating HTML from template for {} with properties {}", |
| 126 | + "errorGeneratingHTML": "Error while generating HTML from template for %s with properties %s", |
126 | 127 | "unexpectedError": "Unexpected Assessment error", |
127 | | - "errorEvaluatingExpression": "Error evaluating expression: {0}, {1}", |
| 128 | + "errorEvaluatingExpression": "Error evaluating expression: %s, %s", |
128 | 129 | "retrievingFlexiPages": "Retrieving FlexiPages", |
129 | 130 | "successfullyRetrievedFlexiPages": "Successfully retrieved %s FlexiPages", |
130 | 131 | "assessingFlexiPages": "Assessing FlexiPages", |
|
0 commit comments