Files
westone-ui/md-lokasi/language.js
2024-11-07 11:45:31 +07:00

57 lines
1.7 KiB
JavaScript

var CustomMessages = {
en: {
message: {
search: {
keyword: 'Location Name/Station Name'
},
toolbalTitle: "PASIEN",
tableListPatient: {
lokasi: "LOCATION NAME",
station: "STATION NAME",
prioritas: "PRIORITY",
aksi: "ACTION",
},
form: {
add: "NEW LOCATION",
edit: "CHANGE LOCATION",
lokasi: "LOCATION NAME",
station: "STATION NAME",
prioritas: "PRIORITY",
save: "SAVE",
saveEdit: "SAVE CHANGE",
close: "CLOSE",
deleteBtn: "Delete",
},
deleteTitle: "DELETE LOCATION",
deleteMsg: "Are you sure you want to delete this location",
},
},
id: {
message: {
search: {
keyword: 'Nama Lokasi/Nama Station'
},
toolbalTitle: "PASIEN",
tableListPatient: {
lokasi: "NAMA LOKASI",
station: "NAMA STATION",
prioritas: "PRIORITAS",
aksi: "AKSI",
},
form: {
add: "LOKASI BARU",
edit: "UBAH LOKASI",
lokasi: "NAMA LOKASI",
station: "NAMA STATION",
prioritas: "PRIORITAS",
save: "SIMPAN",
saveEdit: "SIMPAN PERUBAHAN",
close: "TUTUP",
deleteBtn: "Hapus",
},
deleteTitle: "HAPUS LOCATION",
deleteMsg: "Apakah Anda yakin ingin menghapus lokasi ",
},
},
};