new file: core/locale/en_US.json

This commit is contained in:
Tianhao Xiao
2014-04-19 00:31:48 -07:00
parent e0e62299d6
commit bc0bf62934

43
core/locale/en_US.json Normal file
View File

@@ -0,0 +1,43 @@
{
"app": {
"name": "RootPanel",
"description": "A linux virtual host management system with extensibility"
},
"word": {
"account": "Account",
"signup": "Signup",
"login": "Login",
"username": "Username",
"email": "E-mail",
"passwd": "Password",
"error": "Error",
"logout": "Logout",
"panel": "Control Panel",
"ticket": "Support Tickets",
"type": "Type",
"title": "Title",
"status": "Status",
"create": "Create",
"reply": "Replies",
"create_reply": "Reply",
"adminPanel": "Admin Panel"
},
"view": {
"signup": {
"passwd2": "Duplicate Account",
"alreadySignup": "Already have an account?"
},
"login": {
"noAccount": "Don't have an account?"
},
"ticket": {
"word": {
"create": "New Ticket"
},
"list": {
"title": "All Tickets"
}
}
}
}