feat(i18n): enhance localization support with new languages(zh-tw/ja)

This commit is contained in:
beilunyang
2025-10-21 23:53:58 +08:00
parent 0c7a4d84a5
commit 7398b73f3f
20 changed files with 915 additions and 97 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"app": {
"name": "MoeMail"
},
"actions": {
"ok": "確定",
"cancel": "取消",
"save": "儲存",
"delete": "刪除"
},
"nav": {
"home": "首頁",
"login": "登入",
"profile": "個人中心",
"logout": "登出",
"backToMailbox": "返回郵箱"
},
"github": "取得網站原始碼"
}