feat: accessibility enhancement
All checks were successful
Deploy / Deploy (push) Successful in 1m16s
All checks were successful
Deploy / Deploy (push) Successful in 1m16s
closes #3
This commit is contained in:
parent
3e652d5e4e
commit
01c5131055
31 changed files with 1121 additions and 58 deletions
|
@ -10,15 +10,22 @@
|
|||
"brand": {
|
||||
"name": "STARSET Mirror"
|
||||
},
|
||||
"hero": {
|
||||
"title": "Connecting Starset and You",
|
||||
"subtitle": "",
|
||||
"cta": {
|
||||
"projects": "Browse Projects",
|
||||
"updates": "Check Updates"
|
||||
}
|
||||
"site": {
|
||||
"description": "STARSET Mirror, connecting STARSET and you."
|
||||
},
|
||||
"home": {
|
||||
"meta": {
|
||||
"title": "STARSET Mirror",
|
||||
"description": "STARSET Mirror, connecting STARSET and you."
|
||||
},
|
||||
"latestUpdates": "Latest Updates",
|
||||
"featuredProjects": "Featured Projects"
|
||||
},
|
||||
"projects": {
|
||||
"meta": {
|
||||
"title": "Projects - STARSET Mirror",
|
||||
"description": "Explore our projects dedicated to STARSET and the community. From translations to community services, discover how we're making a difference."
|
||||
},
|
||||
"title": "Projects",
|
||||
"tags": {
|
||||
"translation": "Translation",
|
||||
|
@ -34,13 +41,17 @@
|
|||
}
|
||||
},
|
||||
"updates": {
|
||||
"meta": {
|
||||
"title": "Updates - STARSET Mirror",
|
||||
"description": "Stay up to date with the latest news, updates, and activities from STARSET Mirror. Follow our journey in supporting the STARSET community."
|
||||
},
|
||||
"title": "Project Updates",
|
||||
"loading": "Loading...",
|
||||
"back_to_list": "Back to Updates List",
|
||||
"back_to_list": "Back to Updates",
|
||||
"filter": {
|
||||
"all": "All Updates",
|
||||
"title": "Filter by Tag",
|
||||
"search_placeholder": "Search Tag...",
|
||||
"title": "Filter by Tags",
|
||||
"search_placeholder": "Search tags...",
|
||||
"no_results": "No matching tags found",
|
||||
"clear": "Clear Filter"
|
||||
},
|
||||
|
@ -60,6 +71,10 @@
|
|||
}
|
||||
},
|
||||
"contributors": {
|
||||
"meta": {
|
||||
"title": "Contributors - STARSET Mirror",
|
||||
"description": "Meet the amazing people behind STARSET Mirror. Our contributors work tirelessly to bring STARSET closer to you."
|
||||
},
|
||||
"title": "Contributors",
|
||||
"tabs": {
|
||||
"contributors": "Contributors",
|
||||
|
@ -69,6 +84,10 @@
|
|||
"regular_members": "Regular Members & Community Contributors"
|
||||
},
|
||||
"about": {
|
||||
"meta": {
|
||||
"title": "About - STARSET Mirror",
|
||||
"description": "Learn about STARSET Mirror's mission, values, and our dedication to connecting STARSET with fans worldwide."
|
||||
},
|
||||
"title": "About Us",
|
||||
"contact": {
|
||||
"title": "Social Links"
|
||||
|
@ -77,6 +96,27 @@
|
|||
"title": "Join Us"
|
||||
}
|
||||
},
|
||||
"aria": {
|
||||
"mainContent": "Main content",
|
||||
"breadcrumb": "Page navigation",
|
||||
"navigation": "Site navigation",
|
||||
"menu": "Menu",
|
||||
"search": "Search",
|
||||
"darkMode": "Dark mode",
|
||||
"language": "Language selection",
|
||||
"loading": "Loading",
|
||||
"error": "Error",
|
||||
"closeMenu": "Close menu",
|
||||
"openMenu": "Open menu"
|
||||
},
|
||||
"hero": {
|
||||
"title": "Connecting STARSET with You",
|
||||
"subtitle": "",
|
||||
"cta": {
|
||||
"projects": "Browse Projects",
|
||||
"updates": "Latest Updates"
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
|
@ -124,6 +164,12 @@
|
|||
"icon": "Forgejo"
|
||||
}
|
||||
]
|
||||
},
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"error": "An error occurred",
|
||||
"retry": "Retry",
|
||||
"close": "Close"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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": "关闭"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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": "",
|
||||
|
@ -124,6 +148,12 @@
|
|||
"icon": "Forgejo"
|
||||
}
|
||||
]
|
||||
},
|
||||
"common": {
|
||||
"loading": "載入中...",
|
||||
"error": "發生錯誤",
|
||||
"retry": "重試",
|
||||
"close": "關閉"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue