add slicing image verification

This commit is contained in:
Hanan Askarim
2024-10-28 16:53:18 +07:00
parent d23a0550e1
commit a5c36f0f7d
6 changed files with 695 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
var CustomMessages = {
en: {
message: {
left: {
noreg: "No. Reg/Name",
station: "Station",
table: {
noreg: "NO REG",
name: "NAME",
test: "TEST",
requirement: "REQUIREMENT",
action: "ACTION"
}
},
right: {
noreg: "No. Reg/Name",
station: "Station",
table: {
noreg: "NO REG",
name: "NAME",
test: "TEST"
}
}
},
},
id: {
message: {
left: {
noreg: "No. Reg/Nama",
station: "Stasiun",
table: {
noreg: "NO REG",
name: "NAMA",
test: "PEMERIKSAAN",
requirement: "PERSYARATAN",
action: "ACTION"
}
},
right: {
noreg: "No. Reg/Nama",
station: "Stasiun",
table: {
noreg: "NO REG",
name: "NAMA",
test: "PEMERIKSAAN"
}
}
},
},
};