diff --git a/src/locales/en.json b/src/locales/en.json index 911823d..7969f7b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -55,6 +55,14 @@ "hours": "h", "minutes": "m" }, + "activity": { + "title": "Recent Activity", + "topPlayers": "Top Players by Playtime", + "serverInfo": "Server Info", + "serverStatus": "Status: Online ✓", + "currentMap": "Map: de_dust2", + "nextRestart": "Restart: 6h 30m" + }, "footer": { "community": "🎯 CS Community", "communityDesc": "The ultimate destination for Counter-Strike enthusiasts worldwide.", diff --git a/src/locales/zh.json b/src/locales/zh.json index 77c8a53..1623309 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -54,6 +54,14 @@ "hours": "小时", "minutes": "分钟" }, + "activity": { + "title": "最近活动", + "topPlayers": "游戏时长排行榜", + "serverInfo": "服务器信息", + "serverStatus": "状态:在线 ✓", + "currentMap": "地图:de_dust2", + "nextRestart": "重启:6小时30分钟" + }, "footer": { "community": "🎯 CS 社区", "communityDesc": "反恐精英爱好者的终极目的地。",