@things-factory/integration-ui 6.1.146 → 6.1.150

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-ui",
3
- "version": "6.1.146",
3
+ "version": "6.1.150",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -37,11 +37,11 @@
37
37
  "@operato/property-editor": "^1.0.0",
38
38
  "@operato/styles": "^1.0.0",
39
39
  "@operato/utils": "^1.0.1",
40
- "@things-factory/export-base": "^6.1.145",
40
+ "@things-factory/export-base": "^6.1.150",
41
41
  "@things-factory/import-base": "^6.1.145",
42
- "@things-factory/integration-base": "^6.1.146",
42
+ "@things-factory/integration-base": "^6.1.150",
43
43
  "d3": "^7.8.5",
44
44
  "moment-timezone": "^0.5.40"
45
45
  },
46
- "gitHead": "aa259261bbad566fd57b59848372675ca09329ce"
46
+ "gitHead": "46b1265e3682f95c9da9540c3f5768661364cc44"
47
47
  }
@@ -116,5 +116,6 @@
116
116
  "title.select entity": "select entity",
117
117
  "title.scenario-instance": "scenario instance",
118
118
  "title.scenario-log": "scenario log",
119
- "title.import scenario": "import scenario"
119
+ "title.import scenario": "import scenario",
120
+ "title.import connection": "import connection"
120
121
  }
@@ -117,5 +117,6 @@
117
117
  "title.select entity": "エンティティ選択",
118
118
  "title.scenario-instance": "シナリオ インスタンス",
119
119
  "title.scenario-log": "シナリオ ログ",
120
- "title.import scenario": "シナリオ読み込み"
120
+ "title.import scenario": "シナリオ読み込み",
121
+ "title.import connection": "インポート接続"
121
122
  }
@@ -117,5 +117,6 @@
117
117
  "title.select entity": "엔티티 선택",
118
118
  "title.scenario-instance": "시나리오 인스턴스",
119
119
  "title.scenario-log": "시나리오 로그",
120
- "title.import scenario": "시나리오 불러오기"
120
+ "title.import scenario": "시나리오 불러오기",
121
+ "title.import connection": "커넥션 불러오기"
121
122
  }
@@ -117,5 +117,6 @@
117
117
  "title.select entity": "pilih entiti",
118
118
  "title.scenario-instance": "contoh senario",
119
119
  "title.scenario-log": "log senario",
120
- "title.import scenario": "import senario"
120
+ "title.import scenario": "import senario",
121
+ "title.import connection": "import sambungan"
121
122
  }
@@ -22,7 +22,7 @@
22
22
  "field.type": "类型",
23
23
  "label.address": "地址",
24
24
  "label.authtype": "授权类型",
25
- "label.auth-client": "[zh] oauth2 client",
25
+ "label.auth-client": "认证客户端",
26
26
  "label.body": "主体",
27
27
  "label.cases": "案例",
28
28
  "label.clear": "清除",
@@ -32,7 +32,7 @@
32
32
  "label.day-of-month": "月日",
33
33
  "label.day-of-week": "星期几",
34
34
  "label.encoding": "加密",
35
- "label.encrypt": "[zh] encrypt",
35
+ "label.encrypt": "加密",
36
36
  "label.endian": "尾数",
37
37
  "label.error-propagation": "错误传播",
38
38
  "label.examples": "例子",
@@ -42,7 +42,7 @@
42
42
  "label.hour": "小时",
43
43
  "label.hourly": "每小时",
44
44
  "label.level": "程度",
45
- "label.mapping-rule": "[zh] mapping rule",
45
+ "label.mapping-rule": "映射规则",
46
46
  "label.message": "信息",
47
47
  "label.minute by minute": "每分钟",
48
48
  "label.minute": "分钟",
@@ -64,7 +64,7 @@
64
64
  "label.search-params": "搜索参数",
65
65
  "label.second by second": "一秒接一秒",
66
66
  "label.second": "秒",
67
- "label.selectors": "[zh] selectors",
67
+ "label.selectors": "选择器",
68
68
  "label.timeout": "暂停",
69
69
  "label.username": "用户名",
70
70
  "label.vendor-id": "厂商标识",
@@ -116,5 +116,6 @@
116
116
  "title.select entity": "选择实体",
117
117
  "title.scenario-instance": "场景实例",
118
118
  "title.scenario-log": "场景日志",
119
- "title.import scenario": "[zh] import scenario"
119
+ "title.import scenario": "标题导入场景",
120
+ "title.import connection": "导入连接"
120
121
  }