英文修改

change
Zhou Shuqi 4 years ago
parent 034d879373
commit f43e6159d4
  1. 140
      src/assets/i18n/en-US.json

@ -33,20 +33,20 @@
"defendant": "defendant", "defendant": "defendant",
"notice_title": "notice title", "notice_title": "notice title",
"notice_content": "notice content", "notice_content": "notice content",
"deadline": "报名截止日期:{{endDate}}" "deadline": "Deadline:{{endDate}}"
}, },
"visitor": { "visitor": {
"name": "访客预约管理", "name": "Visitor Appointment Management",
"username": "预约人", "username": "Reservationist",
"time": "预约时间", "time": "Appointment Time",
"notes": "拜访目的", "notes": "Purpose",
"admin": "审核管理员", "admin": "Admin",
"action": "操作", "action": "Action",
"ok": "通过", "ok": "Pass",
"fail": "拒绝", "fail": "Fail",
"checked": "已审核", "checked": "Checked",
"uncheck": "未审核", "uncheck": "Unchecked",
"status": "审核状态" "status": "Status"
}, },
"tip": { "tip": {
"input": "please input {{value}}", "input": "please input {{value}}",
@ -76,83 +76,83 @@
"search": "search", "search": "search",
"jump": "jump", "jump": "jump",
"submit": "submit", "submit": "submit",
"total_page": "总页数:{{totalPage}},总记录数:{{count}}" "total_page": "Total pages:{{totalPage}},Total records:{{count}}"
}, },
"score": { "score": {
"name": "信用分管理", "name": "Credit Scores Management",
"username": "用户名", "username": "User name",
"score": "信用分", "score": "Credit Scores",
"action": "操作", "action": "Action",
"search_is_like": "模糊搜索", "search_is_like": "Fuzzy Search",
"search_is_not_like": "精确搜索", "search_is_not_like": "Advanced Search",
"ok": "加载用户信息成功", "ok": "User information loaded successfully",
"fail": "加载用户信息失败", "fail": "Failed to load user information",
"changeScore": "修改信用分", "changeScore": "Modify Credit Scores",
"error_page": "非法页数", "error_page": "Error_Page",
"targetScore": "加减信用分", "targetScore": "Add/Subtract Credit Scores",
"tip": "减分请输入负数", "tip": "Please enter a negative number for score reduction",
"notes": "备注信息", "notes": "Notes",
"edit_ok": "修改成功", "edit_ok": "Modification succeeded",
"edit_fail": "修改失败", "edit_fail": "Modification failed",
"score_tip": "当前用户信用分{{beforeScore}},预计变为{{afterScore}}分", "score_tip": "Current Scores{{beforeScore}},Turn to{{afterScore}}scores",
"orderScore": "按照信用分排行", "orderScore": "Ranking by credit",
"asc": "正序", "asc": "Ascending order",
"desc": "降序" "desc": "Descending order"
}, },
"server": { "server": {
"login": { "login": {
"manager": "管理员不能为空!", "manager": "Administrator cannot be empty!",
"password": "密码不能为空!", "password": "Password cannot be empty!",
"fail": "账号或密码错误!", "fail": "Account/Password incorrect!",
"ok": "登陆成功" "ok": "Login successful"
}, },
"register": { "register": {
"manager": "管理员不能为空", "manager": "Administrator cannot be empty!",
"password": "密码不能为空", "password": "Password cannot be empty!",
"confirmPassword": "确认密码不能为空", "confirmPassword": "Confirm password cannot be empty!",
"passwordNotMatch": "两次密码输入不一致", "passwordNotMatch": "Two password entries are inconsistent",
"mobie": "手机号不能为空", "mobie": "Phone numbers cannot be empty",
"email": "邮箱不能为空", "email": "Email cannot be empty",
"username": "用户已存在", "username": "User already exists",
"ok": "注册成功" "ok": "register succeeded"
}, },
"logout": { "logout": {
"ok": "注销成功", "ok": "Logout successful",
"fail": "注销失败" "fail": "Logout failed"
}, },
"resetpwd": { "resetpwd": {
"check_ok": "校验成功", "check_ok": "Verification successful",
"check_fail": "账号或邮箱错误", "check_fail": "Wrong account or email",
"send_code_ok": "验证码发送成功,请查收验证码", "send_code_ok": "The verification code was sent successfully. Please check the verification code",
"send_code_fail": "验证码发送失败,请重试或联系管理员", "send_code_fail": "Failed to send the verification code. Please try again or contact the administrator",
"valid_code_ok": "校验成功", "valid_code_ok": "Verification code successful",
"valid_code_fail": "验证码不正确,请重新输入", "valid_code_fail": "The verification code is incorrect, please re-enter",
"resetpwd_ok": "重置密码成功", "resetpwd_ok": "Password reset successful",
"resetpwd_fail": "重置密码失败" "resetpwd_fail": "Password reset failed"
}, },
"forum": { "forum": {
"notice": { "notice": {
"load_notices": "正在加载广告信息", "load_notices": "Loading announcement information",
"add_ok": "添加成功", "add_ok": "Add successful",
"add_fail": "添加失败", "add_fail": "Add Failed",
"fail": "获取失败", "fail": "Load failed",
"zero": "没有任何公告信息", "zero": "No announcement",
"delete": "删除公告信息", "delete": "Delete announcement",
"confirm_delete": "确认删除当前公告信息吗?", "confirm_delete": "Are you sure to delete the current announcement?",
"delete_ok": "删除成功", "delete_ok": "Delete successful",
"delete_fail": "删除失败" "delete_fail": "Delete Failed"
}, },
"posts": { "posts": {
"zero": "没有任何帖子需要审核", "zero": "No posts need to be verified",
"load_posts": "正在加载待审核帖子信息", "load_posts": "Loading posts",
"fail": "获取失败", "fail": "load failed",
"check_ok": "审核成功", "check_ok": "Audit successful",
"check_fail": "审核失败" "check_fail": "Audit failed"
} }
}, },
"visitor": { "visitor": {
"check_ok": "审核成功", "check_ok": "Audit successful",
"check_fail": "审核失败" "check_fail": "Audit failed"
} }
} }
} }

Loading…
Cancel
Save