update navigation all
This commit is contained in:
58
registration/language.js
Normal file
58
registration/language.js
Normal file
@@ -0,0 +1,58 @@
|
||||
var CustomMessages = {
|
||||
en: {
|
||||
message: {
|
||||
filter: {
|
||||
date: "Date",
|
||||
noreg: "No. Reg / Name",
|
||||
group: "Customer Group",
|
||||
station: "Station",
|
||||
location: "Location",
|
||||
},
|
||||
tablePatient: {
|
||||
title: "PATIENT",
|
||||
date: "DATE",
|
||||
noreg: "NO. REG",
|
||||
group: "CUSTOMER GROUP",
|
||||
name: "NAME",
|
||||
status: "STATUS"
|
||||
},
|
||||
tableDetail: {
|
||||
title: "STAFF",
|
||||
speciment: "SPECIMENT",
|
||||
barcode: "BARCODE",
|
||||
requirement: "REQUIREMENT",
|
||||
action: "ACTION"
|
||||
},
|
||||
examination: "EXAMINATION",
|
||||
dobage: "Date of Birth and Age",
|
||||
},
|
||||
},
|
||||
id: {
|
||||
message: {
|
||||
filter: {
|
||||
date: "Tanggal",
|
||||
noreg: "No. Reg / Nama",
|
||||
group: "Kel. Pelanggan",
|
||||
station: "Station",
|
||||
location: "Lokasi",
|
||||
},
|
||||
tablePatient: {
|
||||
title: "PASIEN",
|
||||
date: "TANGGAL",
|
||||
noreg: "NO. REG",
|
||||
group: "KEL. PELANGGAN",
|
||||
name: "NAMA",
|
||||
status: "STATUS"
|
||||
},
|
||||
tableDetail: {
|
||||
title: "STAF",
|
||||
speciment: "SPECIMEN",
|
||||
barcode: "BARCODE",
|
||||
requirement: "PRASYARAT",
|
||||
action: "AKSI"
|
||||
},
|
||||
examination: "PEMERIKSAAN",
|
||||
dobage: "Tanggal Lahir dan Umur",
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user