|
799 | 799 | "wdt-discoverer-offline-discovery-failed-error-prefix": "Unable to discover domain {{domainHome}} in offline mode", |
800 | 800 | "wdt-discoverer-online-discovery-failed-error-prefix": "Unable to discover domain {{adminUrl}} in online mode", |
801 | 801 |
|
| 802 | + "wdt-validator-aborted-error-title": "Validate Model Aborted", |
| 803 | + "wdt-validator-domain-in-pv-message": "Validate Model has no meaning when the target domain location is an externally created Kubernetes persistent volume.", |
| 804 | + "wdt-validator-invalid-java-home-error-prefix": "Unable to validate model due to the Java Home being invalid", |
| 805 | + "wdt-validator-invalid-oracle-home-error-prefix": "Unable to validate model due to the Oracle Home being invalid", |
| 806 | + "wdt-validator-project-not-saved-error-prefix": "Unable to validate model because project save failed", |
| 807 | + "wdt-validator-no-model-to-use-message": "The project file {{projectFile}} has no model to validate.", |
| 808 | + "wdt-validator-invalid-model-file-message": "The project file {{projectFile}} has references to one or more model files that do not exist: {{invalidFileList}}", |
| 809 | + "wdt-validator-invalid-variable-file-message": "The project file {{projectFile}} has references to one or more model variable files that do not exist: {{invalidFileList}}", |
| 810 | + "wdt-validator-invalid-archive-file-message": "The project file {{projectFile}} has references to one or more model archive files that do not exist: {{invalidFileList}}", |
| 811 | + "wdt-validator-validate-in-progress": "Validating Model", |
| 812 | + "wdt-validator-validate-failed-error-title": "Validate Model Failed", |
| 813 | + "wdt-validator-validate-failed-error-message": "Validate Model failed: {{error}}. See Console window output for more information.", |
| 814 | + "wdt-validator-validate-catch-all-error-message": "Validate Model failed with an unexpected error: {{error}}", |
| 815 | + "wdt-validator-validate-complete-title": "Validate Model Complete", |
| 816 | + "wdt-validator-validate-complete-message": "Validate Model successfully prepared the model.", |
| 817 | + |
802 | 818 | "wdt-preparer-aborted-error-title": "Prepare Model Aborted", |
803 | 819 | "wdt-preparer-domain-in-pv-message": "Prepare Model has no meaning when the target domain location is an externally created Kubernetes persistent volume.", |
804 | 820 | "wdt-preparer-invalid-java-home-error-prefix": "Unable to prepare model due to the Java Home being invalid", |
|
943 | 959 | "aux-image-pusher-create-failed-title":"Push Image Failed", |
944 | 960 | "aux-image-pusher-create-failed-error-message":"Unable to push image {{imageTag}}: {{error}}.", |
945 | 961 |
|
| 962 | + "model-page-button-validateModel": "Validate Model", |
| 963 | + "model-page-hints-validateModel": "Validate Model Files", |
946 | 964 | "model-page-button-prepareModel": "Prepare Model", |
947 | 965 | "model-page-hints-prepareModel": "Prepare Model for Kubernetes", |
948 | 966 | "model-page-model-editor-contents": "Model Editor Contents", |
|
1118 | 1136 | "flow-online-discover-model-name": "Discover Model Online", |
1119 | 1137 | "flow-offline-discover-model-name": "Discover Model Offline", |
1120 | 1138 | "flow-discover-domain-in-progress": "Discovering domain", |
| 1139 | + "flow-validate-model-name": "Validate Model", |
1121 | 1140 | "flow-prepare-model-name": "Prepare Model", |
1122 | 1141 | "flow-inspect-base-image-name": "Inspect Base Image", |
1123 | 1142 | "flow-create-image-name": "Create Primary Image", |
|
0 commit comments