From 722851aef6120d6d3adf3e6f3c298869d928c65a Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Mon, 12 Aug 2024 09:52:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E3=80=81=E8=A7=92=E8=89=B2=E9=AA=8C=E8=AF=81=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/account.json | 8 +++++++- public/locales/zh/account.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/public/locales/en/account.json b/public/locales/en/account.json index e8ea251..efaa149 100644 --- a/public/locales/en/account.json +++ b/public/locales/en/account.json @@ -7,7 +7,13 @@ "Fail": "Failed to change password. Please try again.", "CurrentPassword": "Please input your password.", "NewPassword": "Please input your new password.", - "ReenterPassword": "Please reenter your password." + "ReenterPassword": "Please reenter your password.", + "username": "请重复输入用户名。", + "realname": "请重复输入真实姓名。", + "email": "请重复输入邮箱。", + "travelAgency": "请重复输供应商。", + "role": "请重复输入角色。", + "roleName": "请重复输入角色名称。" }, "createdOn": "Created on", "action": "Action", diff --git a/public/locales/zh/account.json b/public/locales/zh/account.json index b38946c..b52a096 100644 --- a/public/locales/zh/account.json +++ b/public/locales/zh/account.json @@ -7,7 +7,13 @@ "Fail": "密码更新失败", "CurrentPassword": "请输入密码。", "NewPassword": "请输入新密码。", - "ReenterPassword": "请重复输入密码。" + "ReenterPassword": "请重复输入密码。", + "username": "请重复输入用户名。", + "realname": "请重复输入真实姓名。", + "email": "请重复输入邮箱。", + "travelAgency": "请重复输供应商。", + "role": "请重复输入角色。", + "roleName": "请重复输入角色名称。" }, "createdOn": "创建时间", "action": "操作",