|
30 | 30 | "errorWhileUploadingCard": "An error ocurred while uploading Card: ", |
31 | 31 | "errorWhileCreatingElements": "An error ocurred while saving OmniScript elements: ", |
32 | 32 | "allVersionsDescription": "Migrate all versions of a component", |
33 | | - "apexLwcGA": "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 | + "relatedObjectGA": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, 'flexipage' for FlexiPages, 'expsites' for Experience Sites, or 'apex,lwc,flexipage,expsites' if you want to include all types.", |
34 | 34 | "apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes.", |
35 | 35 | "invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ", |
36 | 36 | "noPackageInstalled": "No package installed on given org.", |
|
113 | 113 | "errorGeneratingHTML": "Error while generating HTML from template for {} with properties {}", |
114 | 114 | "errorEvaluatingExpression": "Error evaluating expression: {0}, {1}", |
115 | 115 | "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", |
| 116 | + "retrievingFlexiPages": "Retrieving FlexiPages", |
| 117 | + "successfullyRetrievedFlexiPages": "Successfully retrieved %s FlexiPages", |
| 118 | + "migratingFlexiPages": "Migrating FlexiPages", |
| 119 | + "completedProcessingAllFlexiPages": "Completed processing all flexipage files. Total processed: %s", |
| 120 | + "completedProcessingFlexiPage": "Completed processing %s - Errors: %s", |
| 121 | + "processingFlexiPage": "Processing flexipage file: %s", |
| 122 | + "startingFlexiPageProcessing": "Starting to process flexipage: %s", |
| 123 | + "readFlexiPageContent": "Read file content, size: %s characters", |
| 124 | + "updatedModifiedContent": "updated content in file: %s", |
| 125 | + "generatedDiffForFile": "Generated diff for file: %s", |
| 126 | + "errorProcessingFlexiPage": "Error processing flexipage file: %s, %s", |
| 127 | + "flexipagesWithChanges": "Found %s flexipage files with changes", |
116 | 128 | "omniGlobalAutoNumberPrefEnabled": "Successfully enabled OmniGlobalAutoNumberPref org preference", |
117 | 129 | "errorEnablingOmniGlobalAutoNumberPref": "Error enabling OmniGlobalAutoNumberPref org preference", |
118 | 130 | "performingPreMigrationChecks": "Performing pre-migration checks for Global Auto Number...", |
|
0 commit comments