diff --git a/src/assets/i18n/en-US.json b/src/assets/i18n/en-US.json index c73632b..e271aa0 100644 --- a/src/assets/i18n/en-US.json +++ b/src/assets/i18n/en-US.json @@ -41,8 +41,11 @@ "notes": "拜访目的", "admin": "审核管理员", "action": "操作", - "allow": "通过", - "reject": "拒绝" + "ok": "通过", + "fail": "拒绝", + "checked": "已审核", + "uncheck": "未审核", + "status": "审核状态" }, "tip": { "input": "please input {{value}}", @@ -117,6 +120,10 @@ "fail": "获取失败", "check_ok": "审核成功", "check_fail": "审核失败" + }, + "visitor": { + "check_ok": "审核成功", + "check_fail": "审核失败" } } }