@nocobase/plugin-map 1.3.24-beta → 1.3.26-beta
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/ja_JP.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.3.
|
|
11
|
+
"@nocobase/client": "1.3.26-beta",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/server": "1.3.
|
|
14
|
-
"@nocobase/test": "1.3.
|
|
13
|
+
"@nocobase/server": "1.3.26-beta",
|
|
14
|
+
"@nocobase/test": "1.3.26-beta",
|
|
15
15
|
"@formily/react": "2.3.0",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
17
|
"@ant-design/icons": "5.2.6",
|
|
@@ -22,6 +22,6 @@ module.exports = {
|
|
|
22
22
|
"ahooks": "3.7.8",
|
|
23
23
|
"@formily/core": "2.3.0",
|
|
24
24
|
"react-i18next": "11.18.6",
|
|
25
|
-
"@nocobase/actions": "1.3.
|
|
26
|
-
"@nocobase/database": "1.3.
|
|
25
|
+
"@nocobase/actions": "1.3.26-beta",
|
|
26
|
+
"@nocobase/database": "1.3.26-beta"
|
|
27
27
|
};
|
|
@@ -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": "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": "AccessKeyが正しくありません、確認してください",
|
|
21
|
+
"Please configure the AMap securityCode or serviceHost correctly": "AMapの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": "Googleマップの読み込みに失敗しました。Apiキーを確認してページを更新してください",
|
|
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": "Block: Map",
|
|
4
4
|
"displayName.zh-CN": "区块:地图",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.26-beta",
|
|
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": "492868e32388615f75ba5af28f33420899d3b211",
|
|
40
40
|
"keywords": [
|
|
41
41
|
"Blocks"
|
|
42
42
|
]
|