@things-factory/integration-ui 7.0.49 → 7.0.51

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": "7.0.49",
3
+ "version": "7.0.51",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -45,5 +45,5 @@
45
45
  "@things-factory/personalization": "^7.0.49",
46
46
  "d3": "^7.8.5"
47
47
  },
48
- "gitHead": "3fdc2d9c86f8ebf1470fa5d2155b7b3019df6c0d"
48
+ "gitHead": "522e1311d0e182da734be290287c3dfda79efcc0"
49
49
  }
@@ -1,9 +1,15 @@
1
1
  {
2
+ "button.connect": "connect",
3
+ "button.disconnect": "disconnect",
2
4
  "button.copy": "copy",
3
5
  "button.delete": "delete",
4
6
  "button.save": "save",
7
+ "button.start": "start",
5
8
  "button.start monitor": "start monitor",
9
+ "button.stop": "stop",
6
10
  "button.stop monitor": "stop monitor",
11
+ "button.schedule-task": "schedule task",
12
+ "button.unschedule-task": "unschedule task",
7
13
  "field.active": "active",
8
14
  "field.api_url": "API URL",
9
15
  "field.connection": "connection",
@@ -1,9 +1,15 @@
1
1
  {
2
+ "button.connect": "接続",
3
+ "button.disconnect": "切断",
2
4
  "button.copy": "コピー",
3
5
  "button.delete": "削除",
4
6
  "button.save": "保存",
7
+ "button.start": "開始",
5
8
  "button.start monitor": "モニタリング開始",
9
+ "button.stop": "停止",
6
10
  "button.stop monitor": "モニタリング終了",
11
+ "button.schedule-task": "jadualkan tugas",
12
+ "button.unschedule-task": "batalkan jadual tugas",
7
13
  "field.active": "アクティブ化",
8
14
  "field.api_url": "API URL",
9
15
  "field.break_main": "BreakMain",
@@ -1,9 +1,15 @@
1
1
  {
2
+ "button.connect": "연결",
3
+ "button.disconnect": "연결끊기",
2
4
  "button.copy": "복사",
3
5
  "button.delete": "삭제",
4
6
  "button.save": "저장",
7
+ "button.start": "시작",
5
8
  "button.start monitor": "모니터링 시작",
9
+ "button.stop": "종료",
6
10
  "button.stop monitor": "모니터링 종료",
11
+ "button.schedule-task": "스케쥴 등록",
12
+ "button.unschedule-task": "스케쥴 취소",
7
13
  "field.active": "활성화",
8
14
  "field.api_url": "API URL",
9
15
  "field.break_main": "BreakMain",
@@ -1,10 +1,16 @@
1
1
  {
2
+ "button.connect": "sambung",
3
+ "button.disconnect": "putuskan sambungan",
2
4
  "button.copy": "salin",
3
5
  "button.delete": "padam",
4
6
  "button.download": "muat turun",
5
7
  "button.save": "simpan",
8
+ "button.start": "mula",
6
9
  "button.start monitor": "mula pemantauan",
10
+ "button.stop": "berhenti",
7
11
  "button.stop monitor": "hentikan pemantauan",
12
+ "button.schedule-task": "jadualkan tugas",
13
+ "button.unschedule-task": "batalkan jadual tugas",
8
14
  "field.active": "aktif",
9
15
  "field.api_url": "URL API",
10
16
  "field.connection": "sambungan",
@@ -1,9 +1,15 @@
1
1
  {
2
+ "button.connect": "连接",
3
+ "button.disconnect": "断开连接",
2
4
  "button.copy": "复制",
3
5
  "button.delete": "删除",
4
6
  "button.save": "保存",
7
+ "button.start": "开始",
5
8
  "button.start monitor": "启动监视器",
9
+ "button.stop": "停止",
6
10
  "button.stop monitor": "停止监视器",
11
+ "button.schedule-task": "安排任务",
12
+ "button.unschedule-task": "取消安排任务",
7
13
  "field.active": "激活",
8
14
  "field.api_url": "API URL",
9
15
  "field.connection": "连接",