Feature/SendtoFo
This commit is contained in:
42
send-to-fo/language.js
Normal file
42
send-to-fo/language.js
Normal file
@@ -0,0 +1,42 @@
|
||||
var CustomMessages = {
|
||||
en: {
|
||||
message: {
|
||||
search:{
|
||||
date: "Tanggal",
|
||||
noReg: "No Reg / Nama",
|
||||
customerGroup: "Kel. Pelanggan",
|
||||
},
|
||||
toolbalTitle: "PASIEN",
|
||||
tableListPatient: {
|
||||
noreg: "NO. REG",
|
||||
name: "NAME",
|
||||
},
|
||||
report:{
|
||||
selfservice: "Ambil Sendiri",
|
||||
patientAddress: "Alamat Pasien",
|
||||
senderAddress: "Alamat Pengirim"
|
||||
},
|
||||
send:"Serahkan",
|
||||
},
|
||||
},
|
||||
id: {
|
||||
message: {
|
||||
search:{
|
||||
date: "Date",
|
||||
noReg: "No Reg / Name",
|
||||
customerGroup: "Customer Group",
|
||||
},
|
||||
toolbalTitle: "PASIEN",
|
||||
tableListPatient: {
|
||||
noreg: "NO. REG",
|
||||
name: "NAMA",
|
||||
},
|
||||
report:{
|
||||
selfservice: "SelfService",
|
||||
patientAddress: "Patient Address",
|
||||
senderAddress: "Sender Address",
|
||||
send: "Send",
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user