@operato/dataset 1.0.0-beta.2 → 1.0.0-beta.20
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/CHANGELOG.md +406 -0
- package/demo/ox-grist-editor-data-item-spec.html +1 -1
- package/dist/src/grist-editor/ox-popup-data-item-spec.js +3 -2
- package/dist/src/grist-editor/ox-popup-data-item-spec.js.map +1 -1
- package/dist/src/ox-data-entry-form.js +60 -10
- package/dist/src/ox-data-entry-form.js.map +1 -1
- package/dist/src/ox-data-item-spec.js +70 -13
- package/dist/src/ox-data-item-spec.js.map +1 -1
- package/dist/src/ox-data-ooc-view.d.ts +2 -1
- package/dist/src/ox-data-ooc-view.js +79 -14
- package/dist/src/ox-data-ooc-view.js.map +1 -1
- package/dist/src/ox-data-sample-view.js +23 -12
- package/dist/src/ox-data-sample-view.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -13
- package/src/grist-editor/ox-popup-data-item-spec.ts +5 -3
- package/src/ox-data-entry-form.ts +59 -10
- package/src/ox-data-item-spec.ts +70 -13
- package/src/ox-data-ooc-view.ts +82 -15
- package/src/ox-data-sample-view.ts +24 -12
- package/translations/en.json +57 -1
- package/translations/ko.json +56 -1
- package/translations/ms.json +56 -1
- package/translations/zh.json +56 -1
package/translations/zh.json
CHANGED
|
@@ -1 +1,56 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"button.corrected": "corrected",
|
|
3
|
+
"button.reviewed": "reviewed",
|
|
4
|
+
"field.appliance": "appliance",
|
|
5
|
+
"field.collected_at": "collected at",
|
|
6
|
+
"field.corrective-action": "corrective action",
|
|
7
|
+
"field.corrector": "corrector",
|
|
8
|
+
"field.corrected-at": "corrected at",
|
|
9
|
+
"field.data": "data",
|
|
10
|
+
"field.data-sample": "data sample",
|
|
11
|
+
"field.data-set": "data set",
|
|
12
|
+
"field.device-id": "device id",
|
|
13
|
+
"field.entry-role": "entry role",
|
|
14
|
+
"field.entry-type": "entry type",
|
|
15
|
+
"field.entry-view": "entry view",
|
|
16
|
+
"field.hidden": "hidden",
|
|
17
|
+
"field.latest-collected-at": "latest collected at",
|
|
18
|
+
"field.monitor-type": "monitor type",
|
|
19
|
+
"field.monitor-view": "monitor view",
|
|
20
|
+
"field.netmask": "network mask",
|
|
21
|
+
"field.next-schedule": "next schedule",
|
|
22
|
+
"field.oos": "out of critical limit",
|
|
23
|
+
"field.ooc": "out of control limit",
|
|
24
|
+
"field.options": "options",
|
|
25
|
+
"field.partition-keys": "partition keys",
|
|
26
|
+
"field.prev-schedule": "previous schedule",
|
|
27
|
+
"field.quota": "sampling #",
|
|
28
|
+
"field.raw-data": "raw data",
|
|
29
|
+
"field.ref-by": "ref. by",
|
|
30
|
+
"field.report-type": "report type",
|
|
31
|
+
"field.report-view": "report view",
|
|
32
|
+
"field.serial-no": "serial #",
|
|
33
|
+
"field.spec": "spec",
|
|
34
|
+
"field.state": "状态",
|
|
35
|
+
"field.supervisory-role": "supervisory role",
|
|
36
|
+
"field.tag": "tag name",
|
|
37
|
+
"field.unit": "unit",
|
|
38
|
+
"field.use-case": "use case",
|
|
39
|
+
"field.work-date": "work date",
|
|
40
|
+
"field.work-shift": "work shift",
|
|
41
|
+
"text.automatically collected": "automatically collected",
|
|
42
|
+
"text.data sample created successfully": "a data sample created successfully",
|
|
43
|
+
"text.data ooc updated successfully": "a data ooc updated successfully",
|
|
44
|
+
"text.manually collected": "manually collected",
|
|
45
|
+
"title.data-entry-form": "data entry form",
|
|
46
|
+
"title.data-item list": "data item list",
|
|
47
|
+
"title.data-monitor-view": "data monitor view",
|
|
48
|
+
"title.data-report-view": "data report view",
|
|
49
|
+
"title.data-ooc list": "data OOC list",
|
|
50
|
+
"title.data-ooc view": "data OOC view",
|
|
51
|
+
"title.data-sample list": "data sample list",
|
|
52
|
+
"title.data-sample view": "data sample view",
|
|
53
|
+
"title.data-sensor list": "data sensor list",
|
|
54
|
+
"title.data-set list": "data set list",
|
|
55
|
+
"title.edit code": "edit code"
|
|
56
|
+
}
|