This commit is contained in:
Baobhan Sith
2025-04-23 16:57:32 +08:00
parent b5b0e7348d
commit 190bc5d277
2 changed files with 18 additions and 4 deletions
+9 -2
View File
@@ -702,6 +702,7 @@
},
"auditLog": {
"title": "Audit Logs",
"searchPlaceholder": "Search details...",
"noLogs": "No audit logs found.",
"table": {
"timestamp": "Timestamp",
@@ -744,7 +745,10 @@
"SERVER_STARTED": "Server Started",
"SERVER_ERROR": "Server Error",
"DATABASE_MIGRATION": "Database Migration",
"ADMIN_SETUP_COMPLETE": "Initial Admin Setup Completed"
"ADMIN_SETUP_COMPLETE": "Initial Admin Setup Completed",
"REMOTE_DESKTOP_CONNECTING": "Remote Desktop Connecting",
"REMOTE_DESKTOP_CONNECTED": "Remote Desktop Connected",
"REMOTE_DESKTOP_DISCONNECTED": "Remote Desktop Disconnected"
}
},
"workspaceConnectionList": {
@@ -911,6 +915,9 @@
"close": "Close",
"remove": "Remove",
"expand": "Expand",
"collapse": "Collapse"
"collapse": "Collapse",
"search": "Search",
"all": "All",
"filter": "Filter"
}
}