英文修改

change
Zhou Shuqi 4 years ago
parent 1a39b949db
commit 6a54f2ec58
  1. 88
      src/assets/i18n/en-US.json

@ -1,40 +1,40 @@
{ {
"APP_TITLE": "PocketCommunityAdmin", "APP_TITLE": "PocketCommunityAdmin",
"language": "language", "language": "language",
"chinese": "chinese", "chinese": "Chinese",
"english": "english", "english": "English",
"login": { "login": {
"manager_name": "manager name", "manager_name": "Manager Name",
"password": "password" "password": "Password"
}, },
"register": { "register": {
"confirm_pwd": "confrim password", "confirm_pwd": "Confrim Password",
"mobile": "mobile", "mobile": "Mobile",
"email": "email", "email": "Email",
"emailType": "email type" "emailType": "Email Type"
}, },
"reset_pwd": { "reset_pwd": {
"code": "verification code", "code": "Verification Code",
"new_pwd": "password", "new_pwd": "Password",
"confirm_pwd": "confirm password" "confirm_pwd": "Confirm Password"
}, },
"forum": { "forum": {
"name": "forum", "name": "Forum",
"notice": "notice", "notice": "NOTICE",
"check": "check", "check": "CHECK",
"sender": "sender", "sender": "Sender",
"time": "time", "time": "Time",
"active_date": "Active Date:From {{startDate}} To {{endDate}}", "active_date": "Active Date:From {{startDate}} To {{endDate}}",
"active_score": "Active Score:{{score}}", "active_score": "Active Score:{{score}}",
"approve": "approve", "approve": "Approve",
"reject": "reject", "reject": "Reject",
"complaint": "time:{{time}}", "complaint": "Time:{{time}}",
"plaintiff": "plaintiff", "plaintiff": "Plaintiff",
"defendant": "defendant", "defendant": "Defendant",
"notice_title": "notice title", "notice_title": "Notice Title",
"notice_content": "notice content", "notice_content": "Notice Content",
"deadline": "Deadline:{{endDate}}", "deadline": "Deadline:{{endDate}}",
"add_more_notice": "添加更多公告" "add_more_notice": "ADD MORE ANNOUNCEMENTS"
}, },
"visitor": { "visitor": {
"name": "Visitor Appointment Management", "name": "Visitor Appointment Management",
@ -50,33 +50,33 @@
"status": "Status" "status": "Status"
}, },
"tip": { "tip": {
"input": "please input {{value}}", "input": "Please input {{value}}",
"HELLO": "Hello <span style='color:red'>{{value}}</span> welcome to you", "HELLO": "Hello <span style='color:red'>{{value}}</span> welcome to you",
"notnull": "The {{value}} cannot be empty", "notnull": "The {{value}} cannot be empty",
"password_diff": "The passwords do not match", "password_diff": "The passwords do not match",
"mobile_error": "The phone number is illegal", "mobile_error": "The phone number is illegal",
"select": "please choose an {{value}}" "select": "Please choose an {{value}}"
}, },
"button": { "button": {
"login": "login", "login": "Login",
"register": "register", "register": "Register",
"forget_pwd": "forget password?", "forget_pwd": "Forget Password?",
"backLogin": "back", "backLogin": "Back",
"send_code": "send verification code", "send_code": "Send Verification Code",
"reset_pwd": "reset password", "reset_pwd": "Reset Password",
"logout": "logout", "logout": "Logout",
"next": "next", "next": "Next",
"prev": "prev", "prev": "Prev",
"next_page": "Next", "next_page": "Next",
"prev_page": "Previous", "prev_page": "Previous",
"first_page": "first page", "first_page": "First page",
"last_page": "last page", "last_page": "Last page",
"check_code": "check_code", "check_code": "Check_code",
"notice": "submit", "notice": "Submit",
"back": "back", "back": "Back",
"search": "search", "search": "Search",
"jump": "jump", "jump": "Jump",
"submit": "submit", "submit": "Submit",
"total_page": "Total pages:{{totalPage}},Total records:{{count}}" "total_page": "Total pages:{{totalPage}},Total records:{{count}}"
}, },
"score": { "score": {
@ -115,7 +115,7 @@
"mobie": "Phone numbers cannot be empty", "mobie": "Phone numbers cannot be empty",
"email": "Email cannot be empty", "email": "Email cannot be empty",
"username": "User already exists", "username": "User already exists",
"ok": "register succeeded" "ok": "Register succeeded"
}, },
"logout": { "logout": {
"ok": "Logout successful", "ok": "Logout successful",

Loading…
Cancel
Save