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": { "auditLog": {
"title": "Audit Logs", "title": "Audit Logs",
"searchPlaceholder": "Search details...",
"noLogs": "No audit logs found.", "noLogs": "No audit logs found.",
"table": { "table": {
"timestamp": "Timestamp", "timestamp": "Timestamp",
@@ -744,7 +745,10 @@
"SERVER_STARTED": "Server Started", "SERVER_STARTED": "Server Started",
"SERVER_ERROR": "Server Error", "SERVER_ERROR": "Server Error",
"DATABASE_MIGRATION": "Database Migration", "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": { "workspaceConnectionList": {
@@ -911,6 +915,9 @@
"close": "Close", "close": "Close",
"remove": "Remove", "remove": "Remove",
"expand": "Expand", "expand": "Expand",
"collapse": "Collapse" "collapse": "Collapse",
"search": "Search",
"all": "All",
"filter": "Filter"
} }
} }
+9 -2
View File
@@ -707,6 +707,7 @@
}, },
"auditLog": { "auditLog": {
"title": "审计日志", "title": "审计日志",
"searchPlaceholder": "搜索详细信息...",
"noLogs": "未找到审计日志记录。", "noLogs": "未找到审计日志记录。",
"table": { "table": {
"timestamp": "时间戳", "timestamp": "时间戳",
@@ -749,7 +750,10 @@
"SERVER_STARTED": "服务器已启动", "SERVER_STARTED": "服务器已启动",
"SERVER_ERROR": "服务器错误", "SERVER_ERROR": "服务器错误",
"DATABASE_MIGRATION": "数据库迁移", "DATABASE_MIGRATION": "数据库迁移",
"ADMIN_SETUP_COMPLETE": "初始管理员设置完成" "ADMIN_SETUP_COMPLETE": "初始管理员设置完成",
"REMOTE_DESKTOP_CONNECTING": "远程桌面连接中",
"REMOTE_DESKTOP_CONNECTED": "远程桌面已连接",
"REMOTE_DESKTOP_DISCONNECTED": "远程桌面已断开"
} }
}, },
"workspaceConnectionList": { "workspaceConnectionList": {
@@ -916,6 +920,9 @@
"close": "关闭", "close": "关闭",
"remove": "移除", "remove": "移除",
"expand": "展开", "expand": "展开",
"collapse": "折叠" "collapse": "折叠",
"search": "搜索",
"all": "全部",
"filter": "筛选"
} }
} }