@nocobase/plugin-users 1.3.24-beta → 1.3.25-beta

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.
@@ -10,16 +10,16 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.12.8",
13
- "@nocobase/client": "1.3.24-beta",
13
+ "@nocobase/client": "1.3.25-beta",
14
14
  "@formily/react": "2.3.0",
15
15
  "@formily/core": "2.3.0",
16
- "@nocobase/plugin-acl": "1.3.24-beta",
17
- "@nocobase/utils": "1.3.24-beta",
16
+ "@nocobase/plugin-acl": "1.3.25-beta",
17
+ "@nocobase/utils": "1.3.25-beta",
18
18
  "react-i18next": "11.18.6",
19
- "@nocobase/database": "1.3.24-beta",
20
- "@nocobase/server": "1.3.24-beta",
21
- "@nocobase/cache": "1.3.24-beta",
19
+ "@nocobase/database": "1.3.25-beta",
20
+ "@nocobase/server": "1.3.25-beta",
21
+ "@nocobase/cache": "1.3.25-beta",
22
22
  "@formily/shared": "2.3.0",
23
- "@nocobase/actions": "1.3.24-beta",
23
+ "@nocobase/actions": "1.3.25-beta",
24
24
  "lodash": "4.17.21"
25
25
  };
@@ -0,0 +1,7 @@
1
+ {
2
+ "Users & Permissions": "ユーザーと権限",
3
+ "Add users": "ユーザーを追加",
4
+ "Remove user": "ユーザーを削除",
5
+ "Are you sure you want to remove it?": "本当に削除してよろしいですか?",
6
+ "Random password": "ランダムパスワード"
7
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "用户",
5
5
  "description": "Provides basic user model, as well as created by and updated by fields.",
6
6
  "description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
7
- "version": "1.3.24-beta",
7
+ "version": "1.3.25-beta",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/users",
@@ -24,7 +24,7 @@
24
24
  "@nocobase/test": "1.x",
25
25
  "@nocobase/utils": "1.x"
26
26
  },
27
- "gitHead": "d575eb932c5651c2fa8dbef70e5c356efc6bf271",
27
+ "gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
28
28
  "keywords": [
29
29
  "Users & permissions"
30
30
  ]