|
279 | 279 | "image-design-create-image-aux-help": "Whether you want to create a new primary image or use an existing image, such as one of the standard images in the Oracle Container Registry.", |
280 | 280 |
|
281 | 281 | "image-design-aux-image-settings-label": "Auxiliary Image Configuration", |
282 | | - "image-design-aux-image-config-off-label": "Do not use an auxiliary image", |
283 | | - "image-design-aux-image-config-use-label": "Use an existing auxiliary image", |
284 | | - "image-design-aux-image-config-create-label": "Create a new auxiliary image", |
| 282 | + "image-design-aux-image-config-off-label": "Do not use an auxiliary image so the model is in the primary image.", |
| 283 | + "image-design-aux-image-config-use-label": "Use an existing auxiliary image created outside of this project so this project has no model.", |
| 284 | + "image-design-aux-image-config-create-label": "Create a new auxiliary image using this project.", |
285 | 285 | "image-design-domain-creation-image-settings-label": "Domain Creation Image Configuration", |
286 | | - "image-design-domain-creation-image-config-off-label": "Do not use a domain creation image", |
287 | | - "image-design-domain-creation-image-config-use-label": "Use an existing domain creation image", |
288 | | - "image-design-domain-creation-image-config-create-label": "Create a new domain creation image", |
| 286 | + "image-design-domain-creation-image-config-off-label": "Do not use a domain creation image so this project has no model.", |
| 287 | + "image-design-domain-creation-image-config-use-label": "Use an existing domain creation image created outside of this project so this project has no model.", |
| 288 | + "image-design-domain-creation-image-config-create-label": "Create a new domain creation image using this project.", |
289 | 289 |
|
290 | 290 | "image-design-image-tag-label": "Image Tag", |
291 | 291 | "image-design-image-tag-mii-create-help": "The tag to use to identify the new image containing the Oracle Fusion Middleware installation and WebLogic Deploy Tooling model to use to create and run the domain.", |
|
618 | 618 | "domain-design-image-registry-pull-email-label": "Image Registry Pull Email Address", |
619 | 619 | "domain-design-image-registry-pull-email-help": "The image registry user's email address used to create the Kubernetes image pull secret.", |
620 | 620 |
|
621 | | - "domain-design-aux-image-config-off-label": "Do not use an auxiliary image", |
622 | | - "domain-design-aux-image-config-use-label": "Use an existing auxiliary image created outside of this project", |
623 | | - "domain-design-aux-image-config-create-label": "Use newly created auxiliary image created by this project", |
624 | | - "domain-design-domain-creation-image-config-off-label": "Do not use a domain creation image", |
625 | | - "domain-design-domain-creation-image-config-use-label": "Use an existing domain creation image created outside of this project", |
626 | | - "domain-design-domain-creation-image-config-create-label": "Use newly created domain creation image created by this project", |
| 621 | + "domain-design-aux-image-config-off-label": "This project is not using an auxiliary image so the model is in the primary image.", |
| 622 | + "domain-design-aux-image-config-use-label": "This project is using an existing auxiliary image created outside of this project so the project has no model.", |
| 623 | + "domain-design-aux-image-config-create-label": "This project is using an auxiliary image created using this project.", |
| 624 | + "domain-design-domain-creation-image-config-off-label": "This project is not using a domain creation image so this project has no model.", |
| 625 | + "domain-design-domain-creation-image-config-use-label": "This project is using an existing domain creation image created outside of this project so this project has no model.", |
| 626 | + "domain-design-domain-creation-image-config-create-label": "This project is using an domain creation image created using this project.", |
| 627 | + "domain-design-revisit-aux-image-decision-label": "Change Setting", |
| 628 | + "domain-design-revisit-aux-image-decision-help": "Jump to the Image page to change this setting", |
627 | 629 |
|
628 | 630 | "domain-design-aux-image-title": "Auxiliary Image to Use for the Domain", |
629 | 631 | "domain-design-hints-goto-create-aux-image": "Go To Create Auxiliary Image Page", |
|
787 | 789 | "domain-design-cluster-additional-java-options-help": "A list of additional Java runtime options, separated by spaces, tabs, or commas.", |
788 | 790 |
|
789 | 791 | "domain-design-configmap-table-aria-label": "ConfigMap Properties Table", |
790 | | - "domain-design-configmap-title": "Model Variables Overrides", |
| 792 | + "domain-design-configmap-title": "Model Variable Overrides", |
| 793 | + "domain-design-configmap-external-title": "External Model Variable Overrides", |
791 | 794 | "domain-design-configmap-label": "Kubernetes ConfigMap Name", |
792 | 795 | "domain-design-configmap-help": "The name of the Kubernetes ConfigMap that holds the model variable overrides.", |
| 796 | + "domain-design-configmap-no-properties-message": "No model variables found.", |
| 797 | + "domain-design-configmap-no-properties-add-remove-message": "No model variables for model in external image found. Please add model variables, as needed.", |
| 798 | + "domain-design-add-external-property-tooltip": "Add External Model Variable Override Entry", |
| 799 | + "domain-design-delete-external-property-tooltip": "Delete External Model Variable Override Entry", |
| 800 | + |
793 | 801 | "domain-design-encryption-secret-label": "Runtime Encryption Secret Name", |
794 | 802 | "domain-design-encryption-secret-help": "The name of the Kubernetes secret which holds the password used to encrypt the domain.", |
795 | 803 | "domain-design-encryption-value-label": "Runtime Encryption Secret Value", |
|
828 | 836 | "domain-design-username-header": "Username", |
829 | 837 | "domain-design-password-header": "Password", |
830 | 838 | "domain-design-secrets-cell-field-name": "Secrets table {{name}} field at row {{position}} with UID {{uid}}", |
| 839 | + "domain-design-add-external-secret-tooltip": "Add External Model Secret Entry", |
| 840 | + "domain-design-delete-external-secret-tooltip": "Delete External Model Secret Entry", |
| 841 | + "domain-design-no-secrets-message": "No additional model secrets found.", |
| 842 | + "domain-design-no-secrets-add-remove-message": "No additional external model secrets found. Please add secrets for any secret references in the external model that are not already handled in other parts of this page.", |
| 843 | + |
| 844 | + "domain-design-domain-env-var-title": "Domain-Wide Environment Variables", |
| 845 | + "domain-design-domain-env-var-table-aria-label": "Domain-Wide Environment Variables Table", |
| 846 | + "domain-design-domain-env-var-name-header": "Environment Variable Name", |
| 847 | + "domain-design-domain-env-var-value-header": "Environment Variable Value", |
| 848 | + "domain-design-domain-add-env-var-tooltip": "Add Environment Variable Entry", |
| 849 | + "domain-design-domain-delete-env-var-tooltip": "Delete Environment Variable Entry", |
| 850 | + "domain-design-domain-no-env-vars-message": "No environment variables specified", |
| 851 | + |
831 | 852 | "domain-design-domain-node-selector-title": "Domain-Wide Node Selector", |
832 | 853 | "domain-design-domain-node-selector-table-aria-label": "Domain-Wide Node Selector Table", |
833 | 854 | "domain-design-domain-node-selector-label-name-header": "Label Name", |
|
0 commit comments