111 lines
2.7 KiB
JavaScript
111 lines
2.7 KiB
JavaScript
var CustomMessages = {
|
|
en: {
|
|
message: {
|
|
barcode: {
|
|
action: "ACTION",
|
|
barcode: "BARCODE",
|
|
close: "Close",
|
|
form: "Form",
|
|
label: "Special Labels",
|
|
printRobo: "Robo Print",
|
|
printSelected: "Selected Print",
|
|
specimen: "SPECIMEN",
|
|
title: "Barcode Print",
|
|
},
|
|
changeBirthday: {
|
|
close: "Close",
|
|
datePicker: "Birthday",
|
|
save: "Save",
|
|
title: "Change Birthday",
|
|
},
|
|
filter: {
|
|
customerComplaint: "Cust. Complaint",
|
|
doctor: "Doctor",
|
|
endDate: "End Date",
|
|
noRegOrName: "Registration No./Name",
|
|
startDate: "Start Date",
|
|
},
|
|
infoDialog: {
|
|
barcode: "Barcode",
|
|
changeBirthday: "Change Birthday",
|
|
close: "Close",
|
|
material: "Materials arrived",
|
|
title: "INFORMATION",
|
|
},
|
|
material: {
|
|
blood: "BLOOD",
|
|
cancel: "Cancel",
|
|
correct: "Correct",
|
|
materialYet: "MATERIAL YET:",
|
|
title: "WARNING",
|
|
},
|
|
tableListPatient: {
|
|
agreement: "AGREEMENT",
|
|
delivery: "DELIVERY",
|
|
doctor: "DOCTOR",
|
|
inspection: "INSPECTION",
|
|
name: "NAME",
|
|
no: "NO.",
|
|
noreg: "REGISTRATION NO",
|
|
result: "SCHEDULE",
|
|
title: "LIST PATIENT",
|
|
total: "TOTAL",
|
|
},
|
|
},
|
|
},
|
|
id: {
|
|
message: {
|
|
barcode: {
|
|
action: "AKSI",
|
|
barcode: "BARCODE",
|
|
close: "Tutup",
|
|
form: "Formulir",
|
|
label: "Label Khusus",
|
|
printRobo: "Cetak Robo",
|
|
printSelected: "Cetak Terpilih",
|
|
specimen: "SPECIMEN",
|
|
title: "Cetak Barcode",
|
|
},
|
|
changeBirthday: {
|
|
close: "Tutup",
|
|
datePicker: "Tanggal Lahir",
|
|
save: "Simpan",
|
|
title: "Revisi Tanggal Lahir",
|
|
},
|
|
filter: {
|
|
customerComplaint: "Kel. Pelanggan",
|
|
doctor: "Dokter",
|
|
endDate: "Tanggal Akhir",
|
|
noRegOrName: "No Reg/Nama",
|
|
startDate: "Tanggal Awal",
|
|
},
|
|
infoDialog: {
|
|
barcode: "Barcode",
|
|
changeBirthday: "Revisi Tanggal Lahir",
|
|
close: "Tutup",
|
|
material: "Bahan Datang",
|
|
title: "INFO",
|
|
},
|
|
material: {
|
|
blood: "DARAH",
|
|
cancel: "Tidak Jadi",
|
|
correct: "Benar",
|
|
materialYet: "BAHAN BELUM:",
|
|
title: "PERINGATAN",
|
|
},
|
|
tableListPatient: {
|
|
agreement: "AGREEMENT",
|
|
delivery: "PENGIRIMAN",
|
|
doctor: "DOKTER",
|
|
inspection: "PEMERIKSAAN",
|
|
name: "NAMA",
|
|
no: "NO.",
|
|
noreg: "NO REG",
|
|
result: "JANJI HASIL",
|
|
title: "LIST PASIEN",
|
|
total: "TOTAL",
|
|
},
|
|
},
|
|
},
|
|
};
|