You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"duplicatedCardName": "Duplicated Flex Card name %s",
22
+
"duplicatedDrName": "Duplicated DataMapper name %s",
23
+
"duplicatedOSName": "Duplicated %s name %s",
24
24
"duplicatedName": "Duplicated name",
25
-
"errorWhileActivatingOs": "Could not activate OmniScript / Integration Procedure: ",
25
+
"errorWhileActivatingOs": "Could not activate %s: ",
26
26
"errorWhileActivatingCard": "Could not activate Card: ",
27
27
"errorWhileUploadingCard": "An error ocurred while uploading Card: ",
28
-
"errorWhileCreatingElements": "An error ocurred while saving OmniScript elements: ",
28
+
"errorWhileCreatingElements": "An error ocurred while saving %s elements: ",
29
29
"allVersionsDescription": "Migrate all versions of a component",
30
30
"changeMessage": " %s will be changed from %s to %s",
31
-
"angularOSWarning": " Angular OmniScript will not be migrated, please convert this to LWC based Omniscript",
31
+
"angularOSWarning": " Angular Omniscript will not be migrated, please convert this to LWC based Omniscript",
32
32
"relatedObjectGA": "Please select the type of component to assess: 'apex' for Apex classes, 'lwc' for Lightning Web Components, 'flexipage' for FlexiPages, or 'apex,lwc,flexipage' if you want to include all types.",
33
33
"apexLwc": "Please select the type of component to assess: 'apex' for Apex classes.",
34
34
"invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ",
@@ -37,11 +37,11 @@
37
37
"invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid options are apex, lwc, expsites, flexipage.",
38
38
"formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s",
39
39
"errorDuringFlexCardAssessment": "Error during FlexCard assessment",
40
-
"errorDuringOmniScriptAssessment": "Error during OmniScript assessment",
40
+
"errorDuringOmniScriptAssessment": "Error during Omniscript assessment",
41
41
"errorDuringGlobalAutoNumberAssessment": "Error during GlobalAutoNumber assessment",
"errorWhileActivatingOs": "Could not activate OmniScript / Integration Procedure: ",
25
+
"duplicatedCardName": "Duplicated Flex Card name %s",
26
+
"duplicatedDrName": "Duplicated DataMapper name %s",
27
+
"duplicatedOSName": "Duplicated %s name %s",
28
+
"errorWhileActivatingOs": "Could not activate %s: ",
29
29
"errorWhileActivatingCard": "Could not activate Card: ",
30
30
"errorWhileUploadingCard": "An error ocurred while uploading Card: ",
31
-
"errorWhileCreatingElements": "An error ocurred while saving OmniScript elements: ",
31
+
"errorWhileCreatingElements": "An error ocurred while saving Omniscript elements: ",
32
32
"allVersionsDescription": "Migrate all versions of a component",
33
33
"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.",
34
34
"apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes.",
@@ -104,7 +104,7 @@
104
104
"cardAuthorNameChangeMessage": "Card author name has been modified to fit naming rules: %s",
105
105
"cardNameChangeMessage": "Card name has been modified to fit naming rules: %s",
106
106
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name %s after name cleaning. This may cause conflicts during migration",
107
-
"angularOmniscriptWarningMessage": " Angular OmniScript will not be migrated, please convert this to LWC based Omniscript",
107
+
"angularOmniscriptWarningMessage": " Angular Omniscript will not be migrated, please convert this to LWC based Omniscript",
108
108
"apexFileChangesApplied": "Applied changes to Apex class %s",
109
109
"generatingComponentReports": "Generating report for components",
110
110
"generatingRelatedObjectReports": "Generating report for related objects",
"deploymentConsentNotGiven": "Deployment consent not given, manual deployment is required",
204
207
"experienceSiteException": "We’ve encountered an exception while processing Experience Cloud sites.",
205
208
"reservedKeysFoundInPropertySet": "Reserved keys found in any of output response transformation fields: %s.",
206
209
"incompleteMigrationDetected": "We couldn't complete the migration process",
207
210
"errorComponentMapping": "Error during component pre-processing: %s",
208
211
"startingComponentPreProcessing": "Pre-processing components for name mapping",
209
212
"completeComponentMappingMessage": "Registered name mappings for %s components",
210
213
"componentMappingNotFound": "No registry mapping found for %s component: %s, using fallback cleaning",
211
-
"flexCardWithAngularOmniScriptWarning": "FlexCard has dependencies on Angular Omniscript(s) which are not migrated. Please convert OmniScript(s) to LWC before migrating this FlexCard.",
212
-
"angularOmniScriptDependencyWarning": "Element '%s' references Angular Omniscript '%s' which will not be migrated. Consider converting the referenced OmniScript to LWC",
214
+
"flexCardWithAngularOmniScriptWarning": "FlexCard has dependencies on Angular Omniscript(s) which are not migrated. Please convert Omniscript(s) to LWC before migrating this FlexCard.",
215
+
"angularOmniScriptDependencyWarning": "Element '%s' references Angular Omniscript '%s' which will not be migrated. Consider converting the referenced Omniscript to LWC",
213
216
"skipFlexcardAngularOmniScriptDependencyWarning": "Skipping FlexCard %s due to Angular Omniscript dependencies",
214
217
"flexCardMigrationProcessingMessage": "Processing %s FlexCards for migration (%s skipped due to Angular dependencies)",
215
218
"noMetadataToDeploy": "No metadata to deploy",
@@ -235,6 +238,8 @@
235
238
"skipStandardRuntimeDueToFailure": "Skipping Standard Runtime enablement due to designer setup failure",
236
239
"errorCheckingStandardDesigner": "Failed to check standard designer status for package %s: %s",
237
240
"relatedObjectsConsentNotGiven": "The related objects will not be processed because the user declined consent.",
241
+
"fileUpdatedToAllowRemoteCalls": "File has been updated to allow remote calls",
242
+
"fileUpdatedToAllowCalls": "File has been updated to allow calls",
0 commit comments