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: src/translations/en.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2222,6 +2222,17 @@
2222
2222
"reset_confirmation": "Are you sure you want to reset the sidebar to its default configuration? This will restore the original order and visibility of all panels."
2223
2223
},
2224
2224
"panel": {
2225
+
"app": {
2226
+
"error_addon_not_installed": "The add-on is not installed. Please install it first.",
2227
+
"error_addon_no_ingress": "This add-on does not support ingress.",
2228
+
"error_addon_not_running": "The add-on is not running. Do you want to start it now?",
2229
+
"start_addon": "Start add-on",
2230
+
"addon_starting": "The add-on is starting, this can take some time...",
2231
+
"error_starting_addon": "Error starting the add-on",
2232
+
"error_creating_session": "Unable to create an ingress session",
2233
+
"error_addon_not_ready": "The add-on seems to not be ready, it might still be starting. Do you want to try again?",
0 commit comments