mirror of
https://github.com/beilunyang/moemail.git
synced 2026-06-25 17:35:24 +08:00
20 lines
322 B
JSON
20 lines
322 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"
|
|
},
|
|
"github": "Get Source Code"
|
|
}
|