mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-22 23:07:25 +08:00
27 lines
422 B
JSON
27 lines
422 B
JSON
{
|
|
"app": {
|
|
"name": "MoeMail"
|
|
},
|
|
"lang": {
|
|
"en": "English",
|
|
"zhCN": "简体中文",
|
|
"switch": "Switch Language"
|
|
},
|
|
"actions": {
|
|
"ok": "OK",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"delete": "Delete"
|
|
},
|
|
"nav": {
|
|
"home": "Home",
|
|
"login": "Login",
|
|
"profile": "Profile",
|
|
"logout": "Logout",
|
|
"backToMailbox": "Back to Mailbox"
|
|
},
|
|
"github": "Get Source Code"
|
|
}
|
|
|
|
|