|
33 | 33 | "allVersionsDescription": "Migrate all versions of a component", |
34 | 34 | "relatedObjectGA": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, 'flexipage' for FlexiPages, 'expsites' for Experience Sites, or 'apex,lwc,flexipage,expsites' if you want to include all types.", |
35 | 35 | "apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes.", |
36 | | - "invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ", |
| 36 | + "unknownNamespace": "Org doesn't have Omnistudio namespace(s) configured", |
37 | 37 | "noPackageInstalled": "No package installed on given org.", |
38 | 38 | "alreadyStandardModel": "The org is already on standard data model.", |
| 39 | + "noOmniStudioLicenses": "OmniStudio licenses are not found in the org. OmniStudio licenses are required for migration", |
39 | 40 | "invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid options are apex, lwc, expsites, flexipage.", |
40 | 41 | "userConsentMessage": "By proceeding further, you hereby consent to the use, accept changes to your custom code and the accompanying terms and conditions associated with the use of the OmniStudio Migration Tool. Do you want to proceed? [y/n]", |
41 | 42 | "userDeclinedConsent": "User declined consent, will not process %s .", |
|
132 | 133 | "flexipagesWithChanges": "Found %s FlexiPages with changes", |
133 | 134 | "omniGlobalAutoNumberPrefEnabled": "Successfully enabled OmniGlobalAutoNumberPref org preference", |
134 | 135 | "errorEnablingOmniGlobalAutoNumberPref": "We couldn't enable the Omni Global Auto Number setting. Turn on the Omni Global Auto Number setting manually, and try again. See <a href='https://help.salesforce.com/s/articleView?id=xcloud.os_standard_global_auto_number.htm&type=5' target='_blank'>Set Up Omni Global Auto Number</a>.", |
135 | | - "performingPreMigrationChecks": "Performing pre-migration checks for Omni Global Auto Number...", |
| 136 | + "performingPreMigrationChecks": "Performing pre-migration checks for Omni Global Auto Number", |
136 | 137 | "preMigrationChecksPassed": "Pre-migration checks passed. Proceeding with Omni Global Auto Number migration.", |
137 | 138 | "preMigrationChecksFailed": "Pre-migration checks failed. Migration cannot proceed.", |
138 | 139 | "globalAutoNumberPrefEnabledError": "The Omni Global Auto Number setting is enabled and global auto numbers have already been migrated.", |
139 | 140 | "bothRollbackFlagsEnabledError": "We couldn't turn on Omni Global Auto Number. Disable the RollBackDRChanges and RollBackIPChanges <a href='https://help.salesforce.com/s/articleView?id=xcloud.os_standard_global_auto_number.htm&type=5' target='_blank'>Omni Interaction Configurations</a>, and try again.", |
140 | 141 | "rollbackIPFlagEnabledError": "We couldn't turn on Omni Global Auto Number. Disable the RollBackIPChanges <a href='https://help.salesforce.com/s/articleView?id=xcloud.os_standard_global_auto_number.htm&type=5' target='_blank'>Omni Interaction Configurations</a> and try again.", |
141 | 142 | "rollbackDRFlagEnabledError": "We couldn't turn on Omni Global Auto Number. Disable the RollBackDRChanges <a href='https://help.salesforce.com/s/articleView?id=xcloud.os_standard_global_auto_number.htm&type=5' target='_blank'>Omni Interaction Configurations</a> and try again.", |
142 | 143 | "errorCheckingRollbackFlags": "Error checking rollback flags status.", |
143 | | - "startingPostMigrationCleanup": "Starting post-migration cleanup for Omni Global Auto Number...", |
| 144 | + "startingPostMigrationCleanup": "Starting post-migration cleanup for Omni Global Auto Number", |
144 | 145 | "postMigrationCleanupCompleted": "Post-migration cleanup completed successfully.", |
145 | 146 | "errorDuringPostMigrationCleanup": "We’ve encountered an error during the post-migration cleanup. Try again later.", |
146 | 147 | "duplicatedGlobalAutoNumberName": "Duplicated Omni Global Auto Number name", |
|
0 commit comments