@things-factory/ccp 6.2.20 → 6.2.25
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
- package/translations/ms.json +13 -13
- package/translations/zh.json +13 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/ccp",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.25",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -25,8 +25,8 @@
|
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
27
|
"@operato/dataset": "^1.0.0",
|
28
|
-
"@things-factory/dataset": "^6.2.
|
29
|
-
"@things-factory/shell": "^6.2.
|
28
|
+
"@things-factory/dataset": "^6.2.25",
|
29
|
+
"@things-factory/shell": "^6.2.24"
|
30
30
|
},
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "9e6b8dadc24f446e55e5542c1df6376ada1f2ffc"
|
32
32
|
}
|
package/translations/ms.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
|
-
"field.collected-at": "
|
3
|
-
"field.critical control point": "
|
4
|
-
"field.corrective action": "
|
5
|
-
"label.critical-limits": "
|
6
|
-
"label.target-limits": "
|
7
|
-
"text.control limit": "
|
8
|
-
"text.measurement": "
|
9
|
-
"text.observation": "
|
10
|
-
"text.operating limit": "
|
11
|
-
"text.target limit": "
|
12
|
-
"text.maximum value": "
|
13
|
-
"text.minimum value": "minimum
|
14
|
-
"title.history": "
|
2
|
+
"field.collected-at": "tarikh pengumpulan",
|
3
|
+
"field.critical control point": "titik kawalan kritikal",
|
4
|
+
"field.corrective action": "tindakan pembetulan",
|
5
|
+
"label.critical-limits": "had kritikal",
|
6
|
+
"label.target-limits": "had sasaran",
|
7
|
+
"text.control limit": "had kawalan",
|
8
|
+
"text.measurement": "pengukuran",
|
9
|
+
"text.observation": "pemerhatian",
|
10
|
+
"text.operating limit": "had operasi",
|
11
|
+
"text.target limit": "had sasaran",
|
12
|
+
"text.maximum value": "nilai maksimum",
|
13
|
+
"text.minimum value": "nilai minimum",
|
14
|
+
"title.history": "sejarah"
|
15
15
|
}
|
package/translations/zh.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
|
-
"field.collected-at": "
|
3
|
-
"field.critical control point": "
|
4
|
-
"field.corrective action": "
|
5
|
-
"label.critical-limits": "
|
6
|
-
"label.target-limits": "
|
7
|
-
"text.control limit": "
|
8
|
-
"text.measurement": "
|
9
|
-
"text.observation": "
|
10
|
-
"text.operating limit": "
|
11
|
-
"text.target limit": "
|
12
|
-
"text.maximum value": "
|
13
|
-
"text.minimum value": "
|
14
|
-
"title.history": "
|
2
|
+
"field.collected-at": "수집 일자",
|
3
|
+
"field.critical control point": "중점 관리점",
|
4
|
+
"field.corrective action": "개선 조치",
|
5
|
+
"label.critical-limits": "허용 한계",
|
6
|
+
"label.target-limits": "목표 한계",
|
7
|
+
"text.control limit": "허용 한계",
|
8
|
+
"text.measurement": "측정",
|
9
|
+
"text.observation": "관찰",
|
10
|
+
"text.operating limit": "목표 기준",
|
11
|
+
"text.target limit": "목표 기준",
|
12
|
+
"text.maximum value": "최대값",
|
13
|
+
"text.minimum value": "최소값",
|
14
|
+
"title.history": "이력"
|
15
15
|
}
|