@nocobase/plugin-user-data-sync 1.5.24 → 1.5.26

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,15 +10,15 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@formily/react": "2.3.0",
13
- "@nocobase/client": "1.5.24",
13
+ "@nocobase/client": "1.5.26",
14
14
  "@ant-design/icons": "5.2.6",
15
15
  "@formily/core": "2.3.0",
16
16
  "antd": "5.12.8",
17
- "@nocobase/utils": "1.5.24",
18
- "@nocobase/server": "1.5.24",
19
- "@nocobase/logger": "1.5.24",
20
- "@nocobase/actions": "1.5.24",
17
+ "@nocobase/utils": "1.5.26",
18
+ "@nocobase/server": "1.5.26",
19
+ "@nocobase/logger": "1.5.26",
20
+ "@nocobase/actions": "1.5.26",
21
21
  "dayjs": "1.11.10",
22
- "@nocobase/database": "1.5.24",
22
+ "@nocobase/database": "1.5.26",
23
23
  "react-i18next": "11.18.6"
24
24
  };
@@ -0,0 +1,21 @@
1
+ {
2
+ "Synchronize": "Sincronizza",
3
+ "Source name": "Nome origine",
4
+ "Source display name": "Nome visualizzato origine",
5
+ "Type": "Tipo",
6
+ "Sync": "Sincronizza",
7
+ "Tasks": "Attività",
8
+ "Batch": "Batch",
9
+ "Status": "Stato",
10
+ "Message": "Messaggio",
11
+ "Init": "Inizializzazione",
12
+ "Processing": "Elaborazione",
13
+ "Success": "Successo",
14
+ "Failed": "Fallito",
15
+ "Authenticator": "Autenticatore",
16
+ "Retry": "Riprova",
17
+ "No user data source plugin installed": "Nessun plugin origine dati utente installato",
18
+ "View documentation": "Visualizza documentazione",
19
+ "The synchronization has started. You can click on 'Tasks' to view the synchronization status.": "La sincronizzazione è iniziata. Puoi cliccare su 'Attività' per visualizzare lo stato della sincronizzazione.",
20
+ "The sync source API call failed. Please check the logs to troubleshoot the issue.": "La chiamata API di sincronizzazione all' origine è fallita. Controlla i registri per risolvere il problema."
21
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "用户数据同步",
5
5
  "description": "Reigster and manage extensible user data synchronization sources, with HTTP API provided by default. Support for synchronizing data to resources such as users and departments.",
6
6
  "description.zh-CN": "注册和管理可扩展的用户数据同步来源,默认提供 HTTP API。支持向用户和部门等资源同步数据。",
7
- "version": "1.5.24",
7
+ "version": "1.5.26",
8
8
  "main": "dist/server/index.js",
9
9
  "peerDependencies": {
10
10
  "@nocobase/client": "1.x",
@@ -14,5 +14,5 @@
14
14
  "keywords": [
15
15
  "Users & permissions"
16
16
  ],
17
- "gitHead": "8187daacdcc7b6db09a95015f23354bcf350a9d2"
17
+ "gitHead": "ac88290d32cbc2373bc2a9f6f0302d84f1d9984e"
18
18
  }