@nocobase/plugin-users 1.7.0-beta.1 → 1.7.0-beta.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.
package/dist/externalVersion.js
CHANGED
|
@@ -13,18 +13,18 @@ module.exports = {
|
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
14
|
"react-router-dom": "6.28.1",
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@nocobase/client": "1.7.0-beta.
|
|
16
|
+
"@nocobase/client": "1.7.0-beta.3",
|
|
17
17
|
"antd": "5.12.8",
|
|
18
18
|
"@formily/core": "2.3.0",
|
|
19
|
-
"@nocobase/plugin-acl": "1.7.0-beta.
|
|
19
|
+
"@nocobase/plugin-acl": "1.7.0-beta.3",
|
|
20
20
|
"@emotion/css": "11.13.0",
|
|
21
|
-
"@nocobase/utils": "1.7.0-beta.
|
|
22
|
-
"@nocobase/database": "1.7.0-beta.
|
|
23
|
-
"@nocobase/server": "1.7.0-beta.
|
|
24
|
-
"@nocobase/plugin-user-data-sync": "1.7.0-beta.
|
|
25
|
-
"@nocobase/plugin-ui-schema-storage": "1.7.0-beta.
|
|
21
|
+
"@nocobase/utils": "1.7.0-beta.3",
|
|
22
|
+
"@nocobase/database": "1.7.0-beta.3",
|
|
23
|
+
"@nocobase/server": "1.7.0-beta.3",
|
|
24
|
+
"@nocobase/plugin-user-data-sync": "1.7.0-beta.3",
|
|
25
|
+
"@nocobase/plugin-ui-schema-storage": "1.7.0-beta.3",
|
|
26
26
|
"lodash": "4.17.21",
|
|
27
|
-
"@nocobase/actions": "1.7.0-beta.
|
|
27
|
+
"@nocobase/actions": "1.7.0-beta.3",
|
|
28
28
|
"sequelize": "6.35.2",
|
|
29
|
-
"@nocobase/plugin-system-settings": "1.7.0-beta.
|
|
29
|
+
"@nocobase/plugin-system-settings": "1.7.0-beta.3"
|
|
30
30
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Users & Permissions": "Benutzer & Berechtigungen",
|
|
3
|
+
"Add users": "Benutzer hinzufügen",
|
|
4
|
+
"Add user": "Benutzer hinzufügen",
|
|
5
|
+
"Remove user": "Benutzer entfernen",
|
|
6
|
+
"Are you sure you want to remove it?": "Sind Sie sicher, dass Sie es entfernen möchten?",
|
|
7
|
+
"Random password": "Zufälliges Passwort",
|
|
8
|
+
"Users manager": "Benutzerverwaltung",
|
|
9
|
+
"Allow edit profile": "Bearbeitung des Profils erlauben",
|
|
10
|
+
"Allow change password": "Passwortänderung erlauben",
|
|
11
|
+
"User profile is not allowed to be edited": "Das Benutzerprofil darf nicht bearbeitet werden"
|
|
12
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Users & Permissions": "Utenti e Permessi",
|
|
3
3
|
"Add users": "Aggiungi utenti",
|
|
4
|
+
"Add user": "Aggiungi utente",
|
|
4
5
|
"Remove user": "Rimuovi utente",
|
|
5
6
|
"Are you sure you want to remove it?": "Sei sicuro di volerlo rimuovere?",
|
|
6
7
|
"Random password": "Password casuale",
|
|
8
|
+
"Users manager": "Gestore utenti",
|
|
9
|
+
"Allow edit profile": "Permetti modifica profilo",
|
|
10
|
+
"Allow change password": "Permetti modifica password",
|
|
7
11
|
"User profile is not allowed to be edited": "Il profilo utente non può essere modificato"
|
|
8
12
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Users & Permissions": "Users & Permissions",
|
|
3
|
+
"Add users": "Add users",
|
|
4
|
+
"Remove user": "Remove user",
|
|
5
|
+
"Are you sure you want to remove it?": "Are you sure you want to remove it?",
|
|
6
|
+
"Random password": "Random password",
|
|
7
|
+
"User profile is not allowed to be edited": "User profile is not allowed to be edited"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"The email is incorrect, please re-enter": "The email is incorrect, please re-enter",
|
|
3
|
+
"Please fill in your email address": "Please fill in your email address",
|
|
4
|
+
"The password is incorrect, please re-enter": "The password is incorrect, please re-enter",
|
|
5
|
+
"Not a valid cellphone number, please re-enter": "Not a valid cellphone number, please re-enter",
|
|
6
|
+
"The phone number has been registered, please login directly": "The phone number has been registered, please login directly",
|
|
7
|
+
"The phone number is not registered, please register first": "The phone number is not registered, please register first"
|
|
8
|
+
}
|
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.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.3",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/users",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@nocobase/test": "1.x",
|
|
28
28
|
"@nocobase/utils": "1.x"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"Users & permissions"
|
|
33
33
|
]
|