@things-factory/integration-ui 6.1.103 → 6.1.104

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.103",
3
+ "version": "6.1.104",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -39,8 +39,9 @@
39
39
  "@operato/utils": "^1.0.1",
40
40
  "@things-factory/export-base": "^6.1.101",
41
41
  "@things-factory/import-base": "^6.1.101",
42
- "@things-factory/integration-base": "^6.1.103",
42
+ "@things-factory/integration-base": "^6.1.104",
43
+ "d3": "^7.8.5",
43
44
  "moment-timezone": "^0.5.40"
44
45
  },
45
- "gitHead": "c5acba2345556dd71e885ca56692c8a50216568e"
46
+ "gitHead": "d2f776fe1904d0dc944ba9937da78c8a1e9873a9"
46
47
  }
@@ -15,6 +15,10 @@ export default {
15
15
  {
16
16
  tagname: 'integration-monitor',
17
17
  page: 'integration-monitor'
18
+ },
19
+ {
20
+ tagname: 'integration-analysis',
21
+ page: 'integration-analysis'
18
22
  }
19
23
  ],
20
24
  bootstrap
@@ -95,13 +95,13 @@
95
95
  "text.every minute": "every minute",
96
96
  "text.every second": "every second",
97
97
  "text.every sunday": "every sunday",
98
- "text.every sunday(2)": "every sunday(2)",
99
98
  "text.every weekday": "every weekday",
100
99
  "text.info_x_successfully": "{x} success.",
101
100
  "text.no properties to set": "there's no properties to set",
102
101
  "text.range of values": "range of values",
103
102
  "text.scenario list": "scenario list",
104
103
  "text.scenario": "scenario",
104
+ "text.integration analysis": "integration analysis",
105
105
  "text.integration monitor": "integration monitor",
106
106
  "text.step values": "step values",
107
107
  "text.sure_to_x": "Sure to {x}?",
@@ -96,13 +96,13 @@
96
96
  "text.every minute": "毎分",
97
97
  "text.every second": "毎秒",
98
98
  "text.every sunday": "毎週日曜日に",
99
- "text.every sunday(2)": "毎週日曜日に(2)",
100
99
  "text.every weekday": "平日ごとに",
101
100
  "text.info_x_successfully": "{x}に成功しました.",
102
101
  "text.no properties to set": "プロパティの設定は必要ありません.",
103
102
  "text.range of values": "値の範囲",
104
103
  "text.scenario list": "シナリオリスト",
105
104
  "text.scenario": "シナリオ",
105
+ "text.integration analysis": "統合分析 ",
106
106
  "text.integration monitor": "インテグレーション モニタ",
107
107
  "text.step values": "ステップ値",
108
108
  "text.sure_to_x": "{x}しますか?",
@@ -96,13 +96,13 @@
96
96
  "text.every minute": "매분",
97
97
  "text.every second": "매초",
98
98
  "text.every sunday": "매주 일요일마다",
99
- "text.every sunday(2)": "매주 일요일마다(2)",
100
99
  "text.every weekday": "평일마다",
101
100
  "text.info_x_successfully": "성공적으로 {x}했습니다.",
102
101
  "text.no properties to set": "속성 설정이 필요하지 않습니다.",
103
102
  "text.range of values": "값의 범위",
104
103
  "text.scenario list": "시나리오 리스트",
105
104
  "text.scenario": "시나리오",
105
+ "text.integration analysis": "인티그레이션 분석",
106
106
  "text.integration monitor": "인티그레이션 모니터",
107
107
  "text.step values": "단계 값",
108
108
  "text.sure_to_x": "{x}하시겠습니까?",
@@ -1,117 +1,117 @@
1
1
  {
2
2
  "button.copy": "salin",
3
- "button.delete": "hapuskan",
3
+ "button.delete": "padam",
4
4
  "button.save": "simpan",
5
- "button.start monitor": "mula pantau",
6
- "button.stop monitor": "henti pantau",
7
- "button.download": "[ms] download",
8
- "field.api_url": "API URL",
5
+ "button.start monitor": "mula pemantauan",
6
+ "button.stop monitor": "hentikan pemantauan",
7
+ "button.download": "muat turun",
8
+ "field.api_url": "URL API",
9
9
  "field.connection": "sambungan",
10
10
  "field.crontab": "crontab",
11
- "field.endpoint": "endpoint",
11
+ "field.endpoint": "titik akhir",
12
12
  "field.log": "log",
13
13
  "field.message": "mesej",
14
14
  "field.params": "parameter",
15
15
  "field.progress": "kemajuan",
16
- "field.result": "Keputusan",
16
+ "field.result": "Hasil",
17
17
  "field.rounds": "pusingan",
18
18
  "field.schedule": "jadual",
19
19
  "field.skip": "langkau",
20
20
  "field.task": "tugas",
21
21
  "field.type": "jenis",
22
- "field.active": "[ms] active",
23
- "field.timezone": "[ms] timezone",
22
+ "field.active": "aktif",
23
+ "field.timezone": "zon masa",
24
24
  "label.address": "alamat",
25
- "label.authtype": "jenis auth",
26
- "label.auth-client": "[ms] oauth2 client",
27
- "label.body": "body",
25
+ "label.authtype": "jenis autentikasi",
26
+ "label.auth-client": "klien oauth2",
27
+ "label.body": "badan",
28
28
  "label.cases": "kes",
29
29
  "label.clear": "kosongkan",
30
- "label.confirm": "pastikan",
30
+ "label.confirm": "sahkan",
31
31
  "label.daily": "harian",
32
32
  "label.database": "pangkalan data",
33
- "label.day-of-month": "hari bulan",
34
- "label.day-of-week": "hari dalam seminggu",
33
+ "label.day-of-month": "hari dalam bulan",
34
+ "label.day-of-week": "hari dalam minggu",
35
35
  "label.encoding": "pengekodan",
36
- "label.encrypt": "[ms] encrypt",
37
- "label.endian": "[ms] endian",
38
- "label.error-propagation": "masalah dalam penyebaran",
36
+ "label.encrypt": "enkripsi",
37
+ "label.endian": "endian",
38
+ "label.error-propagation": "penyebaran ralat",
39
39
  "label.examples": "contoh",
40
- "label.float type": "[ms] floating point type",
41
- "label.goto": "ke",
42
- "label.headers": "headers",
40
+ "label.float type": "jenis titik terapung",
41
+ "label.goto": "pergi ke",
42
+ "label.headers": "header",
43
43
  "label.hour": "jam",
44
- "label.hourly": "secara berjam",
44
+ "label.hourly": "setiap jam",
45
45
  "label.level": "tahap",
46
- "label.mapping-rule": "[ms] mapping rule",
47
- "label.message": "pesanan",
48
- "label.minute by minute": "minit demi minit",
46
+ "label.mapping-rule": "peraturan pemetaan",
47
+ "label.message": "mesej",
48
+ "label.minute by minute": "setiap minit",
49
49
  "label.minute": "minit",
50
50
  "label.module": "modul",
51
51
  "label.month": "bulan",
52
- "label.monthly": "secara bulanan",
53
- "label.mutation": "mutation query",
54
- "label.number of bytes": "[ms] number of bytes",
52
+ "label.monthly": "setiap bulan",
53
+ "label.mutation": "pertanyaan mutasi",
54
+ "label.number of bytes": "bilangan bait",
55
55
  "label.object-type": "jenis objek",
56
- "label.operation": "[ms] operation",
56
+ "label.operation": "operasi",
57
57
  "label.params": "parameter",
58
- "label.priority": "priority",
59
- "label.product-id": "produk ID.",
58
+ "label.priority": "keutamaan",
59
+ "label.product-id": "ID produk",
60
60
  "label.quantity": "kuantiti",
61
- "label.query": "Query",
61
+ "label.query": "Pertanyaan",
62
62
  "label.scenario": "senario",
63
63
  "label.script": "skrip",
64
- "label.search-params": "[ms]cari parameter",
65
- "label.second by second": "saat demi saat",
64
+ "label.search-params": "parameter carian",
65
+ "label.second by second": "setiap saat",
66
66
  "label.second": "saat",
67
- "label.selectors": "[ms] selectors",
68
- "label.timeout": "masa tamat",
67
+ "label.selectors": "pemilih",
68
+ "label.timeout": "masa had",
69
69
  "label.username": "nama pengguna",
70
- "label.vendor-id": "ID vendor",
71
- "label.wait-for": "[ms] wait for",
72
- "label.weekly": "secara mingguan",
73
- "label.yearly": "secara tahunan",
74
- "label.reject-unauthorized": "[ms]reject unauthorized",
75
- "label.clientlib-path": "[ms]client library path",
76
- "text.10 am on every payday": "setiap jam 10pagi pada hari gaji",
77
- "text.allowed values": "nilai yang diterima",
70
+ "label.vendor-id": "ID penjual",
71
+ "label.wait-for": "tunggu untuk",
72
+ "label.weekly": "setiap minggu",
73
+ "label.yearly": "setiap tahun",
74
+ "label.reject-unauthorized": "tolak tidak dibenarkan",
75
+ "label.clientlib-path": "laluan pustaka klien",
76
+ "text.10 am on every payday": "pukul 10 pagi pada setiap hari gajian",
77
+ "text.allowed values": "nilai yang dibenarkan",
78
78
  "text.alternative single values": "nilai tunggal alternatif",
79
79
  "text.any value": "sebarang nilai",
80
80
  "text.connection list": "senarai sambungan",
81
81
  "text.connection": "sambungan",
82
- "text.copy": "salinkan",
83
- "text.delete": "hapuskan",
82
+ "text.copy": "salin",
83
+ "text.delete": "padam",
84
84
  "text.every 12 hours": "setiap 12 jam",
85
85
  "text.every 15 minutes": "setiap 15 minit",
86
86
  "text.every 15 seconds": "setiap 15 saat",
87
87
  "text.every 2 hours": "setiap 2 jam",
88
- "text.every 2 minutes": "setia 2 minit",
88
+ "text.every 2 minutes": "setiap 2 minit",
89
89
  "text.every 2 seconds": "setiap 2 saat",
90
90
  "text.every 30 seconds": "setiap 30 saat",
91
- "text.every christmas": "setiap hari krismas",
91
+ "text.every christmas": "setiap hari Krismas",
92
92
  "text.every day": "setiap hari",
93
93
  "text.every half hour": "setiap setengah jam",
94
- "text.every hour during working time": "setiap jam semasa kerja",
94
+ "text.every hour during working time": "setiap jam semasa waktu bekerja",
95
95
  "text.every hour": "setiap jam",
96
96
  "text.every minute": "setiap minit",
97
97
  "text.every second": "setiap saat",
98
- "text.every sunday": "setiap ahad",
99
- "text.every sunday(2)": "setiap ahad(2)",
100
- "text.every weekday": "setiap hari minggu",
98
+ "text.every sunday": "setiap Ahad",
99
+ "text.every weekday": "setiap hari dalam minggu",
101
100
  "text.info_x_successfully": "{x} berjaya.",
102
- "text.no properties to set": "tiada property untuk ditetapkan",
101
+ "text.no properties to set": "tiada harta untuk ditetapkan",
103
102
  "text.range of values": "julat nilai",
104
103
  "text.scenario list": "senarai senario",
105
104
  "text.scenario": "senario",
106
- "text.integration monitor": "[ms] integration monitor",
105
+ "text.integration analysis": "analisis integrasi",
106
+ "text.integration monitor": "pemantauan integrasi",
107
107
  "text.step values": "nilai langkah",
108
- "text.sure_to_x": "Anda pasti {x}?",
108
+ "text.sure_to_x": "Pasti {x}?",
109
109
  "text.the first day of every month": "hari pertama setiap bulan",
110
110
  "text.the first day of every year": "hari pertama setiap tahun",
111
- "text.value list separator": "senarai pemisahan nilai",
112
- "title.scenario-detail": "keperincian senario",
113
- "title.select entity": "pilih entity",
114
- "title.scenario-instance": "[ms] scenario instance",
115
- "title.scenario-log": "[ms] scenario log",
116
- "title.import scenario": "[ms] import scenario"
111
+ "text.value list separator": "pemisah senarai nilai",
112
+ "title.scenario-detail": "perincian senario",
113
+ "title.select entity": "pilih entiti",
114
+ "title.scenario-instance": "contoh senario",
115
+ "title.scenario-log": "log senario",
116
+ "title.import scenario": "import senario"
117
117
  }
@@ -95,13 +95,13 @@
95
95
  "text.every minute": "每分钟",
96
96
  "text.every second": "每秒",
97
97
  "text.every sunday": "每星期天",
98
- "text.every sunday(2)": "每星期天",
99
98
  "text.every weekday": "每个工作日",
100
99
  "text.info_x_successfully": "{x} 成功。",
101
100
  "text.no properties to set": "没有要设置的属性",
102
101
  "text.range of values": "值的范围",
103
102
  "text.scenario list": "方案列表",
104
103
  "text.scenario": "方案",
104
+ "text.integration analysis": "整合分析",
105
105
  "text.integration monitor": "集成监控器",
106
106
  "text.step values": "阶跃值",
107
107
  "text.sure_to_x": "确定 {x}?",