@nocobase/plugin-map 1.6.2 → 1.6.3
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 +5 -5
- package/dist/locale/de-DE.json +51 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.6.
|
|
11
|
+
"@nocobase/client": "1.6.3",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/server": "1.6.
|
|
14
|
-
"@nocobase/test": "1.6.
|
|
13
|
+
"@nocobase/server": "1.6.3",
|
|
14
|
+
"@nocobase/test": "1.6.3",
|
|
15
15
|
"@formily/react": "2.3.0",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
17
|
"@ant-design/icons": "5.6.1",
|
|
@@ -21,7 +21,7 @@ module.exports = {
|
|
|
21
21
|
"@formily/shared": "2.3.2",
|
|
22
22
|
"@formily/core": "2.3.0",
|
|
23
23
|
"react-i18next": "11.18.6",
|
|
24
|
-
"@nocobase/actions": "1.6.
|
|
25
|
-
"@nocobase/database": "1.6.
|
|
24
|
+
"@nocobase/actions": "1.6.3",
|
|
25
|
+
"@nocobase/database": "1.6.3",
|
|
26
26
|
"ahooks": "3.7.8"
|
|
27
27
|
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Map": "Karte",
|
|
3
|
+
"Map-based geometry": "Kartenbasierte Geometrie",
|
|
4
|
+
"Map type": "Kartentyp",
|
|
5
|
+
"Point": "Punkt",
|
|
6
|
+
"Line": "Linie",
|
|
7
|
+
"Circle": "Kreis",
|
|
8
|
+
"Polygon": "Polygon",
|
|
9
|
+
"Access key": "Zugriffsschlüssel",
|
|
10
|
+
"securityJsCode or serviceHost": "securityJsCode oder serviceHost",
|
|
11
|
+
"AMap": "AMap",
|
|
12
|
+
"Google Maps": "Google Maps",
|
|
13
|
+
"Clear": "Löschen",
|
|
14
|
+
"Click to select the starting point and double-click to end the drawing": "Klicken Sie, um den Startpunkt auszuwählen, und doppelklicken Sie, um die Zeichnung zu beenden",
|
|
15
|
+
"Clear the canvas": "Leinwand löschen",
|
|
16
|
+
"Are you sure to clear the canvas?": "Sind Sie sicher, dass Sie die Leinwand löschen möchten?",
|
|
17
|
+
"Confirm": "Bestätigen",
|
|
18
|
+
"Cancel": "Abbrechen",
|
|
19
|
+
"Enter keywords to search": "Geben Sie Suchbegriffe ein",
|
|
20
|
+
"The AccessKey is incorrect, please check it": "Der Zugriffsschlüssel ist falsch, bitte überprüfen Sie ihn",
|
|
21
|
+
"Please configure the AMap securityCode or serviceHost correctly": "Bitte konfigurieren Sie den AMap securityCode oder serviceHost korrekt",
|
|
22
|
+
"Map manager": "Karten-Manager",
|
|
23
|
+
"Configuration": "Konfiguration",
|
|
24
|
+
"Saved successfully": "Erfolgreich gespeichert",
|
|
25
|
+
"Saved failed": "Speichern fehlgeschlagen",
|
|
26
|
+
"Edit": "Bearbeiten",
|
|
27
|
+
"Save": "Speichern",
|
|
28
|
+
"Please configure the AccessKey and SecurityJsCode first": "Bitte konfigurieren Sie zuerst den AccessKey und SecurityJsCode",
|
|
29
|
+
"Go to the configuration page": "Zur Konfigurationsseite gehen",
|
|
30
|
+
"Zoom": "Zoom",
|
|
31
|
+
"Set default zoom level": "Standard-Zoomstufe festlegen",
|
|
32
|
+
"The default zoom level of the map": "Die Standard-Zoomstufe der Karte",
|
|
33
|
+
"Edit field title": "Feldtitel bearbeiten",
|
|
34
|
+
"Field title": "Feldtitel",
|
|
35
|
+
"Edit tooltip": "Tooltip bearbeiten",
|
|
36
|
+
"Delete field": "Feld löschen",
|
|
37
|
+
"Required": "Erforderlich",
|
|
38
|
+
"Pattern": "Muster",
|
|
39
|
+
"Operator": "Operator",
|
|
40
|
+
"Editable": "Bearbeitbar",
|
|
41
|
+
"Readonly": "Schreibgeschützt",
|
|
42
|
+
"Easy-reading": "Leicht lesbar",
|
|
43
|
+
"Edit description": "Beschreibung bearbeiten",
|
|
44
|
+
"Map field": "Kartenfeld",
|
|
45
|
+
"Marker field": "Markierungsfeld",
|
|
46
|
+
"Load google maps failed, Please check the Api key and refresh the page": "Google Maps konnte nicht geladen werden. Bitte überprüfen Sie den API-Schlüssel und aktualisieren Sie die Seite",
|
|
47
|
+
"Create map block": "Kartenblock erstellen",
|
|
48
|
+
"Start point": "Startpunkt",
|
|
49
|
+
"End point": "Endpunkt",
|
|
50
|
+
"Concatenation order field": "Verkettungsreihenfolgefeld"
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@nocobase/plugin-map",
|
|
3
3
|
"displayName": "Block: Map",
|
|
4
4
|
"displayName.zh-CN": "区块:地图",
|
|
5
|
-
"version": "1.6.
|
|
5
|
+
"version": "1.6.3",
|
|
6
6
|
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
|
7
7
|
"description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@nocobase/test": "1.x",
|
|
37
37
|
"@nocobase/utils": "1.x"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "a5236dc36ff3493fee4ced9d99e1889e9de300cf",
|
|
40
40
|
"keywords": [
|
|
41
41
|
"Blocks"
|
|
42
42
|
]
|