Skip to content

Commit cc8a6f7

Browse files
committed
chore: update reviewed label
1 parent 62a7616 commit cc8a6f7

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed

messages/assess.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,41 @@
77
"omnistudio:migration:assess -u orguser@domain.com --only=fc",
88
"omnistudio:migration:assess -u orguser@domain.com -r apex"
99
],
10-
"commandDescription": "Assess migration of omnistudio components from custom objects to standard objects",
11-
"errorNoOrgResults": "No results found for the org '%s'.",
12-
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dm ",
13-
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dm",
14-
"couldNotTruncate": "Could not truncate %s",
15-
"couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.",
16-
"duplicatedCardName": "Duplicated Flexcard name",
17-
"duplicatedDrName": "Duplicated Data Mapper name",
18-
"duplicatedOSName": "Duplicated Omniscript name",
10+
"commandDescription": "Assess the migration of Omnistudio components from Omnistudio managed package runtime to Omnistudio standard runtime.",
11+
"errorNoOrgResults": "No records found in the org '%s' to migrate.",
12+
"onlyFlagDescription": "Migrate a single component: os | ip | fc | dm",
13+
"invalidOnlyFlag": "Invalid entry. Enter one of these options: os | ip | fc | dm",
14+
"couldNotTruncate": "We couldn't clear all %s records.",
15+
"couldNotTruncateOmnniProcess": "We couldn't clear all records of your Omniscript / Integration Procedure because the Omniscript / Integration Procedure is referenced in an Omniscript or a Flexcard.",
16+
"duplicatedCardName": "Flexcard with duplicate name found in this org. Modify your Flexcard and try again.",
17+
"duplicatedDrName": "Data Mapper with duplicate name found in this org. Rename your Data Mapper and try again.",
18+
"duplicatedOSName": "Omniscript with duplicate name, type, subtype, or language found in this org. Modify your Omniscript and try again.",
1919
"duplicatedName": "Duplicated name",
20-
"errorWhileActivatingOs": "Could not activate Omniscript / Integration Procedure: ",
21-
"errorWhileActivatingCard": "Could not activate Card: ",
22-
"errorWhileUploadingCard": "An error ocurred while uploading Card: ",
23-
"errorWhileCreatingElements": "An error ocurred while saving Omniscript elements: ",
20+
"errorWhileActivatingOs": "We couldn't activate your Omniscript / Integration Procedure:",
21+
"errorWhileActivatingCard": "We couldn't activate your Flexcard:",
22+
"errorWhileUploadingCard": "We couldn't deploy your Flexcard to your org. Review these errors:",
23+
"errorWhileCreatingElements": "We couldn't save elements in your Omniscript. Review these errors:",
2424
"allVersionsDescription": "Migrate all versions of a component",
2525
"changeMessage": " %s will be changed from %s to %s",
26-
"angularOSWarning": " Angular Omniscript will not be migrated, please convert this to LWC based Omniscript",
27-
"apexLwc": "Please select the type of component to assess: 'apex' for Apex classes.",
28-
"invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ",
29-
"noPackageInstalled": "No package installed on given org.",
30-
"alreadyStandardModel": "The org is already on standard data model.",
31-
"invalidRelatedObjectsOption": "Invalid option provided for -r: %s. Valid option is apex.",
32-
"formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s",
33-
"errorDuringFlexCardAssessment": "Error during Flexcards assessment",
34-
"errorDuringOmniScriptAssessment": "Error during Omniscript assessment",
35-
"processingFlexCard": "Processing Flexcards: %s",
36-
"processingDataRaptor": "Processing Data Mappers: %s",
37-
"processingOmniScript": "Processing Omniscripts: %s",
26+
"angularOSWarning": "We couldn't migrate Angular Omniscripts. Convert all Angular Omniscripts to LWC Omniscripts, and try again.",
27+
"apexLwc": "Select the component type that you want to assess: 'apex' for Apex classes.",
28+
"invalidNamespace": "Invalid namespace entered. The correct namespace of your org is ",
29+
"noPackageInstalled": "No managed package found in your org.",
30+
"alreadyStandardModel": "Your org is already on the Omnistudio standard runtime.",
31+
"invalidRelatedObjectsOption": "Invalid entry for -r: %s. Enter apex.",
32+
"formulaSyntaxError": "We couldn't update the syntax of this formula. Verify the syntax and try again: %s",
33+
"errorDuringFlexCardAssessment": "We've encountered errors during the Flexcard assessment: %s",
34+
"errorDuringOmniScriptAssessment": "We've encountered errors during the Omniscript assessment: %s",
35+
"processingFlexCard": "Processing Flexcard: %s",
36+
"processingDataRaptor": "Processing Data Mapper: %s",
37+
"processingOmniScript": "Processing Omniscript: %s",
3838
"foundDataRaptorsToAssess": "Found %s Data Mappers to assess",
3939
"foundOmniScriptsToAssess": "Found %s %s to assess",
40-
"startingDataRaptorAssessment": "Starting Data Mappers assessment",
41-
"startingOmniScriptAssessment": "Starting %s assessment",
42-
"allVersionsInfo": "allVersions : %s",
43-
"assessmentInitialization": "Assessment Initialization: Using namespace: %s",
44-
"apiVersionInfo": "API Version: %s",
40+
"startingDataRaptorAssessment": "Starting Data Mapper assessment",
41+
"startingOmniScriptAssessment": "Starting Omniscript assessment",
42+
"allVersionsInfo": "All versions: %s",
43+
"assessmentInitialization": "Assessment process started. Using namespace: %s",
44+
"apiVersionInfo": "API version: %s",
4545
"assessmentTargets": "Assessment targets: %s",
4646
"relatedObjectsInfo": "Related objects: %s",
4747
"allVersionsFlagInfo": "All versions: %s",
@@ -58,30 +58,30 @@
5858
"foundFlexCardsToAssess": "Found %s Flexcards to assess",
5959
"startingApexAssessment": "Starting Apex assessment in project path: %s",
6060
"processingApexFilesForAssessment": "Processing Apex files for assessment",
61-
"successfullyProcessedApexFilesForAssessment": "Successfully processed %s Apex files for assessment",
62-
"apexAssessmentResults": "Apex assessment results: %s",
61+
"successfullyProcessedApexFilesForAssessment": "Successfully processed %s Apex files for assessment.",
62+
"apexAssessmentResults": "Apex class assessment results: %s",
6363
"foundApexFilesInDirectory": "Found %s Apex files in directory: %s",
6464
"skippingNonApexFile": "Skipping non-Apex file: %s",
6565
"processingApexFile": "Processing Apex file: %s",
66-
"skippingApexFileFewChanges": "Skipping Apex file: %s as it has less than 3 changes",
66+
"skippingApexFileFewChanges": "Skipping the %s Apex file as it has no changes.",
6767
"successfullyProcessedApexFile": "Successfully processed Apex file: %s",
68-
"fileNoOmnistudioCalls": "File %s does not have any omnistudio calls or remote calls. No changes will be applied.",
69-
"fileAlreadyImplementsCallable": "file %s already implements callable no changes will be applied",
70-
"inApexDrNameWillBeUpdated": "In Apex %s DR name %s will be updated to %s",
68+
"fileNoOmnistudioCalls": "The %s file doesn't have any Omnistudio calls or remote calls. No changes will be applied.",
69+
"fileAlreadyImplementsCallable": "The %s file already implements the Callable interface. No changes will be applied.",
70+
"inApexDrNameWillBeUpdated": "In the %s Apex file, the Data Mapper name, %s, will be updated to %s.",
7171
"startingLwcAssessment": "Starting LWC assessment in project path: %s",
7272
"processingLwcsForAssessment": "Processing LWCs for assessment",
73-
"successfullyProcessedLwcsForAssessment": "Successfully processed %s LWCs for assessment",
73+
"successfullyProcessedLwcsForAssessment": "Successfully processed %s LWCs for assessment.",
7474
"lwcAssessmentResults": "LWC assessment results: %s",
75-
"errorReadingFiles": "Error in reading files",
76-
"errorProcessingFiles": "Error in processing files",
75+
"errorReadingFiles": "Error reading files",
76+
"errorProcessingFiles": "Error processing files",
7777
"startingProcessRelatedObjects": "Starting processRelatedObjects for %s in project path: %s",
7878
"errorProcessingApexFile": "Error processing Apex file: %s",
79-
"fileUpdatedToAllowRemoteCalls": "File will be updated to allow remote calls",
80-
"fileUpdatedToAllowCalls": "File will be updated to allow calls",
81-
"methodCallBundleNameUpdated": "Method call bundle name will be updated in %s for class %s method %s",
82-
"cardNameChangeMessage": "Card name will be changed from %s to %s to follow API naming standards",
83-
"authordNameChangeMessage": "Author name will be changed from %s to %s to follow API naming standards",
84-
"omniScriptNameChangeMessage": "Omniscript reference name %s will be changed to %s during migration.",
79+
"fileUpdatedToAllowRemoteCalls": "File updated to allow remote calls.",
80+
"fileUpdatedToAllowCalls": "File updated to allow calls.",
81+
"methodCallBundleNameUpdated": "Method call bundle name will be updated in %s for the %s class and %s method.",
82+
"cardNameChangeMessage": "The Flexcard name will be changed from %s to %s to adhere to the API naming standards.",
83+
"authordNameChangeMessage": "The Flexcard author name will be changed from %s to %s to adhere to the naming rules: %s",
84+
"omniScriptNameChangeMessage": "The Omniscript reference name %s will be changed to %s during migration.",
8585
"dataRaptorNameChangeMessage": "Data Mapper reference %s will be changed to %s during migration.",
8686
"integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.",
8787
"integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.",
@@ -98,18 +98,18 @@
9898
"notSfdxProjectFolderPath": "Provided folder is not a valid Salesforce DX project. Please select a folder containing sfdx-project.json",
9999
"errorRunningAssess": "Assessment process failed reason : %s",
100100
"enableVerboseOutput": "Enable verbose output",
101-
"apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class %s but not applied (assessment mode)",
102-
"apexFileHasMultipleInterfaces": "File %s has multiple interfaces including Callable, standardizing to System.Callable only",
103-
"apexFileImplementsVlocityOpenInterface2": "File %s implements VlocityOpenInterface2, replacing with System.Callable",
104-
"apexFileImplementsVlocityOpenInterface": "File %s implements VlocityOpenInterface, replacing with System.Callable",
101+
"apexFileChangesIdentifiedNotApplied": "Changes were identified but not applied for the %s Apex class when the assessment mode was running.",
102+
"apexFileHasMultipleInterfaces": "The %s file has multiple interfaces, including Callable interfaces. Standardizing the file to use only the System.Callable interface.",
103+
"apexFileImplementsVlocityOpenInterface2": "The %s file implements VlocityOpenInterface2. Replacing it with the System.Callable interface.",
104+
"apexFileImplementsVlocityOpenInterface": "The %s file already implements VlocityOpenInterface. No changes will be applied.",
105105
"errorParsingHtmlTemplate": "Error while parsing template",
106-
"errorParsingData": "Error while parsing data for template",
106+
"errorParsingData": "We've encountered an error while parsing data for the template. Try again later.",
107107
"errorGeneratingHTML": "Error while generating HTML from template for %s with properties %s",
108-
"unexpectedError": "Unexpected Assessment error",
109-
"errorEvaluatingExpression": "Error evaluating expression: %s, %s",
108+
"unexpectedError": "We've encountered an unexpected error while running the assessment.",
109+
"errorEvaluatingExpression": "Error evaluating expression: %s %s",
110110
"invalidTypeAssessErrorMessage": "We couldn't assess your Omnistudio components in the %s namespace. Select the correct namespace and try again",
111111
"assessmentSuccessfulMessage": "Migration assessment for org %s is complete and reports are ready for review in the folder %s",
112-
"inApexIpNameWillBeUpdated": "In Apex %s IP name %s will be updated to %s",
112+
"inApexIpNameWillBeUpdated": "In the %s Apex file, the Integration Procedure name, %s, will be updated to %s.",
113113
"varDeclarationUpdated": "Variable initialization will be updated for target name",
114114
"ipNameUpdateFailed": "IP reference %s can’t be updated",
115115
"dmNameUpdateFailed": "DM reference %s can’t be updated"

0 commit comments

Comments
 (0)