Skip to content

Commit fc171ca

Browse files
committed
fix: place messages placeholder
1 parent 94bd4ef commit fc171ca

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

messages/assess.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dr",
1414
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr",
1515
"couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses",
16-
"couldNotTruncate": "Could not truncate {0}",
16+
"couldNotTruncate": "Could not truncate %s",
1717
"couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.",
1818
"invalidNameTypeSubtypeOrLanguage": "Not a valid Name, Type, SubType or Language",
1919
"invalidOrRepeatingOmniscriptElementNames": "Invalid or Repeating Element Names for Same OmniScript",
@@ -87,13 +87,13 @@
8787
"fileUpdatedToAllowCalls": "File will be updated to allow calls",
8888
"fileImplementsVlocityOpenInterface": "File %s implements VlocityOpenInterface no changes will be applied",
8989
"methodCallBundleNameUpdated": "Method call bundle name will be updated in %s for class %s method %s",
90-
"cardNameChangeMessage": "Card name will be changed from {0} to {1} to follow API naming standards",
91-
"authordNameChangeMessage": "Author name will be changed from {0} to {1} to follow API naming standards",
92-
"omniScriptNameChangeMessage": "OmniScript reference part {0} will be changed to {1} during migration.",
93-
"dataRaptorNameChangeMessage": "DataRaptor reference {0} will be changed to {1} during migration.",
94-
"integrationProcedureNameChangeMessage": "Integration Procedure reference {0} will be changed to {1} during migration.",
95-
"integrationProcedureManualUpdateMessage": "Integration Procedure reference {0} may need manual updates after migration.",
96-
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration",
90+
"cardNameChangeMessage": "Card name will be changed from %s to %s to follow API naming standards",
91+
"authordNameChangeMessage": "Author name will be changed from %s to %s to follow API naming standards",
92+
"omniScriptNameChangeMessage": "OmniScript reference part %s will be changed to %s during migration.",
93+
"dataRaptorNameChangeMessage": "DataRaptor reference %s will be changed to %s during migration.",
94+
"integrationProcedureNameChangeMessage": "Integration Procedure reference %s will be changed to %s during migration.",
95+
"integrationProcedureManualUpdateMessage": "Integration Procedure reference %s may need manual updates after migration.",
96+
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name %s after name cleaning. This may cause conflicts during migration",
9797
"existingApexPrompt": "Do you have a sfdc project that already contains the APEX classes retrieved from your org? [y/n]",
9898
"enterExistingProjectPath": "Enter the path to the project folder that contains the retrieved APEX classes:",
9999
"invalidProjectFolderPath": "Provided project folder does not exist. Please provide a valid project folder path",
@@ -107,12 +107,12 @@
107107
"failedToGetValidProjectPath": "Failed to get valid project path",
108108
"errorRunningAssess": "Error running assess",
109109
"enableVerboseOutput": "Enable verbose output",
110-
"apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class {0} but not applied (assessment mode)",
111-
"apexFileHasMultipleInterfaces": "File {0} has multiple interfaces including Callable, standardizing to System.Callable only",
112-
"apexFileImplementsVlocityOpenInterface2": "File {0} implements VlocityOpenInterface2, replacing with System.Callable",
110+
"apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class %s but not applied (assessment mode)",
111+
"apexFileHasMultipleInterfaces": "File %s has multiple interfaces including Callable, standardizing to System.Callable only",
112+
"apexFileImplementsVlocityOpenInterface2": "File %s implements VlocityOpenInterface2, replacing with System.Callable",
113113
"errorParsingHtmlTemplate": "Error while parsing template",
114114
"errorParsingData": "Error while parsing data for template",
115-
"errorGeneratingHTML": "Error while generating HTML from template for {} with properties {}",
115+
"errorGeneratingHTML": "Error while generating HTML from template for %s with properties %s",
116116
"unexpectedError": "Unexpected Assessment error",
117-
"errorEvaluatingExpression": "Error evaluating expression: {0}, {1}"
117+
"errorEvaluatingExpression": "Error evaluating expression: %s, %s"
118118
}

messages/migrate.json

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

0 commit comments

Comments
 (0)