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": "操作",