@nocobase/plugin-map 2.0.0-alpha.41 → 2.0.0-alpha.43

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": "2.0.0-alpha.41",
11
+ "@nocobase/client": "2.0.0-alpha.43",
12
12
  "react": "18.2.0",
13
- "@nocobase/server": "2.0.0-alpha.41",
14
- "@nocobase/test": "2.0.0-alpha.41",
13
+ "@nocobase/server": "2.0.0-alpha.43",
14
+ "@nocobase/test": "2.0.0-alpha.43",
15
15
  "@formily/react": "2.3.7",
16
16
  "lodash": "4.17.21",
17
17
  "react-i18next": "11.18.6",
@@ -21,8 +21,8 @@ module.exports = {
21
21
  "antd": "5.24.2",
22
22
  "@formily/shared": "2.3.7",
23
23
  "@formily/core": "2.3.7",
24
- "@nocobase/flow-engine": "2.0.0-alpha.41",
25
- "@nocobase/actions": "2.0.0-alpha.41",
26
- "@nocobase/database": "2.0.0-alpha.41",
24
+ "@nocobase/flow-engine": "2.0.0-alpha.43",
25
+ "@nocobase/actions": "2.0.0-alpha.43",
26
+ "@nocobase/database": "2.0.0-alpha.43",
27
27
  "ahooks": "3.7.8"
28
28
  };
@@ -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": "AMap",
12
+ "Google Maps": "Google Карты",
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 для AMap",
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": "Загрузка Google карт не удалась, пожалуйста, проверьте API ключ и обновите страницу",
47
+ "Create map block": "Создать блок карты",
48
+ "Start point": "Начальная точка",
49
+ "End point": "Конечная точка",
50
+ "Concatenation order field": "Поле порядка конкатенации"
51
+ }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-map",
3
3
  "displayName": "Block: Map",
4
+ "displayName.ru-RU": "Блок: Карта",
4
5
  "displayName.zh-CN": "区块:地图",
5
- "version": "2.0.0-alpha.41",
6
+ "version": "2.0.0-alpha.43",
6
7
  "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
8
+ "description.ru-RU": "Блок карты, поддерживает карты Gaode и Google, можно расширить поддержку других типов карт.",
7
9
  "description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "./dist/server/index.js",
10
12
  "homepage": "https://docs.nocobase.com/handbook/block-map",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/block-map",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-map",
12
15
  "devDependencies": {
13
16
  "@amap/amap-jsapi-loader": "^1.0.1",
@@ -36,7 +39,7 @@
36
39
  "@nocobase/test": "2.x",
37
40
  "@nocobase/utils": "2.x"
38
41
  },
39
- "gitHead": "889e81eef0280c2e45571bd0a4b2db6aa004f8c1",
42
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
40
43
  "keywords": [
41
44
  "Blocks"
42
45
  ]