|
214 | 214 | "model-design-button-startWebLogicRemoteConsole": "Start WebLogic Remote Console", |
215 | 215 | "model-design-hints-startWebLogicRemoteConsole": "Start the WebLogic Remote Console backend process", |
216 | 216 |
|
| 217 | + "model-code-form-name": "Code View tab of the Model", |
217 | 218 | "image-page-hints-createImage": "Create Primary Image", |
218 | 219 | "image-page-button-createImage": "Create Primary Image", |
219 | 220 | "image-page-hints-pushImage": "Push Primary Image to Registry", |
|
1082 | 1083 | "model-page-hints-validateModel": "Validate Model Files", |
1083 | 1084 | "model-page-button-prepareModel": "Prepare Model", |
1084 | 1085 | "model-page-hints-prepareModel": "Prepare Model for Kubernetes", |
1085 | | - "model-page-model-editor-contents": "Model Editor Contents", |
| 1086 | + "model-page-model-editor-contents": "Model Editor", |
1086 | 1087 |
|
1087 | 1088 | "model-properties-table-aria-label": "Model Variables Editable Table", |
1088 | 1089 | "model-properties-name-header": "Variable Name", |
|
1351 | 1352 | "validation-helper-form-tab-and-field-name-message": "The {{fieldName}} field on the {{tabName}} tab of the {{formName}} page is invalid:", |
1352 | 1353 | "validation-helper-form-tab-sub-tab-and-field-name-message": "The {{fieldName}} field on the {{tabName}}->{{subTabName}} tab of the {{formName}} page is invalid:", |
1353 | 1354 | "validation-helper-validate-field-value-is-not-defined": "The field is required but its value is not defined.", |
1354 | | - "validation-helper-validate-string-field-value-is-empty": "The field is required but its value contained no non-whitespace characters.", |
| 1355 | + "validation-helper-validate-string-field-value-is-empty": "The field is required but its value was empty.", |
| 1356 | + "validation-helper-validate-string-field-value-is-only-whitespace": "The field is required but its value contained no non-whitespace characters.", |
1355 | 1357 | "validation-helper-validate-array-field-value-is-empty": "The field is required but the list is empty.", |
1356 | 1358 | "validation-helper-field-error-message": "The {{fieldName}} field is invalid: {{error}}", |
1357 | 1359 | "validation-helper-form-and-field-error-message": "The {{fieldName}} field on the {{formName}} page is invalid: {{error}}", |
|
0 commit comments