mirror of
https://github.com/beilunyang/moemail.git
synced 2026-07-02 04:41:52 +08:00
20 lines
339 B
JSON
20 lines
339 B
JSON
{
|
|
"app": {
|
|
"name": "MoeMail"
|
|
},
|
|
"actions": {
|
|
"ok": "確定",
|
|
"cancel": "取消",
|
|
"save": "儲存",
|
|
"delete": "刪除"
|
|
},
|
|
"nav": {
|
|
"home": "首頁",
|
|
"login": "登入",
|
|
"profile": "個人中心",
|
|
"logout": "登出",
|
|
"backToMailbox": "返回郵箱"
|
|
},
|
|
"github": "取得網站原始碼"
|
|
}
|