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
+20
View File
@@ -0,0 +1,20 @@
{
"app": {
"name": "MoeMail"
},
"actions": {
"ok": "OK",
"cancel": "キャンセル",
"save": "保存",
"delete": "削除"
},
"nav": {
"home": "ホーム",
"login": "ログイン",
"profile": "プロフィール",
"logout": "ログアウト",
"backToMailbox": "メールボックスに戻る"
},
"github": "ソースコードを入手"
}