mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-19 19:00:46 +08:00
new file: core/locale/en_US.json
This commit is contained in:
43
core/locale/en_US.json
Normal file
43
core/locale/en_US.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user