@things-factory/integration-ui 3.6.39 → 3.6.44
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 +2 -2
- package/translations/en.json +2 -1
- package/translations/ko.json +2 -1
- package/translations/ms.json +2 -1
- package/translations/zh.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-ui",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.44",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"moment-timezone": "^0.5.27",
|
|
32
32
|
"subscriptions-transport-ws": "^0.9.19"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "3a34d190edd2fb5d8278a15f3b3739042135dab9"
|
|
35
35
|
}
|
package/translations/en.json
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"label.day-of-month": "day of month",
|
|
32
32
|
"label.day-of-week": "day of week",
|
|
33
33
|
"label.encoding": "encoding",
|
|
34
|
+
"label.encrypt": "encrypt",
|
|
34
35
|
"label.endian": "endian",
|
|
35
36
|
"label.error-propagation": "error propagation",
|
|
36
37
|
"label.examples": "examples",
|
|
@@ -109,4 +110,4 @@
|
|
|
109
110
|
"title.scenario-instance": "scenario instance",
|
|
110
111
|
"title.scenario-log": "scenario log",
|
|
111
112
|
"title.import scenario": "import scenario"
|
|
112
|
-
}
|
|
113
|
+
}
|
package/translations/ko.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"label.day-of-month": "날짜",
|
|
33
33
|
"label.day-of-week": "요일",
|
|
34
34
|
"label.encoding": "엔코딩",
|
|
35
|
+
"label.encrypt": "암호화",
|
|
35
36
|
"label.endian": "endian",
|
|
36
37
|
"label.error-propagation": "오류 전파",
|
|
37
38
|
"label.examples": "예시",
|
|
@@ -110,4 +111,4 @@
|
|
|
110
111
|
"title.scenario-instance": "시나리오 인스턴스",
|
|
111
112
|
"title.scenario-log": "시나리오 로그",
|
|
112
113
|
"title.import scenario": "시나리오 불러오기"
|
|
113
|
-
}
|
|
114
|
+
}
|
package/translations/ms.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"label.day-of-month": "hari bulan",
|
|
33
33
|
"label.day-of-week": "hari dalam seminggu",
|
|
34
34
|
"label.encoding": "pengekodan",
|
|
35
|
+
"label.encrypt": "[ms] encrypt",
|
|
35
36
|
"label.endian": "[ms] endian",
|
|
36
37
|
"label.error-propagation": "masalah dalam penyebaran",
|
|
37
38
|
"label.examples": "contoh",
|
|
@@ -110,4 +111,4 @@
|
|
|
110
111
|
"title.scenario-instance": "[ms] scenario instance",
|
|
111
112
|
"title.scenario-log": "[ms] scenario log",
|
|
112
113
|
"title.import scenario": "[ms] import scenario"
|
|
113
|
-
}
|
|
114
|
+
}
|
package/translations/zh.json
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"label.day-of-month": "月日",
|
|
32
32
|
"label.day-of-week": "星期几",
|
|
33
33
|
"label.encoding": "加密",
|
|
34
|
+
"label.encrypt": "[zh] encrypt",
|
|
34
35
|
"label.endian": "尾数",
|
|
35
36
|
"label.error-propagation": "错误传播",
|
|
36
37
|
"label.examples": "例子",
|
|
@@ -109,4 +110,4 @@
|
|
|
109
110
|
"title.scenario-instance": "场景实例",
|
|
110
111
|
"title.scenario-log": "场景日志",
|
|
111
112
|
"title.import scenario": "[zh] import scenario"
|
|
112
|
-
}
|
|
113
|
+
}
|