|
29 | 29 | "allVersionsDescription": "Migrate all versions of a component", |
30 | 30 | "changeMessage": " %s will be changed from %s to %s", |
31 | 31 | "angularOSWarning": " Angular OmniScript will not be migrated, please convert this to LWC based Omniscript", |
32 | | - "apexLwc": "Please select the type of components to assess: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.", |
| 32 | + "apexLwcGA": "Please select the type of component to assess: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.", |
| 33 | + "apexLwc": "Please select the type of component to assess: 'apex' for Apex classes.", |
33 | 34 | "invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ", |
34 | 35 | "noPackageInstalled": "No package installed on given org.", |
35 | 36 | "alreadyStandardModel": "The org is already on standard data model.", |
36 | | - "invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid options are apex, lwc.", |
| 37 | + "invalidRelatedObjectsOptionGA": "Invalid option provided for -r: %s. Valid options are apex, lwc.", |
| 38 | + "invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid option is apex.", |
37 | 39 | "formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s", |
38 | 40 | "errorDuringFlexCardAssessment": "Error during FlexCard assessment", |
39 | 41 | "errorDuringOmniScriptAssessment": "Error during OmniScript assessment", |
|
81 | 83 | "errorProcessingFiles": "Error in processing files: %s", |
82 | 84 | "startingProcessRelatedObjects": "Starting processRelatedObjects for %s in project path: %s", |
83 | 85 | "errorProcessingApexFile": "Error processing Apex file: %s", |
84 | | - "fileUpdatedToAllowRemoteCalls": "File updated to allow remote calls", |
85 | | - "fileUpdatedToAllowCalls": "File updated to allow calls", |
86 | | - "fileImplementsVlocityOpenInterface": "file %s implements VlocityOpenInterface no changes will be applied", |
| 86 | + "fileUpdatedToAllowRemoteCalls": "File will be updated to allow remote calls", |
| 87 | + "fileUpdatedToAllowCalls": "File will be updated to allow calls", |
| 88 | + "fileImplementsVlocityOpenInterface": "File %s implements VlocityOpenInterface no changes will be applied", |
87 | 89 | "methodCallBundleNameUpdated": "Method call bundle name will be updated in %s for class %s method %s", |
88 | 90 | "cardNameChangeMessage": "Card name will be changed from {0} to {1} to follow API naming standards", |
89 | 91 | "authordNameChangeMessage": "Author name will be changed from {0} to {1} to follow API naming standards", |
|
0 commit comments