|
30 | 30 | "errorWhileCreatingElements": "We couldn't save elements in your Omniscript. Review these errors:", |
31 | 31 | "allVersionsDescription": "Migrate all versions of a component", |
32 | 32 | "relatedObjectGA": "Select the component type that you want 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.", |
33 | | - "noPackageInstalled": "No managed package found in your org.", |
| 33 | + "noPackageInstalled": "No valid package found in your org.", |
34 | 34 | "alreadyStandardModel": "Your org already uses the standard data model.", |
35 | | - "unknownNamespace": "Org doesn't have Omnistudio namespace(s) configured", |
| 35 | + "unknownNamespace": "A valid namespace is not configured in this org. Configure the namespace and try again", |
36 | 36 | "noOmniStudioLicenses": "OmniStudio licenses are not found in the org. OmniStudio licenses are required for migration", |
37 | 37 | "invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid options are apex, lwc, expsites, flexipage.", |
38 | 38 | "userConsentMessage": "By proceeding further, you hereby consent to 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]", |
|
48 | 48 | "operationCancelled": "Operation cancelled.", |
49 | 49 | "errorRunningMigrate": "Migration process failed reason : %s", |
50 | 50 | "exceptionSettingDesignersToStandardDataModel": "We've encountered an exception while configuring the Omnistudio standard designers to use the standard data model. Try again later.", |
51 | | - "enterTargetNamespace": "Enter the target namespace that you want to use for invoking the Apex classes in the Omnistudio managed package.", |
52 | | - "usingTargetNamespace": "Using the target namespace %s for invoking the Apex classes in the Omnistudio managed package.", |
| 51 | + "enterTargetNamespace": "Enter the target namespace that you want to use for invoking the Apex classes in the package.", |
| 52 | + "usingTargetNamespace": "Using the target namespace %s for invoking the Apex classes in the package.", |
53 | 53 | "cleaningComponent": "Cleaning: %s", |
54 | 54 | "cleaningDone": "Cleaning completed: %s", |
55 | 55 | "migratingComponent": "Migrating: %s", |
|
82 | 82 | "deployingMetadata": "Deploying metadata %s to %s", |
83 | 83 | "metadataDeployed": "Metadata %s deployed to %s", |
84 | 84 | "sfProjectCommandError": "Error executing command: %s", |
85 | | - "multiplePackagesFound": "Multiple OmniStudio packages found. Please select one:", |
| 85 | + "multiplePackagesFound": "Multiple packages found. Select one:", |
86 | 86 | "packageSelectionPrompt": "Enter the number of the package to use (1-%s):", |
87 | 87 | "invalidPackageSelection": "Invalid selection. Please enter a number between 1 and %s.", |
88 | 88 | "selectedPackage": "Selected package: %s (Version: %s)", |
|
312 | 312 | "validatingDrVersioningDisabled": "Checking the Data Mapper versioning setting in your org.", |
313 | 313 | "drVersioningDisabled": "Proceeding with the migration as the Data Mapper versioning setting is disabled.", |
314 | 314 | "drVersioningEnabled": "We cannot proceed with the migration as the Data Mapper versioning setting is enabled in your org.", |
315 | | - "errorValidatingDrVersioning": "Failed to verify the status of the Data Mapper versioning setting. Try again later." |
| 315 | + "errorValidatingDrVersioning": "Failed to verify the status of the Data Mapper versioning setting. Try again later.", |
| 316 | + "validatingOmniInteractionConfig": "Validating Omni Interaction Configuration", |
| 317 | + "omniInteractionConfigInvalid": "The Omnistudio Migration Assistant cannot migrate components in your org as your org contains both the Omnistudio Foundation package and Vlocity Industries managed package.", |
| 318 | + "queryResultSize": "Query result size: %s", |
| 319 | + "packagesHaveSameValue": "Both TheFirstInstalledOmniPackage and InstalledIndustryPackage have the same value.", |
| 320 | + "packagesHaveDifferentValue": "Both the InstalledIndustryPackage and TheFirstInstalledOmniPackage have different values.", |
| 321 | + "failedToCheckPackagesValue": "Failed to check the value of packages in Omni Interaction Configuration.", |
| 322 | + "packageDetails": "Your org contains only the TheFirstInstalledOmniPackage Omni Interaction Configuration.", |
| 323 | + "orgUsecaseDetails": "The Org is on %s data model with %s ", |
| 324 | + "globalAutoNumberUnSupportedInOmnistudioPackage": "Omni Global Auto Number is not supported in Omnistudio Foundation package orgs." |
316 | 325 | } |
0 commit comments