@nocobase/plugin-data-source-manager 2.0.0-alpha.49 → 2.0.0-alpha.50
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 +35 -30
- package/dist/locale/en-US.json +41 -3
- package/dist/locale/es-ES.json +45 -0
- package/dist/locale/fr-FR.json +45 -0
- package/dist/locale/hu-HU.json +45 -0
- package/dist/locale/id-ID.json +45 -0
- package/dist/locale/it-IT.json +35 -30
- package/dist/locale/ja-JP.json +34 -29
- package/dist/locale/ko-KR.json +45 -0
- package/dist/locale/nl-NL.json +44 -40
- package/dist/locale/pt-BR.json +45 -0
- package/dist/locale/ru-RU.json +37 -31
- package/dist/locale/tr-TR.json +45 -0
- package/dist/locale/uk-UA.json +45 -0
- package/dist/locale/vi-VN.json +45 -0
- package/dist/locale/zh-CN.json +34 -34
- package/dist/locale/zh-TW.json +45 -0
- package/dist/server/middlewares/load-tables.js +31 -12
- 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": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.50",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/plugin-acl": "2.0.0-alpha.
|
|
14
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
15
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
16
|
-
"@nocobase/data-source-manager": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/plugin-acl": "2.0.0-alpha.50",
|
|
14
|
+
"@nocobase/utils": "2.0.0-alpha.50",
|
|
15
|
+
"@nocobase/server": "2.0.0-alpha.50",
|
|
16
|
+
"@nocobase/data-source-manager": "2.0.0-alpha.50",
|
|
17
17
|
"lodash": "4.17.21",
|
|
18
|
-
"@nocobase/acl": "2.0.0-alpha.
|
|
18
|
+
"@nocobase/acl": "2.0.0-alpha.50",
|
|
19
19
|
"@ant-design/icons": "5.6.1",
|
|
20
20
|
"antd": "5.24.2",
|
|
21
21
|
"react-router-dom": "6.30.1",
|
|
@@ -23,10 +23,10 @@ module.exports = {
|
|
|
23
23
|
"@formily/shared": "2.3.7",
|
|
24
24
|
"react-i18next": "11.18.6",
|
|
25
25
|
"@emotion/css": "11.13.0",
|
|
26
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
27
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
26
|
+
"@nocobase/actions": "2.0.0-alpha.50",
|
|
27
|
+
"@nocobase/database": "2.0.0-alpha.50",
|
|
28
28
|
"sequelize": "6.35.2",
|
|
29
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
29
|
+
"@nocobase/test": "2.0.0-alpha.50",
|
|
30
30
|
"@formily/antd-v5": "1.2.3",
|
|
31
31
|
"@formily/core": "2.3.7",
|
|
32
32
|
"@formily/reactive": "2.3.7",
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,40 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Allow adding and modifying collection": "Hinzufügen und Ändern von Sammlungen erlauben",
|
|
3
|
+
"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.": "Sind Sie sicher, dass Sie das Feld \"{{title}}\" als eindeutigen Datensatzschlüssel festlegen möchten? Diese Einstellung kann nach dem Festlegen nicht mehr geändert werden.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Sammlungen",
|
|
6
|
+
"Connection successful": "Verbindung erfolgreich",
|
|
3
7
|
"Data source display name": "Anzeigename der Datenquelle",
|
|
4
|
-
"Host": "Host",
|
|
5
|
-
"Port": "Port",
|
|
6
|
-
"Database": "Datenbank",
|
|
7
8
|
"Data source manager": "Datenquellenverwaltung",
|
|
9
|
+
"Data source name": "Datenquellname",
|
|
10
|
+
"Data source synchronization in progress": "Datenquellensynchronisierung läuft",
|
|
11
|
+
"Data source synchronization successful": "Datenquellensynchronisierung erfolgreich",
|
|
8
12
|
"Data sources": "Datenquellen",
|
|
9
|
-
"
|
|
10
|
-
"View documentation": "Dokumentation anzeigen",
|
|
11
|
-
"Test Connection": "Verbindung testen",
|
|
12
|
-
"Connection successful": "Verbindung erfolgreich",
|
|
13
|
-
"Display name": "Anzeigename",
|
|
14
|
-
"Username": "Benutzername",
|
|
15
|
-
"Password": "Passwort",
|
|
16
|
-
"Type": "Typ",
|
|
13
|
+
"Database": "Datenbank",
|
|
17
14
|
"Description": "Beschreibung",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"Permissions": "Berechtigungen",
|
|
21
|
-
"Allow adding and modifying collection": "Hinzufügen und Ändern von Sammlungen erlauben",
|
|
22
|
-
"Unknown field type": "Unbekannter Feldtyp",
|
|
23
|
-
"The following field types are not compatible and do not support output and display": "Die folgenden Feldtypen sind nicht kompatibel und unterstützen keine Ausgabe und Anzeige",
|
|
15
|
+
"Display name": "Anzeigename",
|
|
16
|
+
"Failed": "Fehlgeschlagen",
|
|
24
17
|
"Field database type": "Felddatenbanktyp",
|
|
25
18
|
"Field interface": "Feldschnittstelle",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"Failed": "Fehlgeschlagen",
|
|
29
|
-
"Loaded": "Geladen",
|
|
30
|
-
"Reloading": "Wird neu geladen",
|
|
31
|
-
"Data source synchronization in progress": "Datenquellensynchronisierung läuft",
|
|
32
|
-
"Data source synchronization successful": "Datenquellensynchronisierung erfolgreich",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filtern Sie Daten basierend auf dem spezifischen Feld, mit der Anforderung, dass der Feldwert eindeutig sein muss.",
|
|
33
21
|
"Filter target key": "Zielschlüssel filtern",
|
|
34
|
-
"
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "Wenn eine Sammlung keinen Primärschlüssel hat, müssen Sie einen eindeutigen Datensatzschlüssel konfigurieren, um Zeilendatensätze innerhalb eines Blocks zu lokalisieren. Wenn Sie dies nicht konfigurieren, wird die Erstellung von Datenblöcken für die Sammlung verhindert.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Geladen",
|
|
26
|
+
"Loading": "Wird geladen",
|
|
27
|
+
"No external data source plugin installed": "Kein externes Datenquellen-Plugin installiert",
|
|
35
28
|
"OK": "OK",
|
|
29
|
+
"Password": "Passwort",
|
|
30
|
+
"Permissions": "Berechtigungen",
|
|
36
31
|
"Please select a field.": "Bitte wählen Sie ein Feld aus.",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Wird neu geladen",
|
|
34
|
+
"Select field": "Feld auswählen",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Speicher",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Verbindung testen",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "Die folgenden Feldtypen sind nicht kompatibel und unterstützen keine Ausgabe und Anzeige",
|
|
41
|
+
"Type": "Typ",
|
|
42
|
+
"Unknown field type": "Unbekannter Feldtyp",
|
|
43
|
+
"Username": "Benutzername",
|
|
44
|
+
"View documentation": "Dokumentation anzeigen"
|
|
45
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,7 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Failed",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Field interface",
|
|
2
19
|
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
3
24
|
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Loading",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permissions",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Storage",
|
|
4
38
|
"Sync field changes from database": "Sync field changes from database",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Failed",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Field interface",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Loading",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permissions",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Storage",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Failed",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Field interface",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Loading",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permissions",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Storage",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Gyűjtemény hozzáadásának és módosításának engedélyezése",
|
|
3
|
+
"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.": "Biztosan ezt a mezőt szeretné egyedi kulcsként beállítani? Ez a beállítás a beállítás után nem módosítható.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Gyűjtemények",
|
|
6
|
+
"Connection successful": "Kapcsolat sikerült",
|
|
7
|
+
"Data source display name": "Adatforrás megjelenítési neve",
|
|
8
|
+
"Data source manager": "Adatforrás kezelő",
|
|
9
|
+
"Data source name": "Adatforrás neve",
|
|
10
|
+
"Data source synchronization in progress": "Adatforrás szinkronizálás folyamatban",
|
|
11
|
+
"Data source synchronization successful": "Adatforrás szinkronizálás sikeres",
|
|
12
|
+
"Data sources": "Adatforrások",
|
|
13
|
+
"Database": "Adatbázis",
|
|
14
|
+
"Description": "Leírás",
|
|
15
|
+
"Display name": "Megjelenítési név",
|
|
16
|
+
"Failed": "Sikertelen",
|
|
17
|
+
"Field database type": "Mező adatbázis típusa",
|
|
18
|
+
"Field interface": "Mező felület",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Adatok szűrése a konkrét mező alapján, a mezőértéknek egyedinek kell lennie.",
|
|
21
|
+
"Filter target key": "Szűrő cél kulcs",
|
|
22
|
+
"Host": "Gazda",
|
|
23
|
+
"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.": "Ha egy gyűjteményből hiányzik egy elsődleges kulcs, akkor konfigurálnia kell egy egyedi rekordkulcsot a sorrekordok egy blokkban történő elhelyezéséhez, ennek a konfigurálásának a elmulasztása megakadályozza a adatblokkok létrehozását a gyűjteményhez.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Betöltve",
|
|
26
|
+
"Loading": "Betöltés",
|
|
27
|
+
"No external data source plugin installed": "Nincs telepítve külső adatforrás bővítmény",
|
|
28
|
+
"OK": "Rendben",
|
|
29
|
+
"Password": "Jelszó",
|
|
30
|
+
"Permissions": "Jogosultságok",
|
|
31
|
+
"Please select a field.": "Kérjük, válasszon ki egy mezőt.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Újratöltés",
|
|
34
|
+
"Select field": "Mező kiválasztása",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Állapot",
|
|
37
|
+
"Storage": "Tárolás",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Kapcsolat tesztelése",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "A következő mezőtípusok nem kompatibilisek, és nem támogatják a kimenetet és a megjelenítést",
|
|
41
|
+
"Type": "Típus",
|
|
42
|
+
"Unknown field type": "Ismeretlen mezőtípus",
|
|
43
|
+
"Username": "Felhasználónév",
|
|
44
|
+
"View documentation": "Dokumentáció megtekintése"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Izinkan menambah dan mengubah koleksi",
|
|
3
|
+
"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.": "Anda yakin ingin mengatur bidang \"{{title}}\" sebagai kunci unik catatan? Pengaturan ini tidak dapat diubah setelah diatur.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Koleksi",
|
|
6
|
+
"Connection successful": "Koneksi berhasil",
|
|
7
|
+
"Data source display name": "Nama tampilan sumber data",
|
|
8
|
+
"Data source manager": "Manajer sumber data",
|
|
9
|
+
"Data source name": "Nama sumber data",
|
|
10
|
+
"Data source synchronization in progress": "Sinkronisasi sumber data sedang berlangsung",
|
|
11
|
+
"Data source synchronization successful": "Sinkronisasi sumber data berhasil",
|
|
12
|
+
"Data sources": "Sumber data",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Deskripsi",
|
|
15
|
+
"Display name": "Nama tampilan",
|
|
16
|
+
"Failed": "Gagal",
|
|
17
|
+
"Field database type": "Tipe database bidang",
|
|
18
|
+
"Field interface": "Antarmuka bidang",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data berdasarkan bidang tertentu, dengan persyaratan bahwa nilai bidang harus unik.",
|
|
21
|
+
"Filter target key": "Kunci target filter",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "Jika sebuah koleksi tidak memiliki kunci utama, Anda harus mengonfigurasi kunci catatan unik untuk menemukan catatan baris dalam sebuah blok, kegagalan mengonfigurasi ini akan mencegah pembuatan blok data untuk koleksi.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Dimuat",
|
|
26
|
+
"Loading": "Memuat",
|
|
27
|
+
"No external data source plugin installed": "Tidak ada plugin sumber data eksternal yang diinstal",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Kata sandi",
|
|
30
|
+
"Permissions": "Izin",
|
|
31
|
+
"Please select a field.": "Harap pilih bidang.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Memuat ulang",
|
|
34
|
+
"Select field": "Pilih bidang",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Penyimpanan",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Uji Koneksi",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "Tipe bidang berikut tidak kompatibel dan tidak mendukung output dan tampilan",
|
|
41
|
+
"Type": "Tipe",
|
|
42
|
+
"Unknown field type": "Tipe bidang tidak diketahui",
|
|
43
|
+
"Username": "Nama pengguna",
|
|
44
|
+
"View documentation": "Lihat dokumentasi"
|
|
45
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,40 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Allow adding and modifying collection": "Consenti aggiunta e modifica raccolta",
|
|
3
|
+
"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.": "Sei sicuro di voler impostare il campo \"{{title}}\" come chiave univoca del record? Questa impostazione non può essere modificata.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Raccolte",
|
|
6
|
+
"Connection successful": "Connessione riuscita",
|
|
3
7
|
"Data source display name": "Nome visualizzato origine dati",
|
|
4
|
-
"Host": "Host",
|
|
5
|
-
"Port": "Porta",
|
|
6
|
-
"Database": "Database",
|
|
7
8
|
"Data source manager": "Gestore origine dati",
|
|
9
|
+
"Data source name": "Nome origine dati",
|
|
10
|
+
"Data source synchronization in progress": "Sincronizzazione origine dati in corso",
|
|
11
|
+
"Data source synchronization successful": "Sincronizzazione origine dati riuscita",
|
|
8
12
|
"Data sources": "Origini dati",
|
|
9
|
-
"
|
|
10
|
-
"View documentation": "Visualizza documentazione",
|
|
11
|
-
"Test Connection": "Test connessione",
|
|
12
|
-
"Connection successful": "Connessione riuscita",
|
|
13
|
-
"Display name": "Nome visualizzato",
|
|
14
|
-
"Username": "Nome utente",
|
|
15
|
-
"Password": "Password",
|
|
16
|
-
"Type": "Tipo",
|
|
13
|
+
"Database": "Database",
|
|
17
14
|
"Description": "Descrizione",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"Permissions": "Permessi",
|
|
21
|
-
"Allow adding and modifying collection": "Consenti aggiunta e modifica raccolta",
|
|
22
|
-
"Unknown field type": "Tipo di campo sconosciuto",
|
|
23
|
-
"The following field types are not compatible and do not support output and display": "I seguenti tipi di campo non sono compatibili e non supportano l'output e la visualizzazione",
|
|
15
|
+
"Display name": "Nome visualizzato",
|
|
16
|
+
"Failed": "Fallito",
|
|
24
17
|
"Field database type": "Tipo di campo database",
|
|
25
18
|
"Field interface": "Interfaccia utente",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"Failed": "Fallito",
|
|
29
|
-
"Loaded": "Caricato",
|
|
30
|
-
"Reloading": "Ricaricamento",
|
|
31
|
-
"Data source synchronization in progress": "Sincronizzazione origine dati in corso",
|
|
32
|
-
"Data source synchronization successful": "Sincronizzazione origine dati riuscita",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filtra i dati in base al campo specifico, con il requisito che il valore del campo deve essere univoco.",
|
|
33
21
|
"Filter target key": "Filtra chiave di destinazione",
|
|
34
|
-
"
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "Se una raccolta è priva di una chiave primaria, è necessario configurare una chiave di record univoca per individuare le righe dei record all'interno di un blocco; la mancata configurazione di ciò impedirà la creazione di blocchi dati per la raccolta.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Caricato",
|
|
26
|
+
"Loading": "Caricamento",
|
|
27
|
+
"No external data source plugin installed": "Nessun plugin di origine dati esterna installato",
|
|
35
28
|
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permessi",
|
|
36
31
|
"Please select a field.": "Seleziona un campo.",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
32
|
+
"Port": "Porta",
|
|
33
|
+
"Reloading": "Ricaricamento",
|
|
34
|
+
"Select field": "Seleziona campo",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Stato",
|
|
37
|
+
"Storage": "Archivio",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test connessione",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "I seguenti tipi di campo non sono compatibili e non supportano l'output e la visualizzazione",
|
|
41
|
+
"Type": "Tipo",
|
|
42
|
+
"Unknown field type": "Tipo di campo sconosciuto",
|
|
43
|
+
"Username": "Nome utente",
|
|
44
|
+
"View documentation": "Visualizza documentazione"
|
|
45
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,40 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Allow adding and modifying collection": "コレクションの追加と修正を許可",
|
|
3
|
+
"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.": "「{{title}}」フィールドを主キーとして設定してもよろしいですか? 設定後は変更できません。",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "コレクション",
|
|
6
|
+
"Connection successful": "接続成功",
|
|
3
7
|
"Data source display name": "データソース表示名",
|
|
4
|
-
"Host": "ホスト",
|
|
5
|
-
"Port": "ポート",
|
|
6
|
-
"Database": "データベース",
|
|
7
8
|
"Data source manager": "データソース管理",
|
|
9
|
+
"Data source name": "データソース名",
|
|
10
|
+
"Data source synchronization in progress": "データソースの同期中",
|
|
11
|
+
"Data source synchronization successful": "データソースの同期が成功しました",
|
|
8
12
|
"Data sources": "データソース",
|
|
9
|
-
"
|
|
10
|
-
"View documentation": "ドキュメントを見る",
|
|
11
|
-
"Test Connection": "接続テスト",
|
|
12
|
-
"Connection successful": "接続成功",
|
|
13
|
-
"Display name": "表示名",
|
|
14
|
-
"Username": "ユーザー名",
|
|
15
|
-
"Password": "パスワード",
|
|
16
|
-
"Type": "タイプ",
|
|
13
|
+
"Database": "データベース",
|
|
17
14
|
"Description": "説明",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"Permissions": "権限",
|
|
21
|
-
"Allow adding and modifying collection": "コレクションの追加と修正を許可",
|
|
22
|
-
"Unknown field type": "不明なフィールドタイプ",
|
|
23
|
-
"The following field types are not compatible and do not support output and display": "以下のフィールドタイプは互換性がなく、出力および表示をサポートしていません",
|
|
15
|
+
"Display name": "表示名",
|
|
16
|
+
"Failed": "読み込み失敗",
|
|
24
17
|
"Field database type": "フィールドデータベースタイプ",
|
|
25
18
|
"Field interface": "UIインターフェース",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"Failed": "読み込み失敗",
|
|
29
|
-
"Loaded": "読み込み済み",
|
|
30
|
-
"Reloading": "再読み込み中",
|
|
31
|
-
"Data source synchronization in progress": "データソースの同期中",
|
|
32
|
-
"Data source synchronization successful": "データソースの同期が成功しました",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "特定のフィールドを基準にデータをフィルタしますが、その値は一意である必要があります。",
|
|
33
21
|
"Filter target key": "ターゲットキーでフィルタ",
|
|
34
|
-
"
|
|
22
|
+
"Host": "ホスト",
|
|
23
|
+
"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.": "データ表に主キーがない場合、ブロック内で行レコードを特定するために一意の識別キーを設定する必要があります。設定しないとデータブロックが作成できません。",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "読み込み済み",
|
|
26
|
+
"Loading": "読み込み中",
|
|
27
|
+
"No external data source plugin installed": "外部データソースプラグインがインストールされていません",
|
|
35
28
|
"OK": "確定",
|
|
29
|
+
"Password": "パスワード",
|
|
30
|
+
"Permissions": "権限",
|
|
36
31
|
"Please select a field.": "フィールドを選択してください",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
32
|
+
"Port": "ポート",
|
|
33
|
+
"Reloading": "再読み込み中",
|
|
34
|
+
"Select field": "フィールドを選択",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "ステータス",
|
|
37
|
+
"Storage": "ストレージ",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "接続テスト",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "以下のフィールドタイプは互換性がなく、出力および表示をサポートしていません",
|
|
41
|
+
"Type": "タイプ",
|
|
42
|
+
"Unknown field type": "不明なフィールドタイプ",
|
|
43
|
+
"Username": "ユーザー名",
|
|
44
|
+
"View documentation": "ドキュメントを見る"
|
|
40
45
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "컬렉션 추가 및 수정 허용",
|
|
3
|
+
"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.": "\"{{title}}\" 필드를 레코드의 고유 키로 설정하시겠습니까? 이 설정은 한 번 지정하면 변경할 수 없습니다.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "컬렉션",
|
|
6
|
+
"Connection successful": "연결 성공",
|
|
7
|
+
"Data source display name": "데이터 소스 표시 이름",
|
|
8
|
+
"Data source manager": "데이터 소스 관리자",
|
|
9
|
+
"Data source name": "데이터 소스 이름",
|
|
10
|
+
"Data source synchronization in progress": "데이터 소스 동기화 진행 중",
|
|
11
|
+
"Data source synchronization successful": "데이터 소스 동기화에 성공했습니다",
|
|
12
|
+
"Data sources": "데이터 소스",
|
|
13
|
+
"Database": "데이터베이스",
|
|
14
|
+
"Description": "설명",
|
|
15
|
+
"Display name": "표시 이름",
|
|
16
|
+
"Failed": "실패",
|
|
17
|
+
"Field database type": "필드 데이터베이스 유형",
|
|
18
|
+
"Field interface": "필드 인터페이스",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "특정 필드를 기준으로 데이터를 필터링하며, 해당 필드의 값은 반드시 고유해야 합니다.",
|
|
21
|
+
"Filter target key": "필터 대상 키",
|
|
22
|
+
"Host": "호스트",
|
|
23
|
+
"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.": "컬렉션에 기본 키가 없는 경우, 블록 내에서 행 레코드를 찾기 위해 고유한 레코드 키를 설정해야 하며, 이를 설정하지 않으면 해당 컬렉션에 대한 데이터 블록을 생성할 수 없습니다.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "로드됨",
|
|
26
|
+
"Loading": "로딩",
|
|
27
|
+
"No external data source plugin installed": "외부 데이터 소스 플러그인이 설치되어 있지 않습니다",
|
|
28
|
+
"OK": "확인",
|
|
29
|
+
"Password": "비밀번호",
|
|
30
|
+
"Permissions": "권한",
|
|
31
|
+
"Please select a field.": "필드를 선택하세요.",
|
|
32
|
+
"Port": "포트",
|
|
33
|
+
"Reloading": "새로고침",
|
|
34
|
+
"Select field": "필드 선택",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "상태",
|
|
37
|
+
"Storage": "스토리지",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "연결 테스트",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "다음 필드 유형은 호환되지 않으며 출력 및 표시를 지원하지 않습니다.",
|
|
41
|
+
"Type": "유형",
|
|
42
|
+
"Unknown field type": "알 수 없는 필드 유형",
|
|
43
|
+
"Username": "사용자 이름",
|
|
44
|
+
"View documentation": "문서 보기"
|
|
45
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,41 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
2
|
+
"Allow adding and modifying collection": "Toestaan toevoegen en wijzigen collectie",
|
|
3
|
+
"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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collecties",
|
|
6
|
+
"Connection successful": "Verbinding succesvol",
|
|
7
|
+
"Data source display name": "Databron weergavenaam",
|
|
8
|
+
"Data source manager": "Databron manager",
|
|
9
|
+
"Data source name": "Databron naam",
|
|
10
|
+
"Data source synchronization in progress": "Databron synchronisatie in uitvoering",
|
|
11
|
+
"Data source synchronization successful": "Databron synchronisatie succesvol",
|
|
12
|
+
"Data sources": "Databronnen",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Beschrijving",
|
|
15
|
+
"Display name": "Weergavenaam",
|
|
16
|
+
"Failed": "Mislukt",
|
|
17
|
+
"Field database type": "Veld database type",
|
|
18
|
+
"Field interface": "Veld interface",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"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.",
|
|
21
|
+
"Filter target key": "Filter doel sleutel",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Geladen",
|
|
26
|
+
"Loading": "Laden",
|
|
27
|
+
"No external data source plugin installed": "Geen externe databron plugin geïnstalleerd",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Wachtwoord",
|
|
30
|
+
"Permissions": "Rechten",
|
|
31
|
+
"Please select a field.": "Selecteer een veld.",
|
|
32
|
+
"Port": "Poort",
|
|
33
|
+
"Reloading": "Herladen",
|
|
34
|
+
"Select field": "Selecteer veld",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Opslag",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test verbinding",
|
|
40
|
+
"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",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Onbekend veldtype",
|
|
43
|
+
"Username": "Gebruikersnaam",
|
|
44
|
+
"View documentation": "Bekijk documentatie"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Failed",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Field interface",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Loading",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permissions",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Storage",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -1,40 +1,46 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Allow adding and modifying collection": "Разрешить добавление и изменение коллекции",
|
|
3
|
+
"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.": "Вы уверены, что хотите установить поле \"{{title}}\" в качестве уникального ключа записи? Это настройка нельзя будет изменить после её установки.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Коллекции",
|
|
6
|
+
"Connection successful": "Соединение успешно",
|
|
7
|
+
"Connection successful'": "Подключение успешно",
|
|
3
8
|
"Data source display name": "Отображаемое имя источника данных",
|
|
4
|
-
"Host": "Хост",
|
|
5
|
-
"Port": "Порт",
|
|
6
|
-
"Database": "База данных",
|
|
7
9
|
"Data source manager": "Менеджер источников данных",
|
|
10
|
+
"Data source name": "Имя источника данных",
|
|
11
|
+
"Data source synchronization in progress": "Выполняется синхронизация источника данных",
|
|
12
|
+
"Data source synchronization successful": "Синхронизация источника данных выполнена успешно",
|
|
8
13
|
"Data sources": "Источники данных",
|
|
9
|
-
"
|
|
10
|
-
"View documentation": "Просмотр документации",
|
|
11
|
-
"Test Connection": "Тест соединения",
|
|
12
|
-
"Connection successful": "Соединение успешно",
|
|
13
|
-
"Display name": "Отображаемое имя",
|
|
14
|
-
"Username": "Имя пользователя",
|
|
15
|
-
"Password": "Пароль",
|
|
16
|
-
"Type": "Тип",
|
|
14
|
+
"Database": "База данных",
|
|
17
15
|
"Description": "Описание",
|
|
18
|
-
"
|
|
19
|
-
"Collections": "Коллекции",
|
|
20
|
-
"Permissions": "Разрешения",
|
|
21
|
-
"Allow adding and modifying collection": "Разрешить добавление и изменение коллекции",
|
|
22
|
-
"Unknown field type": "Неизвестный тип поля",
|
|
23
|
-
"The following field types are not compatible and do not support output and display": "Следующие типы полей несовместимы и не поддерживают вывод и отображение",
|
|
24
|
-
"Field database type": "Тип поля базы данных",
|
|
25
|
-
"Field interface": "Интерфейс поля",
|
|
26
|
-
"Status": "Статус",
|
|
27
|
-
"Loading": "Загрузка",
|
|
16
|
+
"Display name": "Отображаемое имя",
|
|
28
17
|
"Failed": "Ошибка",
|
|
18
|
+
"Field database type": "Тип поля в базе данных",
|
|
19
|
+
"Field interface": "Интерфейс поля",
|
|
20
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
21
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Фильтровать данные на основе определенного поля с требованием уникальности значения поля.",
|
|
22
|
+
"Filter target key": "Целевой ключ фильтра",
|
|
23
|
+
"Host": "Хост",
|
|
24
|
+
"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.": "Если у коллекции отсутствует первичный ключ, необходимо настроить уникальный ключ записи для определения строковых записей в блоке, иначе создание блоков данных для коллекции будет невозможно.",
|
|
25
|
+
"Load tables from database": "Load tables from database",
|
|
29
26
|
"Loaded": "Загружено",
|
|
27
|
+
"Loading": "Загрузка",
|
|
28
|
+
"No external data source plugin installed": "Нет установленных плагинов внешних источников данных",
|
|
29
|
+
"OK": "OK",
|
|
30
|
+
"Password": "Пароль",
|
|
31
|
+
"Permissions": "Права доступа",
|
|
32
|
+
"Please select a field.": "Пожалуйста, выберите поле.",
|
|
33
|
+
"Port": "Порт",
|
|
30
34
|
"Reloading": "Перезагрузка",
|
|
31
|
-
"Data source synchronization in progress": "Синхронизация источника данных в процессе",
|
|
32
|
-
"Data source synchronization successful": "Синхронизация источника данных успешна",
|
|
33
|
-
"Filter target key": "Ключ фильтра цели",
|
|
34
35
|
"Select field": "Выбрать поле",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
36
|
+
"Selected tables": "Selected tables",
|
|
37
|
+
"Status": "Статус",
|
|
38
|
+
"Storage": "Хранилище",
|
|
39
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
40
|
+
"Test Connection": "Тест соединения",
|
|
41
|
+
"The following field types are not compatible and do not support output and display": "Следующие типы полей не совместимы и не поддерживают вывод и отображение",
|
|
42
|
+
"Type": "Тип",
|
|
43
|
+
"Unknown field type": "Неизвестный тип поля",
|
|
44
|
+
"Username": "Имя пользователя",
|
|
45
|
+
"View documentation": "Просмотр документации"
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Failed",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Field interface",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Loading",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permissions",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Storage",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Failed",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Field interface",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Loading",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permissions",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Storage",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Thất bại",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Giao diện trường",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Đang tải",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Mật khẩu",
|
|
30
|
+
"Permissions": "Quyền",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Trạng thái",
|
|
37
|
+
"Storage": "Storage",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Loại",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Allow adding and modifying collection": "允许添加和修改数据表结构",
|
|
3
|
+
"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.": "你确定将 “{{title}}” 字段设置为主键吗?设置成功后不可修改。",
|
|
4
|
+
"Available tables": "可选数据表",
|
|
5
|
+
"Collections": "数据表",
|
|
6
|
+
"Connection successful": "连接成功",
|
|
3
7
|
"Data source display name": "数据源名称",
|
|
4
|
-
"Host": "服务器地址",
|
|
5
|
-
"Port": "端口",
|
|
6
|
-
"Database": "数据库",
|
|
7
8
|
"Data source manager": "数据源管理",
|
|
9
|
+
"Data source name": "数据源标识",
|
|
10
|
+
"Data source synchronization in progress": "数据源同步中",
|
|
11
|
+
"Data source synchronization successful": "数据源同步成功",
|
|
8
12
|
"Data sources": "数据源",
|
|
9
|
-
"
|
|
10
|
-
"View documentation": "查看文档",
|
|
11
|
-
"Test Connection": "测试连接",
|
|
12
|
-
"Connection successful": "连接成功",
|
|
13
|
-
"Display name": "名称",
|
|
14
|
-
"Username": "用户名",
|
|
15
|
-
"Password": "密码",
|
|
16
|
-
"Type": "类型",
|
|
13
|
+
"Database": "数据库",
|
|
17
14
|
"Description": "描述",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"Permissions": "权限",
|
|
21
|
-
"Allow adding and modifying collection": "允许添加和修改数据表结构",
|
|
22
|
-
"Unknown field type": "未知字段类型",
|
|
23
|
-
"The following field types are not compatible and do not support output and display": "以下字段类型未适配,不支持输出和显示",
|
|
15
|
+
"Display name": "名称",
|
|
16
|
+
"Failed": "加载失败",
|
|
24
17
|
"Field database type": "字段数据库类型",
|
|
25
18
|
"Field interface": "UI类型",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"Failed": "加载失败",
|
|
29
|
-
"Loaded": "已加载",
|
|
30
|
-
"Reloading": "加载中",
|
|
31
|
-
"Data source synchronization in progress": "数据源同步中",
|
|
32
|
-
"Data source synchronization successful": "数据源同步成功",
|
|
19
|
+
"Field synchronization confirmation prompt": "确认要对所有数据表执行字段同步吗?取决于数据表和字段数量,可能会耗时几秒到几十秒。若只需同步个别表,请使用相应表的“配置字段” - “从数据库同步”进行操作。",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "根据特定的字段筛选数据,字段值必须具备唯一性。",
|
|
33
21
|
"Filter target key": "筛选目标键",
|
|
34
|
-
"
|
|
35
|
-
"OK": "确定",
|
|
36
|
-
"Please select a field.": "请选择一个字段。",
|
|
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.": "你确定将 “{{title}}” 字段设置为主键吗?设置成功后不可修改。",
|
|
22
|
+
"Host": "服务器地址",
|
|
38
23
|
"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.": "当数据表没有主键时,你需要配置记录唯一标识符,用于在区块中定位行记录,不配置将无法创建该表的数据区块。",
|
|
39
|
-
"Filter data based on the specific field, with the requirement that the field value must be unique.": "根据特定的字段筛选数据,字段值必须具备唯一性。",
|
|
40
|
-
"Field synchronization confirmation prompt": "确认要对所有数据表执行字段同步吗?取决于数据表和字段数量,可能会耗时几秒到几十秒。若只需同步个别表,请使用相应表的“配置字段” - “从数据库同步”进行操作。",
|
|
41
24
|
"Load tables from database": "从数据库加载表",
|
|
25
|
+
"Loaded": "已加载",
|
|
26
|
+
"Loading": "加载中",
|
|
27
|
+
"No external data source plugin installed": "未安装外部数据源",
|
|
28
|
+
"OK": "确定",
|
|
29
|
+
"Password": "密码",
|
|
30
|
+
"Permissions": "权限",
|
|
31
|
+
"Please select a field.": "请选择一个字段。",
|
|
32
|
+
"Port": "端口",
|
|
33
|
+
"Reloading": "加载中",
|
|
34
|
+
"Select field": "选择字段",
|
|
35
|
+
"Selected tables": "已选数据表",
|
|
36
|
+
"Status": "状态",
|
|
37
|
+
"Storage": "文件地址",
|
|
42
38
|
"Sync field changes from database": "从数据库同步字段变更",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
39
|
+
"Test Connection": "测试连接",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "以下字段类型未适配,不支持输出和显示",
|
|
41
|
+
"Type": "类型",
|
|
42
|
+
"Unknown field type": "未知字段类型",
|
|
43
|
+
"Username": "用户名",
|
|
44
|
+
"View documentation": "查看文档"
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
3
|
+
"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.": "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.",
|
|
4
|
+
"Available tables": "Available tables",
|
|
5
|
+
"Collections": "Collections",
|
|
6
|
+
"Connection successful": "Connection successful",
|
|
7
|
+
"Data source display name": "Data source display name",
|
|
8
|
+
"Data source manager": "Data source manager",
|
|
9
|
+
"Data source name": "Data source name",
|
|
10
|
+
"Data source synchronization in progress": "Data source synchronization in progress",
|
|
11
|
+
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
|
+
"Data sources": "Data sources",
|
|
13
|
+
"Database": "Database",
|
|
14
|
+
"Description": "Description",
|
|
15
|
+
"Display name": "Display name",
|
|
16
|
+
"Failed": "Failed",
|
|
17
|
+
"Field database type": "Field database type",
|
|
18
|
+
"Field interface": "Field interface",
|
|
19
|
+
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
20
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
|
+
"Filter target key": "Filter target key",
|
|
22
|
+
"Host": "Host",
|
|
23
|
+
"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.": "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.",
|
|
24
|
+
"Load tables from database": "Load tables from database",
|
|
25
|
+
"Loaded": "Loaded",
|
|
26
|
+
"Loading": "Loading",
|
|
27
|
+
"No external data source plugin installed": "No external data source plugin installed",
|
|
28
|
+
"OK": "OK",
|
|
29
|
+
"Password": "Password",
|
|
30
|
+
"Permissions": "Permissions",
|
|
31
|
+
"Please select a field.": "Please select a field.",
|
|
32
|
+
"Port": "Port",
|
|
33
|
+
"Reloading": "Reloading",
|
|
34
|
+
"Select field": "Select field",
|
|
35
|
+
"Selected tables": "Selected tables",
|
|
36
|
+
"Status": "Status",
|
|
37
|
+
"Storage": "Storage",
|
|
38
|
+
"Sync field changes from database": "Sync field changes from database",
|
|
39
|
+
"Test Connection": "Test Connection",
|
|
40
|
+
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
41
|
+
"Type": "Type",
|
|
42
|
+
"Unknown field type": "Unknown field type",
|
|
43
|
+
"Username": "Username",
|
|
44
|
+
"View documentation": "View documentation"
|
|
45
|
+
}
|
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
+
var __create = Object.create;
|
|
10
11
|
var __defProp = Object.defineProperty;
|
|
11
12
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
13
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
14
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
13
15
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
16
|
var __export = (target, all) => {
|
|
15
17
|
for (var name in all)
|
|
@@ -23,6 +25,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
23
25
|
}
|
|
24
26
|
return to;
|
|
25
27
|
};
|
|
28
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
29
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
30
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
31
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
32
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
33
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
34
|
+
mod
|
|
35
|
+
));
|
|
26
36
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
37
|
var load_tables_exports = {};
|
|
28
38
|
__export(load_tables_exports, {
|
|
@@ -31,24 +41,33 @@ __export(load_tables_exports, {
|
|
|
31
41
|
module.exports = __toCommonJS(load_tables_exports);
|
|
32
42
|
var import_data_source_manager = require("@nocobase/data-source-manager");
|
|
33
43
|
var import_constants = require("../constants");
|
|
44
|
+
var import_lodash = __toESM(require("lodash"));
|
|
34
45
|
async function loadDataSourceTablesIntoCollections(ctx, next) {
|
|
35
46
|
const { actionName, resourceName, params } = ctx.action;
|
|
36
47
|
if (resourceName === "dataSources" && (actionName === "create" || actionName === "update")) {
|
|
48
|
+
const dataSourcesRepo = ctx.app.db.getRepository("dataSources");
|
|
37
49
|
const { options, type, collections, key } = params.values || {};
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
50
|
+
const dataSourceProvider = actionName === "update" ? {
|
|
51
|
+
get: async () => {
|
|
52
|
+
const { filterByTk } = params;
|
|
53
|
+
const model = await dataSourcesRepo.findByTargetKey(filterByTk);
|
|
54
|
+
if (import_lodash.default.isEqual(model.get("options"), options)) {
|
|
55
|
+
return ctx.app.dataSourceManager.get(filterByTk);
|
|
56
|
+
} else {
|
|
57
|
+
return ctx.app.dataSourceManager.factory.create(model.type, {
|
|
58
|
+
name: filterByTk,
|
|
59
|
+
...options
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
} : {
|
|
64
|
+
get: () => ctx.app.dataSourceManager.factory.create(type, {
|
|
41
65
|
name: key,
|
|
42
66
|
...options
|
|
43
|
-
})
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
dataSource = ctx.app.dataSourceManager.dataSources.get(dataSourceKey);
|
|
48
|
-
if (!dataSource) {
|
|
49
|
-
throw new Error(`dataSource ${dataSourceKey} not found`);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
67
|
+
})
|
|
68
|
+
};
|
|
69
|
+
const dataSource = await dataSourceProvider.get();
|
|
70
|
+
dataSource.setLogger(ctx.logger);
|
|
52
71
|
if (!(dataSource instanceof import_data_source_manager.DatabaseDataSource)) {
|
|
53
72
|
return next();
|
|
54
73
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-data-source-manager",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.50",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Data source manager",
|
|
6
6
|
"displayName.ru-RU": "Менеджер управления источниками данных",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"keywords": [
|
|
21
21
|
"Data model tools"
|
|
22
22
|
],
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1"
|
|
24
24
|
}
|