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