base6-ui 2.0.8 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,11 @@ declare const enUS: {
8
8
  success: string;
9
9
  parameterProblem: string;
10
10
  userExists: string;
11
+ userIncorrectCode: string;
12
+ userInvalidPassword: string;
13
+ userPhoneNotRegistered: string;
14
+ userBeenDisabled: string;
15
+ userPhoneBeenRegistered: string;
11
16
  resourceExists: string;
12
17
  resourceBeenBound: string;
13
18
  resourceCannotModified: string;
@@ -13,6 +13,16 @@ const e = {
13
13
  // 10000
14
14
  userExists: "Username Already Exists",
15
15
  // 20000
16
+ userIncorrectCode: "Incorrect verification code",
17
+ // 20001
18
+ userInvalidPassword: "Invalid account or password",
19
+ // 20002
20
+ userPhoneNotRegistered: "This phone number is not registered. Please register first before logging in.",
21
+ // 20003
22
+ userBeenDisabled: "This account has been disabled. Please contact the administrator.",
23
+ // 20004
24
+ userPhoneBeenRegistered: "This phone number is already registered. Please log in directly or [retrieve password].",
25
+ // 20005
16
26
  resourceExists: "Resource Name Already Exists",
17
27
  // 30000
18
28
  resourceBeenBound: "Resource Has Been Reused/Bound",
@@ -13,6 +13,16 @@ const e = {
13
13
  // 10000
14
14
  userExists: "用户名已存在",
15
15
  // 20000
16
+ userIncorrectCode: "验证码错误",
17
+ // 20001
18
+ userInvalidPassword: "账号或密码错误",
19
+ // 20002
20
+ userPhoneNotRegistered: "该手机号未注册,请先注册后登录",
21
+ // 20003
22
+ userBeenDisabled: "该账号已被禁用,请联系管理员",
23
+ // 20004
24
+ userPhoneBeenRegistered: "该手机号已注册,请直接登录或【找回密码】",
25
+ // 20005
16
26
  resourceExists: "资源名称已存在",
17
27
  // 30000
18
28
  resourceBeenBound: "资源已被重复使用 / 绑定",