diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 7c65ca46..5a5781f2 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -48,7 +48,7 @@ export default { selectAll: 'Select All', additional: 'Additional', editImage: 'Edit Image', - upload: 'Upload{msg}', + upload: 'Upload {msg}', baseOnDevice: 'Base on Device', clickToCreate: 'Click to create', age: 'Age', @@ -104,6 +104,8 @@ export default { female: 'Female', print: 'Print to File/PDF', code: 'Code', + payment: 'Payment', + or: 'or {msg}', }, menu: { @@ -665,6 +667,24 @@ export default { quotationDiscount: 'Discount (Baht)', discountList: 'Product Discount', + receiptDialog: { + paymentWait: 'Waiting for payment', + total: 'Total of', + installments: 'Installments', + paid: 'Paid', + remain: 'Remaining', + totalAmount: 'Total', + billOfPayment: 'Payment Bill', + payAll: 'Pay All', + allInstallments: 'Payment', + paymentDueDate: 'Payment due date', + notYetPaid: 'Unpaid', + alreadyPaid: 'Paid', + amountToBePaid: 'Amount to be paid', + slip: 'Slip', + paymentDocs: 'Payment Documents', + }, + type: { all: 'All', fullAmountCash: 'Full Amount Cash', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 4097cf3e..4a8a2658 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -104,6 +104,8 @@ export default { female: 'หญิง', print: 'พิมพ์เอกสาร/บันทึกไฟล์', code: 'รหัส', + payment: 'การชำระเงิน', + or: 'หรือ {msg}', }, menu: { @@ -660,6 +662,24 @@ export default { quotationDiscount: 'ส่วนลดใบงาน (บาท)', discountList: 'ส่วนลดรายการ', + receiptDialog: { + paymentWait: 'รอชำระเงิน', + total: 'ทั้งหมด', + installments: 'งวด', + paid: 'ชำระไปแล้ว', + remain: 'คงเหลือ', + totalAmount: 'ยอดทั้งหมด', + billOfPayment: 'บิลการชำระ', + payAll: 'จ่ายทั้งหมด', + allInstallments: 'งวดทั้งหมด', + paymentDueDate: 'วันครบกำหนดชำระเงิน วันที่', + notYetPaid: 'ยังไม่ได้ชำระเงิน', + alreadyPaid: 'ชำระเงินแล้ว', + amountToBePaid: 'ยอดเงินที่ต้องชำระ', + slip: 'ใบเสร็จ', + paymentDocs: 'เอกสารการชำระเงิน', + }, + type: { all: 'ทั้งหมด', fullAmountCash: 'เงินสดเต็มจำนวน',