mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-07 16:26:38 +08:00
29 lines
611 B
JSON
29 lines
611 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": "获取网站源代码"
|
|
} |