@nocobase/plugin-users 1.6.1 → 1.6.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 +9 -9
- package/dist/locale/de-DE.json +12 -0
- package/dist/locale/it-IT.json +4 -0
- package/package.json +2 -2
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.6.
|
|
16
|
+
"@nocobase/client": "1.6.3",
|
|
17
17
|
"antd": "5.12.8",
|
|
18
18
|
"@formily/core": "2.3.0",
|
|
19
|
-
"@nocobase/plugin-acl": "1.6.
|
|
19
|
+
"@nocobase/plugin-acl": "1.6.3",
|
|
20
20
|
"@emotion/css": "11.13.0",
|
|
21
|
-
"@nocobase/utils": "1.6.
|
|
22
|
-
"@nocobase/database": "1.6.
|
|
23
|
-
"@nocobase/server": "1.6.
|
|
24
|
-
"@nocobase/plugin-user-data-sync": "1.6.
|
|
25
|
-
"@nocobase/plugin-ui-schema-storage": "1.6.
|
|
21
|
+
"@nocobase/utils": "1.6.3",
|
|
22
|
+
"@nocobase/database": "1.6.3",
|
|
23
|
+
"@nocobase/server": "1.6.3",
|
|
24
|
+
"@nocobase/plugin-user-data-sync": "1.6.3",
|
|
25
|
+
"@nocobase/plugin-ui-schema-storage": "1.6.3",
|
|
26
26
|
"lodash": "4.17.21",
|
|
27
|
-
"@nocobase/actions": "1.6.
|
|
27
|
+
"@nocobase/actions": "1.6.3",
|
|
28
28
|
"sequelize": "6.35.2",
|
|
29
|
-
"@nocobase/plugin-system-settings": "1.6.
|
|
29
|
+
"@nocobase/plugin-system-settings": "1.6.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
|
}
|
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.6.
|
|
7
|
+
"version": "1.6.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": "a5236dc36ff3493fee4ced9d99e1889e9de300cf",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"Users & permissions"
|
|
33
33
|
]
|