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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1198,10 +1198,10 @@
1198
1198
"k8s-domain-status-checker-ns-not-exist-error-message": "Unable to get the domain status because the domain namespace {{namespace}} does not exist.",
1199
1199
"k8s-domain-status-checker-validate-domain-failed-error-message": "Unable to get domain status because an error occurred while trying to verify that domain {{domain}} exists: {{error}}.",
1200
1200
"k8s-domain-status-checker-domain-not-exist-error-message": "Unable to get the domain status because the domain {{domain}} does not exist.",
1201
-
"k8s-domain-status-checker-domain-status-unknown": "Unknown - Cannot determine the domain status now - check back later",
1201
+
"k8s-domain-status-checker-domain-status-unknown": "Unknown - Cannot determine the domain status now - check back later. Reason: {{reason}}",
1202
1202
"k8s-domain-status-checker-domain-status-complete": "Complete - Domain is deployed and all servers are up and running",
1203
1203
"k8s-domain-status-checker-domain-status-failed": "Failed - Domain failed to deploy. Reason: {{reason}}",
1204
-
"k8s-domain-status-checker-domain-status-available": "Available - Domain is deployed and some servers are up and running but the domain has not reaching the replicas count goal yet. Reason: {{reason}}",
1204
+
"k8s-domain-status-checker-domain-status-available": "Available - Domain is deployed and some servers are up and running but the domain has not reached the replicas count goal yet, check again later. Reason: {{reason}}",
1205
1205
"k8s-domain-status-checker-domain-status-progressing": "Progressing - Domain is being deployed or servers just starting up. Reason: {{reason}}",
1206
1206
"k8s-domain-status-checker-get-status-failed-title": "WebLogic Domain Status Check Failed",
1207
1207
"k8s-domain-status-checker-get-status-failed-error-message": "Unable to get the domain status due to an error: {{error}}.",
0 commit comments