You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: electron/app/locales/en/webui.json
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1037,8 +1037,8 @@
1037
1037
"k8s-domain-deployer-operator-installed-check-failed-error-message": "Unable to deploy WebLogic domain to Kubernetes because an error occurred while detecting if the WebLogic Kubernetes Operator {{operatorName}} is installed in Kubernetes namespace {{operatorNamespace}}: {{error}}.",
1038
1038
"k8s-domain-deployer-operator-not-installed-error-message": "Unable to deploy WebLogic domain to Kubernetes because the WebLogic Kubernetes Operator {{operatorName}} is not installed in Kubernetes namespace {{operatorNamespace}}.",
1039
1039
"k8s-domain-deployer-create-ns-in-progress": "Creating the Kubernetes namespace {{domainNamespace}}",
1040
-
"k8s-domain-deployer-create-ns-error-message": "Unable to deploy WebLogic domain to Kubernetes due to an error creating the Kubernetes namespace {{namespace}}: {{error}}",
1041
-
"k8s-domain-deployer-label-ns-error-message": "Unable to deploy WebLogic domain to Kubernetes due to an error adding the label {{label}} to the Kubernetes namespace {{domainNamespace}}: {{error}}",
1040
+
"k8s-domain-deployer-create-ns-error-message": "Unable to deploy WebLogic domain to Kubernetes due to an error creating the Kubernetes namespace {{namespace}}: {{error}}.",
1041
+
"k8s-domain-deployer-label-ns-error-message": "Unable to deploy WebLogic domain to Kubernetes due to an error adding the label {{label}} to the Kubernetes namespace {{domainNamespace}}: {{error}}.",
1042
1042
"k8s-domain-deployer-update-operator-config-in-progress": "Updating WebLogic Kubernetes Operator {{operatorName}} in Kubernetes namespace {{operatorNamespace}} to manage WebLogic Domain {{domainName}}",
1043
1043
"k8s-domain-deployer-add-domain-error-message": "Unable to deploy WebLogic domain to Kubernetes due to an error while upgrading the WebLogic Kubernetes Operator {{operatorName}} in namespace {{operatorNamespace}} to pick up monitoring domain namespace {{domainNamespace}}: {{error}}.",
1044
1044
"k8s-domain-deployer-create-image-pull-secret-in-progress": "Creating image pull secret {{secretName}} in Kubernetes namespace {{domainNamespace}}",
@@ -1062,12 +1062,20 @@
1062
1062
"k8s-domain-undeployer-aborted-error-title": "Undeploying WebLogic Domain from Kubernetes Aborted",
1063
1063
"k8s-domain-undeployer-remove-namespace-prompt-title": "Undeploy WebLogic Domain from Kubernetes Scope",
1064
1064
"k8s-domain-undeployer-remove-namespace-prompt-question": "After undeploying the WebLogic domain {{name}}, would you like to also delete the Kubernetes namespace {{namespace}} (and all of its data)?",
1065
-
"k8s-domain-undeployer-remove-namespace-prompt-details": "UUndeploying the WebLogic domain will remove the WebLogic Kubernetes Operator's domain custom resource {{domainUid}} and will cause any running pods associated with the domain to be shut down and removed. Removing the WebLogic domain's namespace {{domainNamespace}} will remove all secrets, config maps, ingress routes, and other Kubernetes objects that exist in the Kubernetes namespace.",
1065
+
"k8s-domain-undeployer-remove-namespace-prompt-details": "Undeploying the WebLogic domain will remove the WebLogic Kubernetes Operator's domain custom resource {{domainUid}} and will cause any running pods associated with the domain to be shut down and removed. Removing the WebLogic domain's namespace {{domainNamespace}} will remove all secrets, config maps, ingress routes, and other Kubernetes objects that exist in the Kubernetes namespace.",
1066
1066
"k8s-domain-undeployer-kubectl-exe-invalid-error-message": "Unable to undeploy the domain because the Kubernetes client executable is invalid: {{error}}.",
1067
+
"k8s-domain-undeployer-helm-exe-invalid-error-message": "Unable to undeploy the domain because the Helm executable is invalid: {{error}}.",
1067
1068
"k8s-domain-undeployer-project-not-saved-error-prefix": "Unable to undeploy the domain because project save failed",
1068
1069
"k8s-domain-undeployer-set-context-error-message": "Unable to undeploy the domain because setting the Kubernetes client content failed: {{error}}.",
1070
+
"k8s-domain-undeployer-validate-ns-failed-error-message": "Unable to undeploy the domain and its Kubernetes namespace {{namespace}} because an error occurred while trying to determine if the namespace exists: {{error}}.",
1071
+
"k8s-domain-undeployer-ns-not-exist-error-message": "Unable to undeploy the domain because the domain's Kubernetes namespace {{namespace}} does not exist.",
1072
+
"k8s-domain-undeployer-validate-domain-failed-error-message": "Unable to undeploy the domain {{domain}} because an error occurred while trying to determine if the domain exists: {{error}}.",
1073
+
"k8s-domain-undeployer-domain-not-exist-error-message": "Unable to undeploy the domain because the domain {{domain}} does not exist.",
1074
+
"k8s-domain-undeployer-operator-installed-check-failed-error-message": "Unable to undeploy WebLogic domain because an error occurred while detecting if the WebLogic Kubernetes Operator {{operatorName}} is installed in Kubernetes namespace {{operatorNamespace}}: {{error}}.",
1075
+
"k8s-domain-undeployer-update-operator-config-in-progress": "Updating WebLogic Kubernetes Operator {{operatorName}} in Kubernetes namespace {{operatorNamespace}} to stop managing WebLogic Domains in Kubernetes namespace {{domainNamespace}}",
1069
1076
"k8s-domain-undeployer-k8s-namespace-delete-failed-error-message": "Unable to undeploy the domain because an error occurred while trying to delete the Kubernetes namespace {{namespace}}: {{error}}.",
1070
1077
"k8s-domain-undeployer-k8s-object-delete-failed-error-message": "Unable to undeploy the domain because an error occurred while trying to delete the Kubernetes {{type}} object {{name}} from the Kubernetes namespace {{namespace}}: {{error}}.",
1078
+
"k8s-domain-undeployer-remove-domain-error-message": "Unable to update WebLogic Kubernetes Operator to remove Kubernetes namespace {{domainNamespace}} from its list of managed namespaces due to an error while upgrading the WebLogic Kubernetes Operator {{operatorName}} in namespace {{operatorNamespace}}: {{error}}.",
1071
1079
"k8s-domain-undeployer-undeploy-complete-title": "WebLogic Domain Undeployment from Kubernetes Complete",
1072
1080
"k8s-domain-undeployer-undeploy-domain-complete-message": "WebLogic domain {{domainName}} successfully undeployed from Kubernetes namespace {{domainNamespace}}.",
1073
1081
"k8s-domain-undeployer-undeploy-namespace-complete-message": "WebLogic domain {{domainName}} and Kubernetes namespace {{domainNamespace}} successfully undeployed.",
0 commit comments