From bc0bf629349df45b528aaa31e108c0788e9f0ec6 Mon Sep 17 00:00:00 2001 From: Tianhao Xiao Date: Sat, 19 Apr 2014 00:31:48 -0700 Subject: [PATCH] new file: core/locale/en_US.json --- core/locale/en_US.json | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 core/locale/en_US.json diff --git a/core/locale/en_US.json b/core/locale/en_US.json new file mode 100644 index 0000000..af1dd35 --- /dev/null +++ b/core/locale/en_US.json @@ -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" + } + } + } +}