@nocobase/plugin-users 2.0.0-alpha.41 → 2.0.0-alpha.43

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.
@@ -13,17 +13,17 @@ module.exports = {
13
13
  "react-i18next": "11.18.6",
14
14
  "react-router-dom": "6.30.1",
15
15
  "react": "18.2.0",
16
- "@nocobase/client": "2.0.0-alpha.41",
16
+ "@nocobase/client": "2.0.0-alpha.43",
17
17
  "antd": "5.24.2",
18
18
  "@formily/core": "2.3.7",
19
- "@nocobase/plugin-acl": "2.0.0-alpha.41",
19
+ "@nocobase/plugin-acl": "2.0.0-alpha.43",
20
20
  "@emotion/css": "11.13.0",
21
- "@nocobase/utils": "2.0.0-alpha.41",
22
- "@nocobase/database": "2.0.0-alpha.41",
23
- "@nocobase/server": "2.0.0-alpha.41",
24
- "@nocobase/plugin-user-data-sync": "2.0.0-alpha.41",
25
- "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.41",
21
+ "@nocobase/utils": "2.0.0-alpha.43",
22
+ "@nocobase/database": "2.0.0-alpha.43",
23
+ "@nocobase/server": "2.0.0-alpha.43",
24
+ "@nocobase/plugin-user-data-sync": "2.0.0-alpha.43",
25
+ "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.43",
26
26
  "lodash": "4.17.21",
27
- "@nocobase/actions": "2.0.0-alpha.41",
27
+ "@nocobase/actions": "2.0.0-alpha.43",
28
28
  "sequelize": "6.35.2"
29
29
  };
@@ -0,0 +1,9 @@
1
+ {
2
+ "Users & Permissions": "Пользователи и разрешения",
3
+ "Add users": "Добавить пользователей",
4
+ "Add user": "Добавить пользователя",
5
+ "Remove user": "Удалить пользователя",
6
+ "Are you sure you want to remove it?": "Вы уверены, что хотите удалить это?",
7
+ "Random password": "Случайный пароль",
8
+ "User profile is not allowed to be edited": "Профиль пользователя нельзя редактировать"
9
+ }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-users",
3
3
  "displayName": "Users",
4
+ "displayName.ru-RU": "Пользователи",
4
5
  "displayName.zh-CN": "用户",
5
6
  "description": "Provides basic user model, as well as created by and updated by fields.",
7
+ "description.ru-RU": "Предоставляет базовую модель пользователя, а также поля кем, когда «создано» и «обновлено».",
6
8
  "description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
7
- "version": "2.0.0-alpha.41",
9
+ "version": "2.0.0-alpha.43",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "./dist/server/index.js",
10
12
  "homepage": "https://docs.nocobase.com/handbook/users",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/users",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/users",
12
15
  "devDependencies": {
13
16
  "@types/jsonwebtoken": "^9.0.9",
@@ -27,7 +30,7 @@
27
30
  "@nocobase/test": "2.x",
28
31
  "@nocobase/utils": "2.x"
29
32
  },
30
- "gitHead": "889e81eef0280c2e45571bd0a4b2db6aa004f8c1",
33
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
31
34
  "keywords": [
32
35
  "Users & permissions"
33
36
  ]