add slicing image verification
This commit is contained in:
50
image-verification/language.js
Normal file
50
image-verification/language.js
Normal 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"
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user