mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-07 08:16:37 +08:00
29 lines
608 B
JSON
29 lines
608 B
JSON
{
|
|
"app": {
|
|
"name": "MoeMail"
|
|
},
|
|
"actions": {
|
|
"ok": "確定",
|
|
"cancel": "取消",
|
|
"save": "儲存",
|
|
"delete": "刪除"
|
|
},
|
|
"nav": {
|
|
"home": "首頁",
|
|
"login": "登入",
|
|
"profile": "個人中心",
|
|
"logout": "登出",
|
|
"backToMailbox": "返回郵箱",
|
|
"about": "關於我們",
|
|
"privacy": "隱私政策",
|
|
"terms": "服務條款",
|
|
"blog": "部落格"
|
|
},
|
|
"footer": {
|
|
"copyright": "© {year} MoeMail. 版權所有。",
|
|
"contact": "聯絡方式",
|
|
"github": "GitHub",
|
|
"telegram": "Telegram"
|
|
},
|
|
"github": "取得網站原始碼"
|
|
} |