This commit is contained in:
Baobhan Sith
2025-04-24 14:06:35 +08:00
parent b3bf564140
commit 7c46132d30
7 changed files with 246 additions and 3 deletions
+9
View File
@@ -788,5 +788,14 @@
"blockIO": "Block I/O",
"pids": "PIDs"
}
},
"dashboard": {
"recentConnections": "Recent Connections",
"lastConnected": "Last connected:",
"noRecentConnections": "No recent connection records",
"viewAllConnections": "View All Connections",
"recentActivity": "Recent Activity",
"noRecentActivity": "No recent activity records",
"viewFullAuditLog": "View Full Audit Log"
}
}
+9
View File
@@ -793,5 +793,14 @@
"blockIO": "磁盘 I/O",
"pids": "进程数"
}
},
"dashboard": {
"recentConnections": "最近连接",
"lastConnected": "上次连接:",
"noRecentConnections": "没有最近连接记录",
"viewAllConnections": "查看所有连接",
"recentActivity": "最近活动",
"noRecentActivity": "没有最近活动记录",
"viewFullAuditLog": "查看完整审计日志"
}
}