mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-07 00:06:44 +08:00
29 lines
588 B
JSON
29 lines
588 B
JSON
{
|
|
"app": {
|
|
"name": "MoeMail"
|
|
},
|
|
"actions": {
|
|
"ok": "OK",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"delete": "Delete"
|
|
},
|
|
"nav": {
|
|
"home": "Home",
|
|
"login": "Login",
|
|
"profile": "Profile",
|
|
"logout": "Logout",
|
|
"backToMailbox": "Back to Mailbox",
|
|
"about": "About Us",
|
|
"privacy": "Privacy Policy",
|
|
"terms": "Terms of Service",
|
|
"blog": "Blog"
|
|
},
|
|
"footer": {
|
|
"copyright": "© {year} MoeMail. All rights reserved.",
|
|
"contact": "Contact",
|
|
"github": "GitHub",
|
|
"telegram": "Telegram"
|
|
},
|
|
"github": "Get Source Code"
|
|
} |