mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-26 08:36:45 +00:00
fix(terminal): handle completed scripts without websocket error
This commit is contained in:
@@ -1201,6 +1201,12 @@
|
||||
"applyUpdate": "Apply update",
|
||||
"upToDate": "Up to date",
|
||||
"runUpdater": "Run updater",
|
||||
"terminalTitle": "Apply updates — CT {vmid}",
|
||||
"terminalDescriptionOs": "Applying OS package updates inside the container...",
|
||||
"terminalDescriptionApp": "Running the application updater inside the container...",
|
||||
"terminalDescriptionBoth": "Applying OS package and application updates inside the container...",
|
||||
"terminalCompletedSuccessfully": "Updates completed successfully",
|
||||
"terminalCompletedWithError": "Updates finished with error code {code}",
|
||||
"applyOsPlusApp": "Apply OS + {appName} updates",
|
||||
"applyOsPlusApps": "Apply OS + Apps updates",
|
||||
"osPlusApp": "OS + {appName} updates",
|
||||
@@ -4649,6 +4655,8 @@
|
||||
"offline": "Offline",
|
||||
"websocketError": "WebSocket error occurred",
|
||||
"connectionClosed": "Connection closed",
|
||||
"completedSuccessfully": "Script completed successfully",
|
||||
"completedWithError": "Script finished with error code {code}",
|
||||
"yes": "Yes",
|
||||
"yourInput": "Your input:",
|
||||
"submit": "Submit",
|
||||
|
||||
@@ -1201,6 +1201,12 @@
|
||||
"applyUpdate": "Aktualizovať",
|
||||
"upToDate": "Aktuálne",
|
||||
"runUpdater": "Spustiť aktualizáciu",
|
||||
"terminalTitle": "Aktualizácia — CT {vmid}",
|
||||
"terminalDescriptionOs": "Aktualizujem balíky systému v kontajneri...",
|
||||
"terminalDescriptionApp": "Spúšťam aktualizáciu aplikácie v kontajneri...",
|
||||
"terminalDescriptionBoth": "Aktualizujem systém aj aplikácie v kontajneri...",
|
||||
"terminalCompletedSuccessfully": "Aktualizácia bola úspešne dokončená",
|
||||
"terminalCompletedWithError": "Aktualizácia skončila s chybovým kódom {code}",
|
||||
"applyOsPlusApp": "Aktualizovať systém + {appName}",
|
||||
"applyOsPlusApps": "Aktualizovať systém + aplikácie",
|
||||
"osPlusApp": "Aktualizácie systému + {appName}",
|
||||
@@ -4155,6 +4161,8 @@
|
||||
"offline": "Offline",
|
||||
"websocketError": "Chyba WebSocket spojenia",
|
||||
"connectionClosed": "Spojenie bolo zatvorené",
|
||||
"completedSuccessfully": "Skript sa úspešne dokončil",
|
||||
"completedWithError": "Skript skončil s chybovým kódom {code}",
|
||||
"yes": "Áno",
|
||||
"yourInput": "Tvoj vstup:",
|
||||
"submit": "Odoslať",
|
||||
|
||||
Reference in New Issue
Block a user