feat(ui): System Tool

This commit is contained in:
web@ppanel
2024-12-16 21:03:37 +07:00
parent 4c67387eab
commit 1836980691
14 changed files with 269 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@
"60002": "Unable to use the subscription at the moment, please try again later.",
"70001": "Incorrect verification code, please re-enter.",
"80001": "Task was not successfully queued, please try again later.",
"90001": "Please disable DEBUG mode and try again.",
"undefined": "An error occurred in the system, please try again later."
},
"table": {
+1
View File
@@ -11,6 +11,7 @@
"Settings": "Settings",
"Subscribe Management": "Subscribe Management",
"System Config": "System Config",
"System Tool": "System Tool",
"Ticket Management": "Ticket Management",
"User": "User",
"User Management": "User Management"
+1 -1
View File
@@ -106,7 +106,7 @@
"subscriptionDomainDescription": "Used for subscription; leave blank to use site domain",
"subscriptionDomainPlaceholder": "Enter subscription domain, one per line",
"subscriptionPath": "Subscription Path",
"subscriptionPathDescription": "Used for subscription. The system will automatically restart after modification, please wait for 5 seconds.",
"subscriptionPathDescription": "Used for subscription; be sure to restart the system after modification for optimal performance",
"subscriptionPathPlaceholder": "Enter",
"subscriptionProtocol": "Subscription Protocol",
"wildcardResolution": "Wildcard Resolution",
+26
View File
@@ -0,0 +1,26 @@
{
"caller": "Caller",
"cancel": "Cancel",
"confirmReboot": "Confirm Reboot",
"confirmSystemReboot": "Confirm System Reboot",
"confirmSystemUpgrade": "Confirm System Upgrade",
"confirmUpgrade": "Confirm Upgrade",
"currentVersion": "Current System Version:",
"errors": "Errors",
"ip": "IP",
"lastUpdated": "Last Updated:",
"none": "None",
"query": "Query",
"rebootDescription": "Are you sure you want to reboot the system? This operation will cause a brief service interruption.",
"rebooting": "Rebooting system...",
"refreshLogs": "Refresh Logs",
"request": "Request",
"status": "Status",
"systemLogs": "System Logs",
"systemReboot": "System Reboot",
"systemServices": "System Services",
"systemUpgrade": "System Upgrade",
"upgradeDescription": "Are you sure you want to perform a system upgrade? This operation may take a few minutes, during which the system may be unresponsive.",
"userAgent": "User Agent",
"viewLogsAndManage": "View system logs, perform system upgrade and reboot operations"
}