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
Copy file name to clipboardExpand all lines: messages/assess.json
+54-2Lines changed: 54 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,57 @@
32
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.",
33
33
"invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ",
34
34
"noPackageInstalled": "No package installed on given org.",
35
-
"alreadyStandardModel": "The org is already on standard data model."
36
-
}
35
+
"alreadyStandardModel": "The org is already on standard data model.",
36
+
"invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid options are apex, lwc.",
37
+
"formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s",
38
+
"errorDuringFlexCardAssessment": "Error during FlexCard assessment",
39
+
"errorDuringOmniScriptAssessment": "Error during OmniScript assessment",
"allVersionsDescription": "Migrate all versions of a component",
11
-
"apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types."
12
-
}
11
+
"apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.",
12
+
"greetingOrgInfo": "Hello %s! This is org: %s",
13
+
"greetingOrgInfoWithDate": "Hello %s! This is org: %s and I will be around until %s!",
14
+
"hubOrgId": "My hub org id is: %s",
15
+
"allVersionsAppended": " and all versions will be migrated"
Copy file name to clipboardExpand all lines: messages/migrate.json
+42-2Lines changed: 42 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,45 @@
32
32
"apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.",
33
33
"invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ",
34
34
"noPackageInstalled": "No package installed on given org.",
35
-
"alreadyStandardModel": "The org is already on standard data model."
36
-
}
35
+
"alreadyStandardModel": "The org is already on standard data model.",
36
+
"invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid options are apex, lwc.",
37
+
"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]",
38
+
"userDeclinedConsent": "User declined consent, will not process %s .",
39
+
"userConsentedToProceed": "User consented to proceed",
40
+
"projectPathConfirmation": "Do you have a sfdc project where %s files are already retrieved from org - y\nor you want tool to create a project omnistudio_migration in current directory for processing - n ? [y/n]",
41
+
"enterProjectPath": "Enter the project path for processing %s :",
42
+
"projectJsonNotFound": "Could not find any %s in %s.",
43
+
"usingProjectPath": "Using project path: %s",
44
+
"enterTargetNamespace": "Enter the target namespace to be used for calling package Apex classes",
45
+
"usingTargetNamespace": "Using target namespace: %s for calling package Apex classes",
46
+
"cleaningComponent": "Cleaning: %s",
47
+
"cleaningDone": "Cleaning Done: %s",
48
+
"migratingComponent": "Migrating: %s",
49
+
"migrationCompleted": "Migration completed: %s",
50
+
"formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s",
51
+
"foundDataRaptorsToMigrate": "Found %s DataRaptors to migrate",
52
+
"foundFlexCardsToMigrate": "Found %s FlexCards to migrate",
53
+
"foundOmniScriptsToMigrate": "Found %s OmniScripts and Integration Procedures to migrate",
54
+
"allVersionsInfo": "allVersions : %s",
55
+
"migrationInitialization": "Migration Initialization: Using namespace: %s",
56
+
"apiVersionInfo": "API Version: %s",
57
+
"migrationTargets": "Migration targets: %s",
58
+
"relatedObjectsInfo": "Related objects: %s",
59
+
"allVersionsFlagInfo": "All versions: %s",
60
+
"startingApexMigration": "Starting Apex migration in project path: %s",
61
+
"processingApexFilesForMigration": "Processing Apex files for migration",
62
+
"successfullyProcessedApexFilesForMigration": "Successfully processed %s Apex files for migration",
0 commit comments