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/migrate.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,24 @@
36
36
"alreadyStandardModel": "The org is already on standard data model.",
37
37
"invalidRelatedObjectsOptionGA": "Invalid option provided for -r: %s. Valid options are apex, lwc.",
38
38
"invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid option is apex.",
39
-
"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]",
39
+
"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]",
40
40
"userDeclinedConsent": "User declined consent, will not process %s .",
41
41
"userConsentedToProceed": "User consented to proceed",
42
+
"existingApexPrompt": "Do you have a sfdc project that already contains the APEX classes retrieved from your org? [y/n]",
43
+
"enterExistingProjectPath": "Enter the path to the project folder that contains the retrieved APEX classes:",
44
+
"invalidProjectFolderPath": "Provided project folder does not exist. Please provide a valid project folder path",
45
+
"requestTimedOut": "Request timed out",
46
+
"retrieveApexPrompt": "Omnistudio Migration Tool can connect to your org and retrieve the APEX classes. Provide an empty project folder to store the retrieved APEX classes. Would you like to proceed with the retrieval? [y/n]",
47
+
"enterEmptyProjectPath": "Enter the path to an empty project folder to retrieve to and process the APEX classes:",
48
+
"notEmptyProjectFolderPath": "Provided project folder is not empty. Please provide a valid empty project folder name and path",
49
+
"invalidYesNoResponse": "Invalid response. Please answer y or n.",
50
+
"notSfdxProjectFolderPath": "Provided folder is not a valid Salesforce DX project. Please select a folder containing sfdx-project.json",
51
+
"operationCancelled": "Operation cancelled.",
52
+
"failedToGetValidProjectPath": "Failed to get valid project path",
"couldNotEnableOmniPreferences": "Could not enable Omni preferences: %s",
55
+
"errorSettingDesignersToStandardDataModel": "Error occurred while setting designers to use the standard data model %s",
56
+
"exceptionSettingDesignersToStandardDataModel": "Exception occurred while setting designers to use the standard data model %s",
42
57
"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]",
43
58
"enterProjectPath": "Enter the project path for processing %s :",
44
59
"projectJsonNotFound": "Could not find any %s in %s.",
0 commit comments