@nocobase/plugin-verification 0.11.1-alpha.1 → 0.11.1-alpha.3

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.
@@ -14,5 +14,10 @@ declare const _default: {
14
14
  'Sign name': string;
15
15
  'Sms sdk app id': string;
16
16
  'Template Id': string;
17
+ 'Verification send failed, please try later or contact to administrator': string;
18
+ 'Not a valid cellphone number, please re-enter': string;
19
+ "Please don't retry in {{time}} seconds": string;
20
+ 'You are trying so frequently, please slow down': string;
21
+ 'Verification code is invalid': string;
17
22
  };
18
23
  export default _default;
@@ -20,6 +20,11 @@ var _default = {
20
20
  Region: '地域',
21
21
  'Sign name': '短信签名内容',
22
22
  'Sms sdk app id': '短信应用 ID',
23
- 'Template Id': '短信模板 ID'
23
+ 'Template Id': '短信模板 ID',
24
+ 'Verification send failed, please try later or contact to administrator': '验证码发送失败,请稍后重试或联系管理员',
25
+ 'Not a valid cellphone number, please re-enter': '不是有效的手机号,请重新输入',
26
+ "Please don't retry in {{time}} seconds": '请 {{time}} 秒后再试',
27
+ 'You are trying so frequently, please slow down': '您的操作太频繁,请稍后再试',
28
+ 'Verification code is invalid': '无效的验证码'
24
29
  };
25
30
  exports.default = _default;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "验证码",
5
5
  "description": "verification setting.",
6
6
  "description.zh-CN": "验证码配置。",
7
- "version": "0.11.1-alpha.1",
7
+ "version": "0.11.1-alpha.3",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./lib/server/index.js",
10
10
  "files": [
@@ -29,16 +29,16 @@
29
29
  "@formily/core": "2.2.26",
30
30
  "@formily/react": "2.2.26",
31
31
  "@formily/shared": "2.2.26",
32
- "@nocobase/actions": "0.11.1-alpha.1",
33
- "@nocobase/client": "0.11.1-alpha.1",
34
- "@nocobase/database": "0.11.1-alpha.1",
35
- "@nocobase/resourcer": "0.11.1-alpha.1",
36
- "@nocobase/server": "0.11.1-alpha.1",
37
- "@nocobase/test": "0.11.1-alpha.1",
38
- "@nocobase/utils": "0.11.1-alpha.1",
32
+ "@nocobase/actions": "0.11.1-alpha.3",
33
+ "@nocobase/client": "0.11.1-alpha.3",
34
+ "@nocobase/database": "0.11.1-alpha.3",
35
+ "@nocobase/resourcer": "0.11.1-alpha.3",
36
+ "@nocobase/server": "0.11.1-alpha.3",
37
+ "@nocobase/test": "0.11.1-alpha.3",
38
+ "@nocobase/utils": "0.11.1-alpha.3",
39
39
  "antd": "^5.6.4",
40
40
  "react": "18.x",
41
41
  "react-i18next": "^11.15.1"
42
42
  },
43
- "gitHead": "9ed1dba520bc5f3a7cb1255ea8d92ccbefc11bc8"
43
+ "gitHead": "5ed3bd7d5b16bd38d268961b34875d5cd45799ef"
44
44
  }
@@ -17,4 +17,10 @@ export default {
17
17
  'Sign name': '短信签名内容',
18
18
  'Sms sdk app id': '短信应用 ID',
19
19
  'Template Id': '短信模板 ID',
20
+
21
+ 'Verification send failed, please try later or contact to administrator': '验证码发送失败,请稍后重试或联系管理员',
22
+ 'Not a valid cellphone number, please re-enter': '不是有效的手机号,请重新输入',
23
+ "Please don't retry in {{time}} seconds": '请 {{time}} 秒后再试',
24
+ 'You are trying so frequently, please slow down': '您的操作太频繁,请稍后再试',
25
+ 'Verification code is invalid': '无效的验证码',
20
26
  };
File without changes
File without changes
File without changes