Add Friends page with layout and navigation; update localization for new content

This commit is contained in:
2025-10-03 15:59:25 +08:00
parent 0149a79bef
commit 1b745c7ffc
10 changed files with 440 additions and 60 deletions

View File

@@ -1,6 +1,7 @@
{
"nav": {
"logo": "CS Community",
"home": "Home",
"servers": "Servers",
"blog": "Blog",
"git": "Git",
@@ -71,5 +72,14 @@
"languages": {
"english": "English",
"chinese": "中文"
},
"friends": {
"title": "Friend Links",
"subtitle": "Discover amazing communities and resources from our partner websites",
"allCategories": "All Categories",
"visitSite": "Visit Site",
"wantToJoin": "Want to Join Our Friend Links?",
"joinDescription": "If you have a gaming-related website or community, we'd love to add you to our friend links network!",
"contactUs": "Contact Us"
}
}

View File

@@ -1,6 +1,7 @@
{
"nav": {
"logo": "CS 社区",
"home": "首页",
"servers": "服务器",
"blog": "博客",
"git": "开源",
@@ -71,5 +72,14 @@
"languages": {
"english": "English",
"chinese": "中文"
},
"friends": {
"title": "友情链接",
"subtitle": "发现来自我们合作伙伴网站的精彩社区和资源",
"allCategories": "全部类别",
"visitSite": "访问网站",
"wantToJoin": "想加入我们的友情链接吗?",
"joinDescription": "如果您有游戏相关的网站或社区,我们很乐意将您添加到我们的友情链接网络中!",
"contactUs": "联系我们"
}
}