|
111 | 111 | "errorParsingData": "Error while parsing data for template", |
112 | 112 | "errorGeneratingHTML": "Error while generating HTML from template for %s with properties %s", |
113 | 113 | "errorEvaluatingExpression": "Error evaluating expression: %s, %s", |
114 | | - "manuallySwitchDesignerToStandardDataModel": "To complete the setup, please manually run the required Apex code to configure OmniStudio Designers to use the Standard Data Model <br> https://help.salesforce.com/s/articleView?id=xcloud.os_migrate_change_the_sobject_data_model_after_migration.htm&type=5", |
115 | 114 | "labelStatusSkipped": "Skipped", |
116 | 115 | "labelStatusFailed": "Failed", |
117 | 116 | "labelStatusComplete": "Complete", |
|
155 | 154 | "relatedObjectsToProcess": "Objects to process are", |
156 | 155 | "consentForExperienceSites": "'By proceeding further, you hereby consent to enable digital experience metadata api(y/n). If y sites will be processed, if n expsites will not be processed';", |
157 | 156 | "failedToGetConsentError": "Failed to get user consent: %s", |
158 | | - "settingDesignersToStandardModel": "Setting designers to use the standard data model", |
159 | | - "errorSettingDesignersToStandardModel": "Error occurred while setting designers to use the standard data model", |
160 | | - "designersSetToStandardModel": "Successfully executed setDesignersToUseStandardDataModel", |
161 | | - "exceptionSettingDesignersToStandardModel": "Exception occurred while setting designers to use the standard data model", |
162 | 157 | "noRelatedObjects": "No related objects to process", |
163 | 158 | "turnOffExperienceBundleAPI": "Since ExperienceSiteMetadata API was programatically enabled, turing it off", |
164 | 159 | "errorRevertingExperienceBundleMetadataAPI": "Exception occurred while reverting metadata API. Please do that manually", |
|
210 | 205 | "startingComponentPreProcessing": "Pre-processing components for name mapping", |
211 | 206 | "completeComponentMappingMessage": "Registered name mappings for %s components", |
212 | 207 | "componentMappingNotFound": "No registry mapping found for %s component: %s, using fallback cleaning", |
213 | | - "flexCardWithAngularOmniScriptWarning": "FlexCard has dependencies on Angular OmniScript(s) which are not migrated. Please convert OmniScript(s) to LWC before migrating this FlexCard.", |
214 | | - "angularOmniScriptDependencyWarning": "Element '%s' references Angular OmniScript '%s' which will not be migrated. Consider converting the referenced OmniScript to LWC", |
215 | | - "skipFlexcardAngularOmniScriptDependencyWarning": "Skipping FlexCard %s due to Angular OmniScript dependencies", |
| 208 | + "flexCardWithAngularOmniScriptWarning": "FlexCard has dependencies on Angular Omniscript(s) which are not migrated. Please convert OmniScript(s) to LWC before migrating this FlexCard.", |
| 209 | + "angularOmniScriptDependencyWarning": "Element '%s' references Angular Omniscript '%s' which will not be migrated. Consider converting the referenced OmniScript to LWC", |
| 210 | + "skipFlexcardAngularOmniScriptDependencyWarning": "Skipping FlexCard %s due to Angular Omniscript dependencies", |
216 | 211 | "flexCardMigrationProcessingMessage": "Processing %s FlexCards for migration (%s skipped due to Angular dependencies)", |
217 | 212 | "noMetadataToDeploy": "No metadata to deploy", |
218 | 213 | "manifestDeployementStarted": "Manifest deployment started with id: %s", |
219 | 214 | "migrationConsentMessage": "Make sure that all records listed in the Assessment Status column in the Assessment Report are marked as Green before proceeding with the migration. Do you want to proceed? Yes or No?", |
220 | 215 | "truncationFailed": "Truncation failed for %s: %s", |
221 | | - "invalidTypeMigrateErrorMessage": "We couldn't migrate your Omnistudio components in the %s namespace. Select the correct namespace and try again" |
| 216 | + "invalidTypeMigrateErrorMessage": "We couldn't migrate your Omnistudio components in the %s namespace. Select the correct namespace and try again", |
| 217 | + "errorCheckingStandardRuntime": "We couldn't check whether the Standard OmniStudio Runtime setting is enabled: %s. Try again later.", |
| 218 | + "checkingStandardRuntimeStatus": "Checking Standard OmniStudio Runtime status...", |
| 219 | + "standardRuntimeAlreadyEnabled": "Standard OmniStudio Runtime is already enabled, no action needed.", |
| 220 | + "standardRuntimeEnabled": "Standard OmniStudio Runtime has been successfully enabled.", |
| 221 | + "errorEnablingStandardRuntime": "Failed to enable Standard OmniStudio Runtime: %s", |
| 222 | + "exceptionEnablingStandardRuntime": "Exception occurred while enabling Standard OmniStudio Runtime: %s", |
| 223 | + "manuallyEnableStandardRuntime": "Please manually enable the Standard OmniStudio Runtime setting in your org's OmniStudio Settings.", |
| 224 | + "standardDesignerAlreadyEnabled": "Standard OmniStudio designer is already enabled, no action needed for package: %s", |
| 225 | + "settingDesignersToStandardModel": "Setting OmniStudio designers to use standard data model", |
| 226 | + "designersSetToStandardModel": "OmniStudio designers have been successfully set to use standard data model.", |
| 227 | + "errorSettingDesignersToStandardModel": "Failed to set designers to standard data model: %s", |
| 228 | + "exceptionSettingDesignersToStandardModel": "Exception occurred while setting designers to standard data model: %s", |
| 229 | + "manuallySwitchDesignerToStandardDataModel": "Please manually switch the OmniStudio designer to use standard data model in your org. Follow the documentation <a href='https://help.salesforce.com/s/articleView?id=xcloud.os_migrate_change_the_sobject_data_model_after_migration.htm&type=5' target='_blank'>here</a>.", |
| 230 | + "checkingStandardDesignerStatus": "Checking if standard designer is already enabled for package: %s", |
| 231 | + "enableStandardRuntimeAfterDesigner": "Standard designer setup successful, proceeding with Standard Runtime enablement", |
| 232 | + "skipStandardRuntimeDueToFailure": "Skipping Standard Runtime enablement due to designer setup failure", |
| 233 | + "errorCheckingStandardDesigner": "Failed to check standard designer status for package %s: %s" |
222 | 234 | } |
0 commit comments