@nocobase/plugin-data-source-manager 1.7.0-alpha.4 → 1.7.0-beta.10
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 +8 -8
- package/dist/locale/nl-NL.json +41 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.7.0-
|
|
11
|
+
"@nocobase/client": "1.7.0-beta.10",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/plugin-acl": "1.7.0-
|
|
14
|
-
"@nocobase/utils": "1.7.0-
|
|
15
|
-
"@nocobase/server": "1.7.0-
|
|
16
|
-
"@nocobase/data-source-manager": "1.7.0-
|
|
13
|
+
"@nocobase/plugin-acl": "1.7.0-beta.10",
|
|
14
|
+
"@nocobase/utils": "1.7.0-beta.10",
|
|
15
|
+
"@nocobase/server": "1.7.0-beta.10",
|
|
16
|
+
"@nocobase/data-source-manager": "1.7.0-beta.10",
|
|
17
17
|
"lodash": "4.17.21",
|
|
18
|
-
"@nocobase/acl": "1.7.0-
|
|
18
|
+
"@nocobase/acl": "1.7.0-beta.10",
|
|
19
19
|
"@ant-design/icons": "5.6.1",
|
|
20
20
|
"antd": "5.24.2",
|
|
21
21
|
"react-router-dom": "6.28.1",
|
|
@@ -23,9 +23,9 @@ module.exports = {
|
|
|
23
23
|
"react-i18next": "11.18.6",
|
|
24
24
|
"@formily/react": "2.3.0",
|
|
25
25
|
"@emotion/css": "11.13.0",
|
|
26
|
-
"@nocobase/database": "1.7.0-
|
|
26
|
+
"@nocobase/database": "1.7.0-beta.10",
|
|
27
27
|
"sequelize": "6.35.2",
|
|
28
|
-
"@nocobase/test": "1.7.0-
|
|
28
|
+
"@nocobase/test": "1.7.0-beta.10",
|
|
29
29
|
"@formily/antd-v5": "1.2.3",
|
|
30
30
|
"@formily/core": "2.3.0",
|
|
31
31
|
"@formily/reactive": "2.3.0",
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Data source name": "Databron naam",
|
|
3
|
+
"Data source display name": "Databron weergavenaam",
|
|
4
|
+
"Host": "Host",
|
|
5
|
+
"Port": "Poort",
|
|
6
|
+
"Database": "Database",
|
|
7
|
+
"Data source manager": "Databron manager",
|
|
8
|
+
"Data sources": "Databronnen",
|
|
9
|
+
"No external data source plugin installed": "Geen externe databron plugin geïnstalleerd",
|
|
10
|
+
"View documentation": "Bekijk documentatie",
|
|
11
|
+
"Test Connection": "Test verbinding",
|
|
12
|
+
"Connection successful": "Verbinding succesvol",
|
|
13
|
+
"Display name": "Weergavenaam",
|
|
14
|
+
"Username": "Gebruikersnaam",
|
|
15
|
+
"Password": "Wachtwoord",
|
|
16
|
+
"Type": "Type",
|
|
17
|
+
"Description": "Beschrijving",
|
|
18
|
+
"Storage": "Opslag",
|
|
19
|
+
"Collections": "Collecties",
|
|
20
|
+
"Permissions": "Rechten",
|
|
21
|
+
"Allow adding and modifying collection": "Toestaan toevoegen en wijzigen collectie",
|
|
22
|
+
"Unknown field type": "Onbekend veldtype",
|
|
23
|
+
"The following field types are not compatible and do not support output and display": "De volgende veldtypen zijn niet compatibel en ondersteunen geen uitvoer en weergave",
|
|
24
|
+
"Field database type": "Veld database type",
|
|
25
|
+
"Field interface": "Veld interface",
|
|
26
|
+
"Status": "Status",
|
|
27
|
+
"Loading": "Laden",
|
|
28
|
+
"Failed": "Mislukt",
|
|
29
|
+
"Loaded": "Geladen",
|
|
30
|
+
"Reloading": "Herladen",
|
|
31
|
+
"Data source synchronization in progress": "Databron synchronisatie in uitvoering",
|
|
32
|
+
"Data source synchronization successful": "Databron synchronisatie succesvol",
|
|
33
|
+
"Filter target key":"Filter doel sleutel",
|
|
34
|
+
"Select field": "Selecteer veld",
|
|
35
|
+
"OK": "OK",
|
|
36
|
+
"Please select a field.": "Selecteer een veld.",
|
|
37
|
+
"Are you sure you want to set the \"{{title}}\" field as a record unique key? This setting cannot be changed after it's been set.": "Weet je zeker dat je het veld \"{{title}}\" als een unieke sleutel wilt instellen? Deze instelling kan niet worden gewijzigd nadat deze is ingesteld.",
|
|
38
|
+
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "Als een collectie geen primaire sleutel heeft, moet je een unieke record sleutel configureren om rijrecords binnen een blok te lokaliseren, het niet configureren hiervan zal de creatie van datablokken voor de collectie voorkomen.",
|
|
39
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter gegevens op basis van het specifieke veld, met de eis dat de veldwaarde uniek moet zijn."
|
|
40
|
+
}
|
|
41
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-data-source-manager",
|
|
3
|
-
"version": "1.7.0-
|
|
3
|
+
"version": "1.7.0-beta.10",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Data source manager",
|
|
6
6
|
"displayName.zh-CN": "数据源管理",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"keywords": [
|
|
18
18
|
"Data model tools"
|
|
19
19
|
],
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "e9077cd02774330e9d9d0c9ff0324596207d90a0"
|
|
21
21
|
}
|