feat: accessibility enhancement
All checks were successful
Deploy / Deploy (push) Successful in 1m16s

closes #3
This commit is contained in:
CDN 2025-02-03 19:28:27 +08:00
parent 3e652d5e4e
commit 01c5131055
Signed by: CDN
GPG key ID: 0C656827F9F80080
31 changed files with 1121 additions and 58 deletions

View file

@ -10,6 +10,30 @@
"brand": {
"name": "STARSET Mirror"
},
"site": {
"description": "STARSET Mirror连接星落与你。"
},
"home": {
"meta": {
"title": "STARSET Mirror",
"description": "STARSET Mirror连接星落与你"
},
"latestUpdates": "最新动态",
"featuredProjects": "精选项目"
},
"aria": {
"mainContent": "主要内容",
"breadcrumb": "页面导航",
"navigation": "网站导航",
"menu": "菜单",
"search": "搜索",
"darkMode": "深色模式",
"language": "语言选择",
"loading": "加载中",
"error": "错误",
"closeMenu": "关闭菜单",
"openMenu": "打开菜单"
},
"hero": {
"title": "连接星落与你",
"subtitle": "",
@ -19,6 +43,10 @@
}
},
"projects": {
"meta": {
"title": "项目 - STARSET Mirror",
"description": "探索我们为 STARSET 和社区打造的项目。从翻译到社区服务,了解我们如何为社区贡献力量。"
},
"title": "项目",
"tags": {
"translation": "翻译",
@ -34,6 +62,10 @@
}
},
"updates": {
"meta": {
"title": "动态 - STARSET Mirror",
"description": "了解 STARSET Mirror 的最新动态、更新和活动。跟随我们支持 STARSET 社区的脚步。"
},
"title": "项目动态",
"loading": "正在加载...",
"back_to_list": "返回动态列表",
@ -60,6 +92,10 @@
}
},
"contributors": {
"meta": {
"title": "贡献者 - STARSET Mirror",
"description": "认识 STARSET Mirror 背后的优秀贡献者们。他们不懈努力,让 STARSET 与你更近。"
},
"title": "贡献者",
"tabs": {
"contributors": "贡献者",
@ -69,6 +105,10 @@
"regular_members": "项目成员 & 社区贡献者"
},
"about": {
"meta": {
"title": "关于 - STARSET Mirror",
"description": "了解 STARSET Mirror 的使命、价值观,以及我们致力于连接 STARSET 与全球粉丝的愿景。"
},
"title": "关于我们",
"contact": {
"title": "联系方式"
@ -124,6 +164,12 @@
"icon": "Forgejo"
}
]
},
"common": {
"loading": "加载中...",
"error": "发生错误",
"retry": "重试",
"close": "关闭"
}
}
}