From a66ed99ed86cd8dc63491b91df32a81fa50d8eee Mon Sep 17 00:00:00 2001 From: panqihua <1029559041@qq.com> Date: Sat, 18 Apr 2020 02:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=BF=E5=AE=A2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/i18n/en-US.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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": "审核失败" } } }