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": "",
@ -124,6 +148,12 @@
"icon": "Forgejo"
}
]
},
"common": {
"loading": "載入中...",
"error": "發生錯誤",
"retry": "重試",
"close": "關閉"
}
}
}