@things-factory/ops-master 10.1.38 → 10.1.40
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/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/index.js +5 -1
- package/dist-server/index.js.map +1 -1
- package/dist-server/service/revision-baseline.d.ts +8 -0
- package/dist-server/service/revision-baseline.js +16 -1
- package/dist-server/service/revision-baseline.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/translations/en.json +8 -0
- package/translations/ja.json +8 -0
- package/translations/ko.json +8 -0
- package/translations/ms.json +8 -0
- package/translations/zh.json +8 -2
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.40",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"things-factory": true,
|
|
6
6
|
"author": "heartyoh <heartyoh@hatiolab.com>",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"@operato/help": "^10.0.0",
|
|
37
37
|
"@operato/i18n": "^10.0.0",
|
|
38
38
|
"@operato/layout": "^10.0.0",
|
|
39
|
-
"@operato/ops-contract": "^0.9.
|
|
39
|
+
"@operato/ops-contract": "^0.9.35",
|
|
40
40
|
"@operato/p13n": "^10.0.0",
|
|
41
41
|
"@operato/popup": "^10.0.0",
|
|
42
42
|
"@operato/shell": "^10.0.0",
|
|
43
43
|
"@operato/styles": "^10.0.0",
|
|
44
44
|
"@operato/utils": "^10.0.0",
|
|
45
|
-
"@things-factory/auth-base": "^10.1.
|
|
45
|
+
"@things-factory/auth-base": "^10.1.40",
|
|
46
46
|
"@things-factory/env": "^10.1.20",
|
|
47
|
-
"@things-factory/shell": "^10.1.
|
|
47
|
+
"@things-factory/shell": "^10.1.40"
|
|
48
48
|
},
|
|
49
49
|
"browser": "dist-client/index.js",
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"copyfiles": "^2.4.1",
|
|
52
52
|
"rimraf": "^6.1.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "51c5d804c14ad8fcc6d4707e6ef80c9deede2766"
|
|
55
55
|
}
|
package/translations/en.json
CHANGED
|
@@ -220,11 +220,18 @@
|
|
|
220
220
|
"field.used-in-routes": "used in routes",
|
|
221
221
|
"field.work-calendar": "operating calendar",
|
|
222
222
|
"field.work-shifts-here": "work shifts here",
|
|
223
|
+
"label.applied-from": "applies from",
|
|
224
|
+
"label.applied-until": "applies until",
|
|
225
|
+
"label.correct-what-was-recorded": "correct what was recorded",
|
|
226
|
+
"label.late-record": "it changed then, recorded late",
|
|
223
227
|
"label.all-locations": "all locations",
|
|
224
228
|
"label.all-recipes": "all recipes",
|
|
225
229
|
"label.existing": "existing",
|
|
226
230
|
"label.makes": "makes",
|
|
227
231
|
"label.target": "target",
|
|
232
|
+
"text.change-is-scheduled": "the current value stays until then. the change is scheduled",
|
|
233
|
+
"text.from-now": "from now",
|
|
234
|
+
"text.none": "none",
|
|
228
235
|
"text.criteria-empty": "this specification has no criteria",
|
|
229
236
|
"text.criteria-empty-hint": "set an upper and lower limit so a pass can be told from a fail",
|
|
230
237
|
"text.find-current-value": "find the current value",
|
|
@@ -269,6 +276,7 @@
|
|
|
269
276
|
"text.pick-a-specification-to-see-criteria": "pick one specification above to see and edit its criteria here.",
|
|
270
277
|
"text.retired-not-deleted": "the rows you removed are kept with an end date, so records that point at them still make sense",
|
|
271
278
|
"text.search-by-name-or-description": "search by name or description",
|
|
279
|
+
"title.when-does-this-apply": "when does this apply?",
|
|
272
280
|
"title.asset": "assets",
|
|
273
281
|
"title.asset-class": "asset classes",
|
|
274
282
|
"title.equipment": "equipment",
|
package/translations/ja.json
CHANGED
|
@@ -42,11 +42,18 @@
|
|
|
42
42
|
"field.used-in-routes": "使用ルーティング",
|
|
43
43
|
"field.work-calendar": "稼働カレンダー",
|
|
44
44
|
"field.work-shifts-here": "勤務シフト",
|
|
45
|
+
"label.applied-from": "適用開始",
|
|
46
|
+
"label.applied-until": "適用終了",
|
|
47
|
+
"label.correct-what-was-recorded": "記録済みの内容を訂正",
|
|
48
|
+
"label.late-record": "その時の変更を遅れて記録",
|
|
45
49
|
"label.all-locations": "すべてのロケーション",
|
|
46
50
|
"label.all-recipes": "製造法すべて",
|
|
47
51
|
"label.existing": "既存",
|
|
48
52
|
"label.makes": "作るもの",
|
|
49
53
|
"label.target": "対象",
|
|
54
|
+
"text.change-is-scheduled": "その時までは今の値のままで、変更は予約されます",
|
|
55
|
+
"text.from-now": "今から",
|
|
56
|
+
"text.none": "なし",
|
|
50
57
|
"text.criteria-empty": "この仕様には判定基準がありません",
|
|
51
58
|
"text.criteria-empty-hint": "上限と下限を設定すると合格と不合格を判定できます",
|
|
52
59
|
"text.find-current-value": "現在の値で検索",
|
|
@@ -89,6 +96,7 @@
|
|
|
89
96
|
"text.of-n-selected": "選択した{count}件のうちこれ",
|
|
90
97
|
"text.pick-a-specification-to-see-criteria": "上で仕様を一つ選ぶと、その判定基準がここに表示されます。",
|
|
91
98
|
"text.search-by-name-or-description": "名称・説明で検索",
|
|
99
|
+
"title.when-does-this-apply": "いつから適用しますか",
|
|
92
100
|
"title.asset": "資産",
|
|
93
101
|
"title.master": "基準情報",
|
|
94
102
|
"title.material": "品目",
|
package/translations/ko.json
CHANGED
|
@@ -220,11 +220,18 @@
|
|
|
220
220
|
"field.used-in-routes": "사용 라우팅",
|
|
221
221
|
"field.work-calendar": "가동 캘린더",
|
|
222
222
|
"field.work-shifts-here": "근무조",
|
|
223
|
+
"label.applied-from": "적용 시작",
|
|
224
|
+
"label.applied-until": "적용 끝",
|
|
225
|
+
"label.correct-what-was-recorded": "이미 기록한 것을 정정",
|
|
226
|
+
"label.late-record": "그때 바뀐 것을 늦게 기록",
|
|
223
227
|
"label.all-locations": "전체 로케이션",
|
|
224
228
|
"label.all-recipes": "제조법 전체",
|
|
225
229
|
"label.existing": "기존",
|
|
226
230
|
"label.makes": "생산 품목",
|
|
227
231
|
"label.target": "대상",
|
|
232
|
+
"text.change-is-scheduled": "그때까지 지금 값을 그대로 두고, 변경을 예약합니다",
|
|
233
|
+
"text.from-now": "지금부터",
|
|
234
|
+
"text.none": "없음",
|
|
228
235
|
"text.criteria-empty": "이 명세에 판단 기준이 없습니다",
|
|
229
236
|
"text.criteria-empty-hint": "상한과 하한을 정해야 합격과 불합격이 갈립니다",
|
|
230
237
|
"text.find-current-value": "지금 값으로 찾기",
|
|
@@ -269,6 +276,7 @@
|
|
|
269
276
|
"text.pick-a-specification-to-see-criteria": "위에서 명세를 하나 고르면 그 명세의 판단 기준이 여기에 나옵니다.",
|
|
270
277
|
"text.retired-not-deleted": "없앤 행은 지우지 않고 종료일을 채웠습니다. 그 행을 가리키던 지난 기록이 그대로 남습니다",
|
|
271
278
|
"text.search-by-name-or-description": "이름 · 설명으로 찾기",
|
|
279
|
+
"title.when-does-this-apply": "언제부터 적용합니까",
|
|
272
280
|
"title.asset": "자산",
|
|
273
281
|
"title.asset-class": "자산 등급",
|
|
274
282
|
"title.equipment": "설비",
|
package/translations/ms.json
CHANGED
|
@@ -42,11 +42,18 @@
|
|
|
42
42
|
"field.used-in-routes": "digunakan dalam laluan",
|
|
43
43
|
"field.work-calendar": "kalendar operasi",
|
|
44
44
|
"field.work-shifts-here": "syif kerja di sini",
|
|
45
|
+
"label.applied-from": "berkuat kuasa dari",
|
|
46
|
+
"label.applied-until": "berkuat kuasa hingga",
|
|
47
|
+
"label.correct-what-was-recorded": "betulkan yang telah direkod",
|
|
48
|
+
"label.late-record": "berubah ketika itu, direkod lewat",
|
|
45
49
|
"label.all-locations": "semua lokasi",
|
|
46
50
|
"label.all-recipes": "semua resipi",
|
|
47
51
|
"label.existing": "sedia ada",
|
|
48
52
|
"label.makes": "menghasilkan",
|
|
49
53
|
"label.target": "sasaran",
|
|
54
|
+
"text.change-is-scheduled": "nilai semasa kekal sehingga masa itu. perubahan dijadualkan",
|
|
55
|
+
"text.from-now": "mulai sekarang",
|
|
56
|
+
"text.none": "tiada",
|
|
50
57
|
"text.criteria-empty": "spesifikasi ini tiada kriteria",
|
|
51
58
|
"text.criteria-empty-hint": "tetapkan had atas dan had bawah supaya lulus dan gagal dapat dibezakan",
|
|
52
59
|
"text.find-current-value": "cari nilai semasa",
|
|
@@ -89,6 +96,7 @@
|
|
|
89
96
|
"text.of-n-selected": "ini antara {count} yang dipilih",
|
|
90
97
|
"text.pick-a-specification-to-see-criteria": "pilih satu spesifikasi di atas untuk melihat dan menyunting kriterianya di sini.",
|
|
91
98
|
"text.search-by-name-or-description": "cari mengikut nama atau keterangan",
|
|
99
|
+
"title.when-does-this-apply": "bilakah ini berkuat kuasa?",
|
|
92
100
|
"title.asset": "aset",
|
|
93
101
|
"title.master": "data induk",
|
|
94
102
|
"title.material": "bahan",
|
package/translations/zh.json
CHANGED
|
@@ -42,11 +42,18 @@
|
|
|
42
42
|
"field.used-in-routes": "使用的路线",
|
|
43
43
|
"field.work-calendar": "运行日历",
|
|
44
44
|
"field.work-shifts-here": "班次",
|
|
45
|
+
"label.applied-from": "生效开始",
|
|
46
|
+
"label.applied-until": "生效结束",
|
|
47
|
+
"label.correct-what-was-recorded": "更正已记录的内容",
|
|
48
|
+
"label.late-record": "当时已变更,现在补录",
|
|
45
49
|
"label.all-locations": "全部位置",
|
|
46
50
|
"label.all-recipes": "全部配方",
|
|
47
51
|
"label.existing": "现有",
|
|
48
52
|
"label.makes": "所产",
|
|
49
53
|
"label.target": "对象",
|
|
54
|
+
"text.change-is-scheduled": "在此之前保持当前值,变更已排定",
|
|
55
|
+
"text.from-now": "从现在起",
|
|
56
|
+
"text.none": "无",
|
|
50
57
|
"text.criteria-empty": "该规格没有判定标准",
|
|
51
58
|
"text.criteria-empty-hint": "设置上限和下限后才能判定合格与不合格",
|
|
52
59
|
"text.find-current-value": "按当前值查找",
|
|
@@ -89,6 +96,7 @@
|
|
|
89
96
|
"text.of-n-selected": "已选 {count} 项中的这一项",
|
|
90
97
|
"text.pick-a-specification-to-see-criteria": "在上方选择一个规格,其判定标准将显示在这里。",
|
|
91
98
|
"text.search-by-name-or-description": "按名称或说明搜索",
|
|
99
|
+
"title.when-does-this-apply": "从何时起生效?",
|
|
92
100
|
"title.asset": "资产",
|
|
93
101
|
"title.master": "基础数据",
|
|
94
102
|
"title.material": "物料",
|
|
@@ -96,8 +104,6 @@
|
|
|
96
104
|
"title.recipe": "配方",
|
|
97
105
|
"title.route": "工艺路线",
|
|
98
106
|
"master-policy.title": "基准信息变更策略",
|
|
99
|
-
"label.personal-setting": "个人设置",
|
|
100
|
-
"label.tenant-setting": "工厂设置",
|
|
101
107
|
"master-policy.field.axis": "基准信息",
|
|
102
108
|
"master-policy.field.what": "说明",
|
|
103
109
|
"master-policy.field.state": "变更方式",
|