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: frontend/src/lang/en.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
"saveStackDraft": "Save",
26
26
"notAvailableShort": "N/A",
27
27
"deleteStackMsg": "Are you sure you want to delete this stack?",
28
+
"cancel": "Cancel",
28
29
"stackNotManagedByDockgeMsg": "This stack is not managed by Dockge.",
29
30
"primaryHostname": "Primary Hostname",
30
31
"general": "General",
@@ -128,5 +129,10 @@
128
129
"New Container Name...": "New Container Name...",
129
130
"Network name...": "Network name...",
130
131
"Select a network...": "Select a network...",
131
-
"NoNetworksAvailable": "No networks available. You need to add internal networks or enable external networks in the right side first."
132
+
"NoNetworksAvailable": "No networks available. You need to add internal networks or enable external networks in the right side first.",
133
+
"Console is not enabled": "Console is not enabled",
134
+
"ConsoleNotEnabledMSG1": "Console is a powerful tool that allows you to execute any commands such as <code>docker</code>, <code>rm</code> within the Dockge's container in this Web UI.",
135
+
"ConsoleNotEnabledMSG2": "It might be dangerous since this Dockge container is connecting to the host's Docker daemon. Also Dockge could be possibly taken down by commands like <code>rm -rf</code>" ,
136
+
"ConsoleNotEnabledMSG3": "If you understand the risk, you can enable it by setting <code>DOCKGE_ENABLE_CONSOLE=true</code> in the environment variables.",
137
+
"confirmLeaveStack": "You are currently editing a stack. Are you sure you want to leave?"
<h4class="alert-heading">Console is not enabled</h4>
10
-
<p>
11
-
Console is a powerful tool that allows you to execute any commands such as <code>docker</code>, <code>rm</code> within the Dockge's container in this Web UI.
12
-
</p>
13
-
14
-
<p>
15
-
It might be dangerous since this Dockge container is connecting to the host's Docker daemon. Also Dockge could be possibly taken down by commands like <code>rm -rf</code>.
16
-
</p>
17
-
18
-
<p>
19
-
If you understand the risk, you can enable it by setting <code>DOCKGE_ENABLE_CONSOLE=true</code> in the environment variables.
20
-
</p>
9
+
<h4class="alert-heading">{{ $t("Console is not enabled") }}</h4>
0 commit comments