@nocobase/plugin-map 1.6.0-beta.17 → 1.6.0-beta.19

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.
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.6.0-beta.17",
11
+ "@nocobase/client": "1.6.0-beta.19",
12
12
  "react": "18.2.0",
13
- "@nocobase/server": "1.6.0-beta.17",
14
- "@nocobase/test": "1.6.0-beta.17",
13
+ "@nocobase/server": "1.6.0-beta.19",
14
+ "@nocobase/test": "1.6.0-beta.19",
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.0-beta.17",
25
- "@nocobase/database": "1.6.0-beta.17",
24
+ "@nocobase/actions": "1.6.0-beta.19",
25
+ "@nocobase/database": "1.6.0-beta.19",
26
26
  "ahooks": "3.7.8"
27
27
  };
@@ -0,0 +1,51 @@
1
+ {
2
+ "Map": "Mappa",
3
+ "Map-based geometry": "Geometria basata su mappa",
4
+ "Map type": "Tipo di mappa",
5
+ "Point": "Punto",
6
+ "Line": "Linea",
7
+ "Circle": "Cerchio",
8
+ "Polygon": "Poligono",
9
+ "Access key": "Chiave di accesso",
10
+ "securityJsCode or serviceHost": "securityJsCode o serviceHost",
11
+ "AMap": "AMap",
12
+ "Google Maps": "Google Maps",
13
+ "Clear": "Cancella",
14
+ "Click to select the starting point and double-click to end the drawing": "Clicca per selezionare il punto di partenza e fai doppio clic per terminare il disegno",
15
+ "Clear the canvas": "Cancella area di disegno",
16
+ "Are you sure to clear the canvas?": "Sei sicuro di voler cancellare l'area di disegno?",
17
+ "Confirm": "Conferma",
18
+ "Cancel": "Annulla",
19
+ "Enter keywords to search": "Inserisci parole chiave per la ricerca",
20
+ "The AccessKey is incorrect, please check it": "La chiave di accesso non è corretta, controllala",
21
+ "Please configure the AMap securityCode or serviceHost correctly": "Configura correttamente AMap securityCode o serviceHost",
22
+ "Map Manager": "Gestore Mappe",
23
+ "Configuration": "Configurazione",
24
+ "Saved successfully": "Salvataggio riuscito",
25
+ "Saved failed": "Salvataggio fallito",
26
+ "Edit": "Modifica",
27
+ "Save": "Salva",
28
+ "Please configure the AccessKey and SecurityJsCode first": "Configura prima la chiave di accesso e SecurityJsCode",
29
+ "Go to the configuration page": "Vai alla pagina di configurazione",
30
+ "Zoom": "Zoom",
31
+ "Set default zoom level": "Imposta il livello di zoom predefinito",
32
+ "The default zoom level of the map": "Livello di zoom predefinito della mappa",
33
+ "Edit field title": "Modifica titolo campo",
34
+ "Field title": "Titolo campo",
35
+ "Edit tooltip": "Modifica tooltip",
36
+ "Delete field": "Elimina campo",
37
+ "Required": "Obbligatorio",
38
+ "Pattern": "Modello",
39
+ "Operator": "Operatore",
40
+ "Editable": "Modificabile",
41
+ "Readonly": "Sola lettura",
42
+ "Easy-reading": "Facile lettura",
43
+ "Edit description": "Modifica descrizione",
44
+ "Map field": "Campo mappa",
45
+ "Marker field": "Campo marcatore",
46
+ "Load google maps failed, Please check the Api key and refresh the page": "Caricamento di Google Maps fallito, controlla la chiave API e aggiorna la pagina",
47
+ "Create map block": "Crea blocco mappa",
48
+ "Start point": "Punto di partenza",
49
+ "End point": "Punto di destinazione",
50
+ "Concatenation order field": "Campo ordine di concatenazione"
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.0-beta.17",
5
+ "version": "1.6.0-beta.19",
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": "f431f7c589bcefd6dcda19a0119a85b0aa192b05",
39
+ "gitHead": "3d63b81ba99b4c9c30fbf9ad879c675281d28c28",
40
40
  "keywords": [
41
41
  "Blocks"
42
42
  ]