@nocobase/plugin-user-data-sync 1.7.0-beta.1 → 1.7.0-beta.2

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.7.0-beta.1",
13
+ "@nocobase/client": "1.7.0-beta.2",
14
14
  "@ant-design/icons": "5.6.1",
15
15
  "@formily/core": "2.3.0",
16
16
  "antd": "5.12.8",
17
- "@nocobase/utils": "1.7.0-beta.1",
18
- "@nocobase/server": "1.7.0-beta.1",
19
- "@nocobase/logger": "1.7.0-beta.1",
20
- "@nocobase/actions": "1.7.0-beta.1",
17
+ "@nocobase/utils": "1.7.0-beta.2",
18
+ "@nocobase/server": "1.7.0-beta.2",
19
+ "@nocobase/logger": "1.7.0-beta.2",
20
+ "@nocobase/actions": "1.7.0-beta.2",
21
21
  "dayjs": "1.11.10",
22
- "@nocobase/database": "1.7.0-beta.1",
22
+ "@nocobase/database": "1.7.0-beta.2",
23
23
  "react-i18next": "11.18.6"
24
24
  };
@@ -0,0 +1,24 @@
1
+ {
2
+ "Synchronize": "Synchronisieren",
3
+ "Source name": "Quellname",
4
+ "Source display name": "Anzeigename der Quelle",
5
+ "Type": "Typ",
6
+ "Sync": "Synchronisieren",
7
+ "Tasks": "Aufgaben",
8
+ "Batch": "Stapel",
9
+ "Status": "Status",
10
+ "Message": "Nachricht",
11
+ "Init": "Initialisierung",
12
+ "Processing": "In Bearbeitung",
13
+ "Success": "Erfolg",
14
+ "Failed": "Fehlgeschlagen",
15
+ "Authenticator": "Authentifizierer",
16
+ "dingtalk": "DingTalk",
17
+ "wecom": "WeCom",
18
+ "default": "Standard",
19
+ "Retry": "Wiederholen",
20
+ "No user data source plugin installed": "Kein Benutzerdatenquellen-Plugin installiert",
21
+ "View documentation": "Dokumentation anzeigen",
22
+ "The synchronization has started. You can click on 'Tasks' to view the synchronization status.": "Die Synchronisierung wurde gestartet. Sie können auf 'Aufgaben' klicken, um den Synchronisierungsstatus anzuzeigen.",
23
+ "The sync source API call failed. Please check the logs to troubleshoot the issue.": "Der API-Aufruf der Synchronisierungsquelle ist fehlgeschlagen. Bitte überprüfen Sie die Protokolle, um das Problem zu beheben."
24
+ }
@@ -13,6 +13,9 @@
13
13
  "Success": "Successo",
14
14
  "Failed": "Fallito",
15
15
  "Authenticator": "Autenticatore",
16
+ "dingtalk": "DingTalk",
17
+ "wecom": "WeChat",
18
+ "default": "predefinito",
16
19
  "Retry": "Riprova",
17
20
  "No user data source plugin installed": "Nessun plugin origine dati utente installato",
18
21
  "View documentation": "Visualizza documentazione",
@@ -0,0 +1,21 @@
1
+ {
2
+ "Synchronize": "Synchronize",
3
+ "Source name": "Source name",
4
+ "Source display name": "Source display name",
5
+ "Type": "Type",
6
+ "Sync": "Sync",
7
+ "Tasks": "Tasks",
8
+ "Batch": "Batch",
9
+ "Status": "Status",
10
+ "Message": "Message",
11
+ "Init": "Init",
12
+ "Processing": "Processing",
13
+ "Success": "Success",
14
+ "Failed": "Failed",
15
+ "Authenticator": "Authenticator",
16
+ "Retry": "Retry",
17
+ "No user data source plugin installed": "No user data source plugin installed",
18
+ "View documentation": "View documentation",
19
+ "The synchronization has started. You can click on 'Tasks' to view the synchronization status.": "The synchronization has started. You can click on 'Tasks' to view the synchronization status.",
20
+ "The sync source API call failed. Please check the logs to troubleshoot the issue.": "The sync source API call failed. Please check the logs to troubleshoot the issue."
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.7.0-beta.1",
7
+ "version": "1.7.0-beta.2",
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": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e"
17
+ "gitHead": "58b206bdfca521e79a69989ca55dd19075dca523"
18
18
  }