@things-factory/ops-master 10.1.28 → 10.1.29
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/ops-master",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.29",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"things-factory": true,
|
|
6
6
|
"author": "heartyoh <heartyoh@hatiolab.com>",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"@operato/graphql": "^10.0.0",
|
|
33
33
|
"@operato/i18n": "^10.0.0",
|
|
34
34
|
"@operato/layout": "^10.0.0",
|
|
35
|
-
"@operato/ops-contract": "^0.9.
|
|
35
|
+
"@operato/ops-contract": "^0.9.28",
|
|
36
36
|
"@operato/p13n": "^10.0.0",
|
|
37
37
|
"@operato/shell": "^10.0.0",
|
|
38
38
|
"@operato/styles": "^10.0.0",
|
|
39
39
|
"@operato/utils": "^10.0.0",
|
|
40
|
-
"@things-factory/auth-base": "^10.1.
|
|
40
|
+
"@things-factory/auth-base": "^10.1.29",
|
|
41
41
|
"@things-factory/env": "^10.1.20",
|
|
42
|
-
"@things-factory/shell": "^10.1.
|
|
42
|
+
"@things-factory/shell": "^10.1.29"
|
|
43
43
|
},
|
|
44
44
|
"browser": "dist-client/index.js",
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"copyfiles": "^2.4.1",
|
|
47
47
|
"rimraf": "^6.1.3"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "e6bf9dec003fe5e794746aaeb5852b3b50478232"
|
|
50
50
|
}
|
package/translations/en.json
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"field.route-steps": "steps",
|
|
63
63
|
"field.sgln": "SGLN",
|
|
64
64
|
"field.staff-here": "people here",
|
|
65
|
-
"field.work-shifts-here": "work shifts here",
|
|
66
65
|
"field.state": "state",
|
|
67
66
|
"field.sub-locations": "sub",
|
|
68
67
|
"field.test-results": "test results",
|
|
@@ -70,8 +69,10 @@
|
|
|
70
69
|
"field.used-in": "used in",
|
|
71
70
|
"field.used-in-routes": "used in routes",
|
|
72
71
|
"field.work-calendar": "operating calendar",
|
|
72
|
+
"field.work-shifts-here": "work shifts here",
|
|
73
73
|
"label.all-locations": "all locations",
|
|
74
74
|
"label.all-recipes": "all recipes",
|
|
75
|
+
"label.existing": "existing",
|
|
75
76
|
"label.makes": "makes",
|
|
76
77
|
"label.target": "target",
|
|
77
78
|
"text.criteria-empty": "this specification has no criteria",
|
package/translations/ja.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"field.equipment-here": "配置設備",
|
|
18
18
|
"field.evaluated-property": "測定属性",
|
|
19
19
|
"field.expression": "表記",
|
|
20
|
+
"field.home-location": "設置場所",
|
|
20
21
|
"field.inputs": "投入資材",
|
|
21
22
|
"field.made-by": "作る製造法",
|
|
22
23
|
"field.makes": "作る品目",
|
|
@@ -34,13 +35,15 @@
|
|
|
34
35
|
"field.route": "工程経路",
|
|
35
36
|
"field.route-steps": "工程の順序",
|
|
36
37
|
"field.staff-here": "配置人員",
|
|
37
|
-
"field.work-shifts-here": "勤務シフト",
|
|
38
38
|
"field.sub-locations": "下位",
|
|
39
39
|
"field.uom": "単位",
|
|
40
40
|
"field.used-in": "使われる製造法",
|
|
41
41
|
"field.used-in-routes": "使用ルーティング",
|
|
42
|
+
"field.work-calendar": "稼働カレンダー",
|
|
43
|
+
"field.work-shifts-here": "勤務シフト",
|
|
42
44
|
"label.all-locations": "すべてのロケーション",
|
|
43
45
|
"label.all-recipes": "製造法すべて",
|
|
46
|
+
"label.existing": "既存",
|
|
44
47
|
"label.makes": "作るもの",
|
|
45
48
|
"label.target": "対象",
|
|
46
49
|
"text.criteria-empty": "この仕様には判定基準がありません",
|
|
@@ -90,7 +93,5 @@
|
|
|
90
93
|
"title.material": "品目",
|
|
91
94
|
"title.material-class": "品目等級",
|
|
92
95
|
"title.recipe": "製造法",
|
|
93
|
-
"title.route": "工程経路"
|
|
94
|
-
"field.home-location": "設置場所",
|
|
95
|
-
"field.work-calendar": "稼働カレンダー"
|
|
96
|
+
"title.route": "工程経路"
|
|
96
97
|
}
|
package/translations/ko.json
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"field.route-steps": "공정 순서",
|
|
63
63
|
"field.sgln": "SGLN",
|
|
64
64
|
"field.staff-here": "근무 인원",
|
|
65
|
-
"field.work-shifts-here": "근무조",
|
|
66
65
|
"field.state": "상태",
|
|
67
66
|
"field.sub-locations": "하위",
|
|
68
67
|
"field.test-results": "검사 결과",
|
|
@@ -70,8 +69,10 @@
|
|
|
70
69
|
"field.used-in": "투입 제조법",
|
|
71
70
|
"field.used-in-routes": "사용 라우팅",
|
|
72
71
|
"field.work-calendar": "가동 캘린더",
|
|
72
|
+
"field.work-shifts-here": "근무조",
|
|
73
73
|
"label.all-locations": "전체 로케이션",
|
|
74
74
|
"label.all-recipes": "제조법 전체",
|
|
75
|
+
"label.existing": "기존",
|
|
75
76
|
"label.makes": "생산 품목",
|
|
76
77
|
"label.target": "대상",
|
|
77
78
|
"text.criteria-empty": "이 명세에 판단 기준이 없습니다",
|
package/translations/ms.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"field.equipment-here": "peralatan di sini",
|
|
18
18
|
"field.evaluated-property": "sifat diukur",
|
|
19
19
|
"field.expression": "ungkapan",
|
|
20
|
+
"field.home-location": "dipasang di",
|
|
20
21
|
"field.inputs": "bahan masuk",
|
|
21
22
|
"field.made-by": "dihasilkan oleh",
|
|
22
23
|
"field.makes": "menghasilkan",
|
|
@@ -34,13 +35,15 @@
|
|
|
34
35
|
"field.route": "laluan",
|
|
35
36
|
"field.route-steps": "urutan operasi",
|
|
36
37
|
"field.staff-here": "pekerja di sini",
|
|
37
|
-
"field.work-shifts-here": "syif kerja di sini",
|
|
38
38
|
"field.sub-locations": "bawahan",
|
|
39
39
|
"field.uom": "unit",
|
|
40
40
|
"field.used-in": "digunakan dalam",
|
|
41
41
|
"field.used-in-routes": "digunakan dalam laluan",
|
|
42
|
+
"field.work-calendar": "kalendar operasi",
|
|
43
|
+
"field.work-shifts-here": "syif kerja di sini",
|
|
42
44
|
"label.all-locations": "semua lokasi",
|
|
43
45
|
"label.all-recipes": "semua resipi",
|
|
46
|
+
"label.existing": "sedia ada",
|
|
44
47
|
"label.makes": "menghasilkan",
|
|
45
48
|
"label.target": "sasaran",
|
|
46
49
|
"text.criteria-empty": "spesifikasi ini tiada kriteria",
|
|
@@ -90,7 +93,5 @@
|
|
|
90
93
|
"title.material": "bahan",
|
|
91
94
|
"title.material-class": "kelas bahan",
|
|
92
95
|
"title.recipe": "resipi",
|
|
93
|
-
"title.route": "laluan"
|
|
94
|
-
"field.home-location": "dipasang di",
|
|
95
|
-
"field.work-calendar": "kalendar operasi"
|
|
96
|
+
"title.route": "laluan"
|
|
96
97
|
}
|
package/translations/zh.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"field.equipment-here": "配置设备",
|
|
18
18
|
"field.evaluated-property": "测量属性",
|
|
19
19
|
"field.expression": "表达式",
|
|
20
|
+
"field.home-location": "安装位置",
|
|
20
21
|
"field.inputs": "投入物料",
|
|
21
22
|
"field.made-by": "生产配方",
|
|
22
23
|
"field.makes": "所产物料",
|
|
@@ -34,13 +35,15 @@
|
|
|
34
35
|
"field.route": "工艺路线",
|
|
35
36
|
"field.route-steps": "工序顺序",
|
|
36
37
|
"field.staff-here": "在岗人员",
|
|
37
|
-
"field.work-shifts-here": "班次",
|
|
38
38
|
"field.sub-locations": "下级",
|
|
39
39
|
"field.uom": "单位",
|
|
40
40
|
"field.used-in": "被用于配方",
|
|
41
41
|
"field.used-in-routes": "使用的路线",
|
|
42
|
+
"field.work-calendar": "运行日历",
|
|
43
|
+
"field.work-shifts-here": "班次",
|
|
42
44
|
"label.all-locations": "全部位置",
|
|
43
45
|
"label.all-recipes": "全部配方",
|
|
46
|
+
"label.existing": "现有",
|
|
44
47
|
"label.makes": "所产",
|
|
45
48
|
"label.target": "对象",
|
|
46
49
|
"text.criteria-empty": "该规格没有判定标准",
|
|
@@ -90,7 +93,5 @@
|
|
|
90
93
|
"title.material": "物料",
|
|
91
94
|
"title.material-class": "物料等级",
|
|
92
95
|
"title.recipe": "配方",
|
|
93
|
-
"title.route": "工艺路线"
|
|
94
|
-
"field.home-location": "安装位置",
|
|
95
|
-
"field.work-calendar": "运行日历"
|
|
96
|
+
"title.route": "工艺路线"
|
|
96
97
|
}
|