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
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,18 @@
30
30
"menu-go-prep-model-for-k8s": "Prepare Model for Kubernetes",
31
31
"menu-go-prepare-model-error-title": "No Active Project Window",
32
32
"menu-go-prepare-model-error-message": "Cannot run Prepare Model since there is no active window, and therefore no project with a model to prepare.",
33
-
"menu-go-create-image": "Create Image",
33
+
"menu-go-create-image": "Create Primary Image",
34
34
"menu-go-create-image-error-title": "No Active Project Window",
35
-
"menu-go-create-image-error-message": "Cannot run Create Image since there is no active window, and therefore no project with an image to create.",
36
-
"menu-go-push-image": "Push Image to Registry",
35
+
"menu-go-create-image-error-message": "Cannot run Create Primary Image since there is no active window, and therefore no project with an image to create.",
36
+
"menu-go-push-image": "Push Primary Image to Registry",
37
37
"menu-go-push-image-error-title": "No Active Project Window",
38
-
"menu-go-push-image-error-message": "Cannot push image since there is no active window, and therefore no project with an image to push.",
38
+
"menu-go-push-image-error-message": "Cannot push primary image since there is no active window, and therefore no project with an image to push.",
"menu-go-create-aux-image-error-title": "No Active Project Window",
41
+
"menu-go-create-aux-image-error-message": "Cannot run Create Auxiliary Image since there is no active window, and therefore no project with an image to create.",
42
+
"menu-go-push-aux-image": "Push Auxiliary Image to Registry",
43
+
"menu-go-push-aux-image-error-title": "No Active Project Window",
44
+
"menu-go-push-aux-image-error-message": "Cannot push primary image since there is no active window, and therefore no project with an image to push.",
"menu-go-kubectl-verify-connectivity-error-title": "No Active Project Window",
41
47
"menu-go-kubectl-verify-connectivity-error-message": "Cannot verify Kubernetes client connectivity since there is no active window, and therefore no project with a Kubernetes configuration to verify.",
@@ -217,7 +223,9 @@
217
223
"wit-cache-wdt-installer-cache-failed-error-message": "Failed to add the WebLogic Deploy Tooling installer to the WebLogic Image Tool cache: {{error}}.",
218
224
219
225
"wit-create-create-exit-code-error-message": "Create Image exited with non-zero exit code {{exitCode}} that indicates an error. Please consult the output window for more information.",
226
+
"wit-create-create-aux-image-exit-code-error-message": "Create Auxiliary Image exited with non-zero exit code {{exitCode}} that indicates an error. Please consult the output window for more information.",
0 commit comments