fix: i18n

This commit is contained in:
puriphatt 2024-10-18 16:13:17 +07:00
parent 375abb445b
commit 1c65c00c15
2 changed files with 41 additions and 1 deletions

View file

@ -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',

View file

@ -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: 'เงินสดเต็มจำนวน',