Skip to content

Commit d93c4f2

Browse files
snehaljha-sfsf-kishore-kurri
authored andcommitted
fix: place messages placeholder
1 parent c7c28bf commit d93c4f2

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

messages/assess.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dr | autonumber",
1515
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr | autonumber",
1616
"couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses",
17-
"couldNotTruncate": "Could not truncate {0}",
17+
"couldNotTruncate": "Could not truncate %s",
1818
"couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.",
1919
"invalidNameTypeSubtypeOrLanguage": "Not a valid Name, Type, SubType or Language",
2020
"invalidOrRepeatingOmniscriptElementNames": "Invalid or Repeating Element Names for Same OmniScript",
@@ -95,15 +95,16 @@
9595
"fileUpdatedToAllowCalls": "File will be updated to allow calls",
9696
"fileImplementsVlocityOpenInterface": "File %s implements VlocityOpenInterface no changes will be applied",
9797
"methodCallBundleNameUpdated": "Method call bundle name will be updated in %s for class %s method %s",
98-
"cardNameChangeMessage": "Card name will be changed from {0} to {1} to follow API naming standards",
99-
"authordNameChangeMessage": "Author name will be changed from {0} to {1} to follow API naming standards",
98+
"cardNameChangeMessage": "Card name will be changed from %s to %s to follow API naming standards",
99+
"authordNameChangeMessage": "Author name will be changed from %s to %s to follow API naming standards",
100+
"omniScriptNameChangeMessage": "OmniScript reference part %s will be changed to %s during migration.",
101+
"dataRaptorNameChangeMessage": "DataRaptor reference %s will be changed to %s during migration.",
102+
"integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.",
103+
"integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.",
104+
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name %s after name cleaning. This may cause conflicts during migration",
100105
"globalAutoNumberNameChangeMessage": "GlobalAutoNumber name will be changed from %s to %s to follow API naming standards",
101106
"duplicateGlobalAutoNumberNameMessage": "Potential duplicate: Another Global Auto Number has the same name %s after name cleaning. This may cause conflicts during migration",
102-
"omniScriptNameChangeMessage": "OmniScript reference part {0} will be changed to {1} during migration.",
103-
"dataRaptorNameChangeMessage": "DataRaptor reference {0} will be changed to {1} during migration.",
104-
"integrationProcedureNameChangeMessage": "Integration Procedure reference {0} will be changed to {1} during migration.",
105-
"integrationProcedureManualUpdateMessage": "Integration Procedure reference {0} may need manual updates after migration.",
106-
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration",
107+
107108
"existingApexPrompt": "Do you have a sfdc project that already contains the APEX classes retrieved from your org? [y/n]",
108109
"enterExistingProjectPath": "Enter the path to the project folder that contains the retrieved APEX classes:",
109110
"invalidProjectFolderPath": "Provided project folder does not exist. Please provide a valid project folder path",
@@ -117,14 +118,14 @@
117118
"failedToGetValidProjectPath": "Failed to get valid project path",
118119
"errorRunningAssess": "Error running assess",
119120
"enableVerboseOutput": "Enable verbose output",
120-
"apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class {0} but not applied (assessment mode)",
121-
"apexFileHasMultipleInterfaces": "File {0} has multiple interfaces including Callable, standardizing to System.Callable only",
122-
"apexFileImplementsVlocityOpenInterface2": "File {0} implements VlocityOpenInterface2, replacing with System.Callable",
121+
"apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class %s but not applied (assessment mode)",
122+
"apexFileHasMultipleInterfaces": "File %s has multiple interfaces including Callable, standardizing to System.Callable only",
123+
"apexFileImplementsVlocityOpenInterface2": "File %s implements VlocityOpenInterface2, replacing with System.Callable",
123124
"errorParsingHtmlTemplate": "Error while parsing template",
124125
"errorParsingData": "Error while parsing data for template",
125-
"errorGeneratingHTML": "Error while generating HTML from template for {} with properties {}",
126+
"errorGeneratingHTML": "Error while generating HTML from template for %s with properties %s",
126127
"unexpectedError": "Unexpected Assessment error",
127-
"errorEvaluatingExpression": "Error evaluating expression: {0}, {1}",
128+
"errorEvaluatingExpression": "Error evaluating expression: %s, %s",
128129
"retrievingFlexiPages": "Retrieving FlexiPages",
129130
"successfullyRetrievedFlexiPages": "Successfully retrieved %s FlexiPages",
130131
"assessingFlexiPages": "Assessing FlexiPages",

messages/migrate.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dr | autonumber",
1818
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr | autonumber",
1919
"couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses",
20-
"couldNotTruncate": "Could not truncate {0}",
20+
"couldNotTruncate": "Could not truncate %s",
2121
"couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.",
2222
"invalidNameTypeSubtypeOrLanguage": "Not a valid Name, Type, SubType or Language",
2323
"invalidOrRepeatingOmniscriptElementNames": "Invalid or Repeating Element Names for Same OmniScript",
@@ -97,21 +97,21 @@
9797
"packageSelectionPrompt": "Enter the number of the package to use (1-%s):",
9898
"invalidPackageSelection": "Invalid selection. Please enter a number between 1 and %s.",
9999
"selectedPackage": "Selected package: %s (Version: %s)",
100-
"dataRaptorNameChangeMessage": "DataRaptor reference {0} will be changed to {1} during migration.",
101-
"integrationProcedureNameChangeMessage": "Integration Procedure reference {0} will be changed to {1} during migration.",
102-
"integrationProcedureManualUpdateMessage": "Integration Procedure reference {0} may need manual updates after migration.",
103-
"cardAuthorNameChangeMessage": "Card author name has been modified to fit naming rules: {0}",
104-
"cardNameChangeMessage": "Card name has been modified to fit naming rules: {0}",
105-
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration",
100+
"dataRaptorNameChangeMessage": "DataRaptor reference %s will be changed to %s during migration.",
101+
"integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.",
102+
"integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.",
103+
"cardAuthorNameChangeMessage": "Card author name has been modified to fit naming rules: %s",
104+
"cardNameChangeMessage": "Card name has been modified to fit naming rules: %s",
105+
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name %s after name cleaning. This may cause conflicts during migration",
106106
"angularOmniscriptWarningMessage": " Angular OmniScript will not be migrated, please convert this to LWC based Omniscript",
107-
"apexFileChangesApplied": "Applied changes to Apex class {0}",
107+
"apexFileChangesApplied": "Applied changes to Apex class %s",
108108
"generatingComponentReports": "Generating report for components",
109109
"generatingRelatedObjectReports": "Generating report for related objects",
110110
"generatingMigrationReportDashboard": "Generating migration report dashboard",
111111
"errorParsingHtmlTemplate": "Error while parsing template",
112112
"errorParsingData": "Error while parsing data for template",
113-
"errorGeneratingHTML": "Error while generating HTML from template for {} with properties {}",
114-
"errorEvaluatingExpression": "Error evaluating expression: {0}, {1}",
113+
"errorGeneratingHTML": "Error while generating HTML from template for %s with properties %s",
114+
"errorEvaluatingExpression": "Error evaluating expression: %s, %s",
115115
"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",
116116
"retrievingFlexiPages": "Retrieving FlexiPages",
117117
"successfullyRetrievedFlexiPages": "Successfully retrieved %s FlexiPages",

0 commit comments

Comments
 (0)