@nocobase/plugin-map 0.17.0-alpha.2 → 0.17.0-alpha.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.
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.17.0-alpha.2",
2
+ "@nocobase/client": "0.17.0-alpha.4",
3
3
  "react": "18.2.0",
4
- "@nocobase/server": "0.17.0-alpha.2",
4
+ "@nocobase/server": "0.17.0-alpha.4",
5
5
  "@formily/react": "2.2.27",
6
6
  "lodash": "4.17.21",
7
7
  "@ant-design/icons": "5.1.4",
@@ -12,6 +12,6 @@ module.exports = {
12
12
  "react-router-dom": "6.14.1",
13
13
  "@formily/core": "2.2.27",
14
14
  "react-i18next": "11.18.6",
15
- "@nocobase/actions": "0.17.0-alpha.2",
16
- "@nocobase/database": "0.17.0-alpha.2"
15
+ "@nocobase/actions": "0.17.0-alpha.4",
16
+ "@nocobase/database": "0.17.0-alpha.4"
17
17
  };
@@ -0,0 +1,51 @@
1
+ {
2
+ "Map": "Map",
3
+ "Map-based geometry": "Map-based geometry",
4
+ "Map type": "Map type",
5
+ "Point": "Point",
6
+ "Line": "Line",
7
+ "Circle": "Circle",
8
+ "Polygon": "Polygon",
9
+ "Access key": "Access key",
10
+ "securityJsCode or serviceHost": "securityJsCode or serviceHost",
11
+ "AMap": "AMap",
12
+ "Google Maps": "Google Maps",
13
+ "Clear": "Clear",
14
+ "Click to select the starting point and double-click to end the drawing": "Click to select the starting point and double-click to end the drawing",
15
+ "Clear the canvas": "Clear the canvas",
16
+ "Are you sure to clear the canvas?": "Are you sure to clear the canvas?",
17
+ "Confirm": "Confirm",
18
+ "Cancel": "Cancel",
19
+ "Enter keywords to search": "Enter keywords to search",
20
+ "The AccessKey is incorrect, please check it": "The AccessKey is incorrect, please check it",
21
+ "Please configure the AMap securityCode or serviceHost correctly": "Please configure the AMap securityCode or serviceHost correctly",
22
+ "Map Manager": "Map Manager",
23
+ "Configuration": "Configuration",
24
+ "Saved successfully": "Saved successfully",
25
+ "Saved failed": "Saved failed",
26
+ "Edit": "Edit",
27
+ "Save": "Save",
28
+ "Please configure the AccessKey and SecurityJsCode first": "Please configure the AccessKey and SecurityJsCode first",
29
+ "Go to the configuration page": "Go to the configuration page",
30
+ "Zoom": "Zoom",
31
+ "Set default zoom level": "Set default zoom level",
32
+ "The default zoom level of the map": "The default zoom level of the map",
33
+ "Edit field title": "Edit field title",
34
+ "Field title": "Field title",
35
+ "Edit tooltip": "Edit tooltip",
36
+ "Delete field": "Delete field",
37
+ "Required": "Required",
38
+ "Pattern": "Pattern",
39
+ "Operator": "Operator",
40
+ "Editable": "Editable",
41
+ "Readonly": "Readonly",
42
+ "Easy-reading": "Easy-reading",
43
+ "Edit description": "Edit description",
44
+ "Map field": "Map field",
45
+ "Marker field": "Marker field",
46
+ "Load google maps failed, Please check the Api key and refresh the page": "Load google maps failed, Please check the Api key and refresh the page",
47
+ "Create map block": "Create map block",
48
+ "Start point": "Start point",
49
+ "End point": "End point",
50
+ "Concatenation order field": "Concatenation order field"
51
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "Map-based geometry": "Geometria baseada em mapa",
3
+ "Map type": "Tipo de mapa",
4
+ "Point": "Ponto",
5
+ "Line": "Linha",
6
+ "Circle": "Círculo",
7
+ "Polygon": "Polígono",
8
+ "Access key": "Chave de acesso",
9
+ "securityJsCode or serviceHost": "securityJsCode ou serviceHost",
10
+ "AMap": "AMap",
11
+ "Google Maps": "Google Maps",
12
+ "Clear": "Limpar",
13
+ "Click to select the starting point and double-click to end the drawing": "Clique para selecionar o ponto de partida e dê um duplo clique para terminar a criação",
14
+ "Clear the canvas": "Limpar a tela",
15
+ "Are you sure to clear the canvas?": "Tem certeza de que deseja limpar a tela?",
16
+ "Confirm": "Confirmar",
17
+ "Cancel": "Cancelar",
18
+ "Enter keywords to search": "Digite palavras-chave para buscar",
19
+ "The AccessKey is incorrect, please check it": "A chave de acesso está incorreta, por favor verifique",
20
+ "Please configure the AMap securityCode or serviceHost correctly": "Por favor, configure o securityCode ou serviceHost do AMap corretamente",
21
+ "Map Manager": "Gerenciador de Mapa",
22
+ "Configuration": "Configuração",
23
+ "Saved successfully": "Salvo com sucesso",
24
+ "Saved failed": "Falha ao salvar",
25
+ "Edit": "Editar",
26
+ "Save": "Salvar",
27
+ "Please configure the AccessKey and SecurityJsCode first": "Por favor, configure a AccessKey e o SecurityJsCode primeiro",
28
+ "Go to the configuration page": "Ir para a página de configuração",
29
+ "Zoom": "Zoom",
30
+ "Set default zoom level": "Definir nível de zoom padrão",
31
+ "The default zoom level of the map": "O nível de zoom padrão do mapa",
32
+ "Edit field title": "Editar título do campo",
33
+ "Field title": "Título do campo",
34
+ "Edit tooltip": "Editar dica de ferramenta",
35
+ "Delete field": "Excluir campo",
36
+ "Required": "Obrigatório",
37
+ "Pattern": "Padrão",
38
+ "Operator": "Operador",
39
+ "Editable": "Editável",
40
+ "Readonly": "Somente leitura",
41
+ "Easy-reading": "Apenas leitura (Modo de Leitura)",
42
+ "Edit description": "Editar descrição",
43
+ "Map field": "Campo de mapa",
44
+ "Marker field": "Campo de marcador"
45
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "Map": "地图",
3
+ "Map-based geometry": "基于地图的几何图形",
4
+ "Map type": "地图类型",
5
+ "Point": "点",
6
+ "Line": "线",
7
+ "Circle": "圆",
8
+ "Polygon": "多边形",
9
+ "Access key": "访问密钥",
10
+ "securityJsCode or serviceHost": "securityJsCode 或 serviceHost",
11
+ "AMap": "高德地图",
12
+ "Google Maps": "谷歌地图",
13
+ "Clear": "清空",
14
+ "Click to select the starting point and double-click to end the drawing": "点击选择起点,双击结束绘制",
15
+ "Clear the canvas": "清空画布",
16
+ "Are you sure to clear the canvas?": "您确定要清空画布吗?",
17
+ "Confirm": "确定",
18
+ "Cancel": "取消",
19
+ "Enter keywords to search": "输入地方名关键字搜索(必须包含省/市)",
20
+ "The AccessKey is incorrect, please check it": "访问密钥不正确,请检查",
21
+ "Please configure the AMap securityCode or serviceHost correctly": "请正确配置高德地图 securityCode 或 serviceHost",
22
+ "Map Manager": "地图管理",
23
+ "Configuration": "配置",
24
+ "Saved successfully": "保存成功",
25
+ "Saved failed": "保存失败",
26
+ "Edit": "编辑",
27
+ "Save": "保存",
28
+ "Please configure the AccessKey and SecurityJsCode first": "请先配置 AccessKey 和 SecurityJsCode",
29
+ "Go to the configuration page": "前往配置页面",
30
+ "Zoom": "缩放",
31
+ "Set default zoom level": "设置默认缩放级别",
32
+ "The default zoom level of the map": "地图默认缩放级别",
33
+ "Edit field title": "编辑字段标题",
34
+ "Field title": "字段标题",
35
+ "Edit tooltip": "编辑提示信息",
36
+ "Delete field": "删除字段",
37
+ "Required": "必填",
38
+ "Pattern": "模式",
39
+ "Operator": "运算符",
40
+ "Editable": "可编辑",
41
+ "Readonly": "只读(禁止编辑)",
42
+ "Easy-reading": "只读(阅读模式)",
43
+ "Edit description": "编辑描述",
44
+ "Map field": "地图字段",
45
+ "Marker field": "标记字段",
46
+ "Load google maps failed, Please check the Api key and refresh the page": "加载谷歌地图失败,请检查 Api key 并刷新页面",
47
+ "Create map block": "创建地图区块",
48
+ "Start point": "起点",
49
+ "End point": "终点",
50
+ "Concatenation order field": "连接顺序字段"
51
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-map",
3
3
  "displayName": "Map",
4
4
  "displayName.zh-CN": "地图",
5
- "version": "0.17.0-alpha.2",
5
+ "version": "0.17.0-alpha.4",
6
6
  "description": "Provides map fields and blocks",
7
7
  "description.zh-CN": "提供地图字段和区块",
8
8
  "license": "AGPL-3.0",
@@ -34,5 +34,5 @@
34
34
  "@nocobase/test": "0.x",
35
35
  "@nocobase/utils": "0.x"
36
36
  },
37
- "gitHead": "c4d4383a1fde1058011e2f1fd1d9272812e6daeb"
37
+ "gitHead": "663b03a3799a70ba1a2bc6a0d686e679331a50ad"
38
38
  }
@@ -1,2 +0,0 @@
1
- declare const locale: {};
2
- export default locale;
@@ -1,24 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var en_US_exports = {};
19
- __export(en_US_exports, {
20
- default: () => en_US_default
21
- });
22
- module.exports = __toCommonJS(en_US_exports);
23
- const locale = {};
24
- var en_US_default = locale;
@@ -1,2 +0,0 @@
1
- declare const locale: {};
2
- export default locale;
@@ -1,24 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var fr_FR_exports = {};
19
- __export(fr_FR_exports, {
20
- default: () => fr_FR_default
21
- });
22
- module.exports = __toCommonJS(fr_FR_exports);
23
- const locale = {};
24
- var fr_FR_default = locale;
@@ -1,46 +0,0 @@
1
- declare const locale: {
2
- 'Map-based geometry': string;
3
- 'Map type': string;
4
- Point: string;
5
- Line: string;
6
- Circle: string;
7
- Polygon: string;
8
- 'Access key': string;
9
- 'securityJsCode or serviceHost': string;
10
- AMap: string;
11
- 'Google Maps': string;
12
- Clear: string;
13
- 'Click to select the starting point and double-click to end the drawing': string;
14
- 'Clear the canvas': string;
15
- 'Are you sure to clear the canvas?': string;
16
- Confirm: string;
17
- Cancel: string;
18
- 'Enter keywords to search': string;
19
- 'The AccessKey is incorrect, please check it': string;
20
- 'Please configure the AMap securityCode or serviceHost correctly': string;
21
- 'Map Manager': string;
22
- Configuration: string;
23
- 'Saved successfully': string;
24
- 'Saved failed': string;
25
- Edit: string;
26
- Save: string;
27
- 'Please configure the AccessKey and SecurityJsCode first': string;
28
- 'Go to the configuration page': string;
29
- Zoom: string;
30
- 'Set default zoom level': string;
31
- 'The default zoom level of the map': string;
32
- 'Edit field title': string;
33
- 'Field title': string;
34
- 'Edit tooltip': string;
35
- 'Delete field': string;
36
- Required: string;
37
- Pattern: string;
38
- Operator: string;
39
- Editable: string;
40
- Readonly: string;
41
- 'Easy-reading': string;
42
- 'Edit description': string;
43
- 'Map field': string;
44
- 'Marker field': string;
45
- };
46
- export default locale;
@@ -1,69 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var pt_BR_exports = {};
19
- __export(pt_BR_exports, {
20
- default: () => pt_BR_default
21
- });
22
- module.exports = __toCommonJS(pt_BR_exports);
23
- const locale = {
24
- "Map-based geometry": "Geometria baseada em mapa",
25
- "Map type": "Tipo de mapa",
26
- Point: "Ponto",
27
- Line: "Linha",
28
- Circle: "C\xEDrculo",
29
- Polygon: "Pol\xEDgono",
30
- "Access key": "Chave de acesso",
31
- "securityJsCode or serviceHost": "securityJsCode ou serviceHost",
32
- AMap: "AMap",
33
- "Google Maps": "Google Maps",
34
- Clear: "Limpar",
35
- "Click to select the starting point and double-click to end the drawing": "Clique para selecionar o ponto de partida e d\xEA um duplo clique para terminar a cria\xE7\xE3o",
36
- "Clear the canvas": "Limpar a tela",
37
- "Are you sure to clear the canvas?": "Tem certeza de que deseja limpar a tela?",
38
- Confirm: "Confirmar",
39
- Cancel: "Cancelar",
40
- "Enter keywords to search": "Digite palavras-chave para buscar",
41
- "The AccessKey is incorrect, please check it": "A chave de acesso est\xE1 incorreta, por favor verifique",
42
- "Please configure the AMap securityCode or serviceHost correctly": "Por favor, configure o securityCode ou serviceHost do AMap corretamente",
43
- "Map Manager": "Gerenciador de Mapa",
44
- Configuration: "Configura\xE7\xE3o",
45
- "Saved successfully": "Salvo com sucesso",
46
- "Saved failed": "Falha ao salvar",
47
- Edit: "Editar",
48
- Save: "Salvar",
49
- "Please configure the AccessKey and SecurityJsCode first": "Por favor, configure a AccessKey e o SecurityJsCode primeiro",
50
- "Go to the configuration page": "Ir para a p\xE1gina de configura\xE7\xE3o",
51
- Zoom: "Zoom",
52
- "Set default zoom level": "Definir n\xEDvel de zoom padr\xE3o",
53
- "The default zoom level of the map": "O n\xEDvel de zoom padr\xE3o do mapa",
54
- // Designer
55
- "Edit field title": "Editar t\xEDtulo do campo",
56
- "Field title": "T\xEDtulo do campo",
57
- "Edit tooltip": "Editar dica de ferramenta",
58
- "Delete field": "Excluir campo",
59
- Required: "Obrigat\xF3rio",
60
- Pattern: "Padr\xE3o",
61
- Operator: "Operador",
62
- Editable: "Edit\xE1vel",
63
- Readonly: "Somente leitura",
64
- "Easy-reading": "Apenas leitura (Modo de Leitura)",
65
- "Edit description": "Editar descri\xE7\xE3o",
66
- "Map field": "Campo de mapa",
67
- "Marker field": "Campo de marcador"
68
- };
69
- var pt_BR_default = locale;
@@ -1,52 +0,0 @@
1
- declare const locale: {
2
- Map: string;
3
- 'Map-based geometry': string;
4
- 'Map type': string;
5
- Point: string;
6
- Line: string;
7
- Circle: string;
8
- Polygon: string;
9
- 'Access key': string;
10
- 'securityJsCode or serviceHost': string;
11
- AMap: string;
12
- 'Google Maps': string;
13
- Clear: string;
14
- 'Click to select the starting point and double-click to end the drawing': string;
15
- 'Clear the canvas': string;
16
- 'Are you sure to clear the canvas?': string;
17
- Confirm: string;
18
- Cancel: string;
19
- 'Enter keywords to search': string;
20
- 'The AccessKey is incorrect, please check it': string;
21
- 'Please configure the AMap securityCode or serviceHost correctly': string;
22
- 'Map Manager': string;
23
- Configuration: string;
24
- 'Saved successfully': string;
25
- 'Saved failed': string;
26
- Edit: string;
27
- Save: string;
28
- 'Please configure the AccessKey and SecurityJsCode first': string;
29
- 'Go to the configuration page': string;
30
- Zoom: string;
31
- 'Set default zoom level': string;
32
- 'The default zoom level of the map': string;
33
- 'Edit field title': string;
34
- 'Field title': string;
35
- 'Edit tooltip': string;
36
- 'Delete field': string;
37
- Required: string;
38
- Pattern: string;
39
- Operator: string;
40
- Editable: string;
41
- Readonly: string;
42
- 'Easy-reading': string;
43
- 'Edit description': string;
44
- 'Map field': string;
45
- 'Marker field': string;
46
- 'Load google maps failed, Please check the Api key and refresh the page': string;
47
- 'Create map block': string;
48
- 'Start point': string;
49
- 'End point': string;
50
- 'Concatenation order field': string;
51
- };
52
- export default locale;
@@ -1,75 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var zh_CN_exports = {};
19
- __export(zh_CN_exports, {
20
- default: () => zh_CN_default
21
- });
22
- module.exports = __toCommonJS(zh_CN_exports);
23
- const locale = {
24
- Map: "\u5730\u56FE",
25
- "Map-based geometry": "\u57FA\u4E8E\u5730\u56FE\u7684\u51E0\u4F55\u56FE\u5F62",
26
- "Map type": "\u5730\u56FE\u7C7B\u578B",
27
- Point: "\u70B9",
28
- Line: "\u7EBF",
29
- Circle: "\u5706",
30
- Polygon: "\u591A\u8FB9\u5F62",
31
- "Access key": "\u8BBF\u95EE\u5BC6\u94A5",
32
- "securityJsCode or serviceHost": "securityJsCode \u6216 serviceHost",
33
- AMap: "\u9AD8\u5FB7\u5730\u56FE",
34
- "Google Maps": "\u8C37\u6B4C\u5730\u56FE",
35
- Clear: "\u6E05\u7A7A",
36
- "Click to select the starting point and double-click to end the drawing": "\u70B9\u51FB\u9009\u62E9\u8D77\u70B9\uFF0C\u53CC\u51FB\u7ED3\u675F\u7ED8\u5236",
37
- "Clear the canvas": "\u6E05\u7A7A\u753B\u5E03",
38
- "Are you sure to clear the canvas?": "\u60A8\u786E\u5B9A\u8981\u6E05\u7A7A\u753B\u5E03\u5417\uFF1F",
39
- Confirm: "\u786E\u5B9A",
40
- Cancel: "\u53D6\u6D88",
41
- "Enter keywords to search": "\u8F93\u5165\u5730\u65B9\u540D\u5173\u952E\u5B57\u641C\u7D22\uFF08\u5FC5\u987B\u5305\u542B\u7701/\u5E02\uFF09",
42
- "The AccessKey is incorrect, please check it": "\u8BBF\u95EE\u5BC6\u94A5\u4E0D\u6B63\u786E\uFF0C\u8BF7\u68C0\u67E5",
43
- "Please configure the AMap securityCode or serviceHost correctly": "\u8BF7\u6B63\u786E\u914D\u7F6E\u9AD8\u5FB7\u5730\u56FE securityCode \u6216 serviceHost",
44
- "Map Manager": "\u5730\u56FE\u7BA1\u7406",
45
- Configuration: "\u914D\u7F6E",
46
- "Saved successfully": "\u4FDD\u5B58\u6210\u529F",
47
- "Saved failed": "\u4FDD\u5B58\u5931\u8D25",
48
- Edit: "\u7F16\u8F91",
49
- Save: "\u4FDD\u5B58",
50
- "Please configure the AccessKey and SecurityJsCode first": "\u8BF7\u5148\u914D\u7F6E AccessKey \u548C SecurityJsCode",
51
- "Go to the configuration page": "\u524D\u5F80\u914D\u7F6E\u9875\u9762",
52
- Zoom: "\u7F29\u653E",
53
- "Set default zoom level": "\u8BBE\u7F6E\u9ED8\u8BA4\u7F29\u653E\u7EA7\u522B",
54
- "The default zoom level of the map": "\u5730\u56FE\u9ED8\u8BA4\u7F29\u653E\u7EA7\u522B",
55
- // Designer
56
- "Edit field title": "\u7F16\u8F91\u5B57\u6BB5\u6807\u9898",
57
- "Field title": "\u5B57\u6BB5\u6807\u9898",
58
- "Edit tooltip": "\u7F16\u8F91\u63D0\u793A\u4FE1\u606F",
59
- "Delete field": "\u5220\u9664\u5B57\u6BB5",
60
- Required: "\u5FC5\u586B",
61
- Pattern: "\u6A21\u5F0F",
62
- Operator: "\u8FD0\u7B97\u7B26",
63
- Editable: "\u53EF\u7F16\u8F91",
64
- Readonly: "\u53EA\u8BFB\uFF08\u7981\u6B62\u7F16\u8F91\uFF09",
65
- "Easy-reading": "\u53EA\u8BFB\uFF08\u9605\u8BFB\u6A21\u5F0F\uFF09",
66
- "Edit description": "\u7F16\u8F91\u63CF\u8FF0",
67
- "Map field": "\u5730\u56FE\u5B57\u6BB5",
68
- "Marker field": "\u6807\u8BB0\u5B57\u6BB5",
69
- "Load google maps failed, Please check the Api key and refresh the page": "\u52A0\u8F7D\u8C37\u6B4C\u5730\u56FE\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5 Api key \u5E76\u5237\u65B0\u9875\u9762",
70
- "Create map block": "\u521B\u5EFA\u5730\u56FE\u533A\u5757",
71
- "Start point": "\u8D77\u70B9",
72
- "End point": "\u7EC8\u70B9",
73
- "Concatenation order field": "\u8FDE\u63A5\u987A\u5E8F\u5B57\u6BB5"
74
- };
75
- var zh_CN_default = locale;