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/electron.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -281,6 +281,7 @@
281
281
282
282
"kubectl-current-context-error-message": "Failed to get the current kubectl cluster context: {{error}}",
283
283
"kubectl-use-context-error-message": "Failed to change the current kubectl cluster context to {{context}}: {{error}}",
284
+
"kubectl-get-contexts-error-message": "Failed to get the available kubectl contexts: {{error}}",
284
285
"kubectl-not-specified-error-message": "Kubernetes client path was not provided",
285
286
"kubectl-not-exists-error-message": "Kubernetes client {{filePath}} does not exist",
286
287
"kubectl-exists-failed-error-message": "Unable to verify Kubernetes client {{filePath}} exists: {{error}}",
@@ -322,6 +323,8 @@
322
323
"kubectl-get-vz-application-status-error-message": "Unable to get Verrazzano application status: {{error}}",
323
324
"kubectl-get-operator-version-not-found-error-message": "Failed to find the operator version from its log entries",
324
325
"kubectl-verify-vz-components-deployed-error-message": "Unable to find one or more components in namespace {{namespace}}: {{missingComponents}}",
326
+
"kubectl-get-vz-ingress-external-address-not-found": "Unable to find the External IP Address in the Istio Gateway service {{gatewayService}} in Kubernetes namespace {{gatewayNamespace}}",
327
+
"kubectl-get-vz-ingress-external-address-error-message": "Failed to find the External IP Address in the Istio Gateway service {{gatewayService}} in Kubernetes namespace {{gatewayNamespace}}: {{error}}",
325
328
326
329
"helm-not-specified-error-message": "Helm executable path was not provided",
327
330
"helm-not-exists-error-message": "Helm executable {{filePath}} does not exist",
"kubectl-vz-managed-cluster-kubeconfig-help": "The Kubernetes client configuration file(s) to use for connecting to the Verrazzano Managed Cluster.",
54
+
"kubectl-vz-managed-cluster-kubecontext-heading": "Kubectl Config Context to Use",
55
+
"kubectl-vz-managed-cluster-kubecontext-help": "The Kubernetes client configuration context name to use for connecting to the Verrazzano Managed Cluster.",
56
+
"kubectl-vz-managed-cluster-choose-kubecontext-tooltip": "Choose the Kubernetes cluster context for the Verrazzano Managed Cluster from the available contexts in the Kubernetes Client Config File",
57
+
"kubectl-vz-managed-cluster-get-context-tooltip": "Get the current Kubernetes cluster context for the Verrazzano Managed Cluster from the Kubernetes Client Config File",
"kubectl-k8s-flavor-help": "The Kubernetes cluster provider type where the Oracle Fusion Middleware domain will be deployed.",
44
61
"kubectl-exe-file-path-label": "Kubectl Executable to Use",
@@ -48,6 +65,8 @@
48
65
"kubectl-config-file-help": "The Kubernetes client configuration file(s) to use. Leave this empty to use the default location.",
49
66
"kubectl-config-file-tooltip": "Choose the Kubernetes Client Config File(s)",
50
67
"kubectl-config-context-label": "Kubectl Config Context to Use",
68
+
"kubectl-config-wko-choose-context-tooltip": "Choose the Kubernetes cluster context from the available contexts in the Kubernetes Client Config File",
69
+
"kubectl-config-vz-choose-admin-context-tooltip": "Choose the Kubernetes cluster context for the Verrazzano Admin Cluster from the available contexts in the Kubernetes Client Config File",
51
70
"kubectl-config-context-tooltip": "Get the current Kubernetes cluster context from the Kubernetes Client Config File",
52
71
"kubectl-config-context-help": "The Kubernetes config file context name for the cluster to which you want to connect. The default is to use whatever the current context is, if any.",
53
72
"kubectl-helm-exe-file-path-label": "Helm Executable to Use",
"kubectl-choose-context-name-help": "Select the Kubernetes cluster context to use.",
1129
1153
1130
1154
"wko-get-install-version-aborted-error-title": "Getting Installed WebLogic Kubernetes Operator Version Aborted",
1131
1155
"wko-get-install-version-kubectl-exe-invalid-error-message": "Unable to get the installed WebLogic Kubernetes Operator version because the Kubernetes client executable is invalid: {{error}}.",
0 commit comments