mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-07 16:26:38 +08:00
feat(i18n): enhance localization support with new languages(zh-tw/ja)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "MoeMail"
|
||||
},
|
||||
"actions": {
|
||||
"ok": "確定",
|
||||
"cancel": "取消",
|
||||
"save": "儲存",
|
||||
"delete": "刪除"
|
||||
},
|
||||
"nav": {
|
||||
"home": "首頁",
|
||||
"login": "登入",
|
||||
"profile": "個人中心",
|
||||
"logout": "登出",
|
||||
"backToMailbox": "返回郵箱"
|
||||
},
|
||||
"github": "取得網站原始碼"
|
||||
}
|
||||
Reference in New Issue
Block a user