@nocobase/plugin-user-data-sync 1.7.0-beta.2 → 1.7.0-beta.4
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 +6 -6
- package/dist/locale/nl-NL.json +16 -16
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -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.
|
|
13
|
+
"@nocobase/client": "1.7.0-beta.4",
|
|
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.
|
|
18
|
-
"@nocobase/server": "1.7.0-beta.
|
|
19
|
-
"@nocobase/logger": "1.7.0-beta.
|
|
20
|
-
"@nocobase/actions": "1.7.0-beta.
|
|
17
|
+
"@nocobase/utils": "1.7.0-beta.4",
|
|
18
|
+
"@nocobase/server": "1.7.0-beta.4",
|
|
19
|
+
"@nocobase/logger": "1.7.0-beta.4",
|
|
20
|
+
"@nocobase/actions": "1.7.0-beta.4",
|
|
21
21
|
"dayjs": "1.11.10",
|
|
22
|
-
"@nocobase/database": "1.7.0-beta.
|
|
22
|
+
"@nocobase/database": "1.7.0-beta.4",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Synchronize": "
|
|
3
|
-
"Source name": "
|
|
4
|
-
"Source display name": "
|
|
2
|
+
"Synchronize": "Synchroniseren",
|
|
3
|
+
"Source name": "Bronnaam",
|
|
4
|
+
"Source display name": "Weergavenaam van de bron",
|
|
5
5
|
"Type": "Type",
|
|
6
|
-
"Sync": "
|
|
7
|
-
"Tasks": "
|
|
6
|
+
"Sync": "Synchroniseren",
|
|
7
|
+
"Tasks": "Taken",
|
|
8
8
|
"Batch": "Batch",
|
|
9
9
|
"Status": "Status",
|
|
10
|
-
"Message": "
|
|
11
|
-
"Init": "
|
|
12
|
-
"Processing": "
|
|
13
|
-
"Success": "
|
|
14
|
-
"Failed": "
|
|
10
|
+
"Message": "Bericht",
|
|
11
|
+
"Init": "Initialiseren",
|
|
12
|
+
"Processing": "Verwerken",
|
|
13
|
+
"Success": "Succes",
|
|
14
|
+
"Failed": "Mislukt",
|
|
15
15
|
"Authenticator": "Authenticator",
|
|
16
|
-
"Retry": "
|
|
17
|
-
"No user data source plugin installed": "
|
|
18
|
-
"View documentation": "
|
|
19
|
-
"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.": "
|
|
21
|
-
}
|
|
16
|
+
"Retry": "Opnieuw proberen",
|
|
17
|
+
"No user data source plugin installed": "Geen gebruikersgegevensbron-plugin geïnstalleerd",
|
|
18
|
+
"View documentation": "Bekijk documentatie",
|
|
19
|
+
"The synchronization has started. You can click on 'Tasks' to view the synchronization status.": "De synchronisatie is gestart. Je kunt op 'Taken' klikken om de synchronisatiestatus te bekijken.",
|
|
20
|
+
"The sync source API call failed. Please check the logs to troubleshoot the issue.": "De API-aanroep voor de synchronisatiebron is mislukt. Controleer de logbestanden om het probleem op te lossen."
|
|
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.
|
|
7
|
+
"version": "1.7.0-beta.4",
|
|
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": "
|
|
17
|
+
"gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8"
|
|
18
18
|
}
|