refactor: i18n => update credit and debit note approval messages in translations

This commit is contained in:
puriphatt 2025-02-24 11:15:33 +07:00
parent 74e50fc67c
commit d70e98d7c8
2 changed files with 5 additions and 1 deletions

View file

@ -1241,7 +1241,8 @@ export default {
'The customer returned all or part of the goods because they did not meet their requirements.', 'The customer returned all or part of the goods because they did not meet their requirements.',
reasonCanceled: reasonCanceled:
'The customer canceled certain items or services listed on the invoice.', 'The customer canceled certain items or services listed on the invoice.',
submit: 'Approve the credit note', request: 'Request Credit Note Approval',
submit: 'Approve Credit Note',
refund: 'Refund', refund: 'Refund',
refundMethod: 'Refund Method', refundMethod: 'Refund Method',
totalRefund: 'Total refund amount', totalRefund: 'Total refund amount',
@ -1303,6 +1304,7 @@ export default {
quotationWorkName: 'Work Name', quotationWorkName: 'Work Name',
quotationPayment: 'Payment Method', quotationPayment: 'Payment Method',
value: 'Net Value', value: 'Net Value',
request: 'Request Debit Note Approval',
submit: 'Approve Debit Note', submit: 'Approve Debit Note',
}, },

View file

@ -1224,6 +1224,7 @@ export default {
'ลูกค้าคืนสินค้าทั้งหมดหรือบางส่วน เนื่องจากสินค้าไม่ตรงตามความต้องการ', 'ลูกค้าคืนสินค้าทั้งหมดหรือบางส่วน เนื่องจากสินค้าไม่ตรงตามความต้องการ',
reasonCanceled: reasonCanceled:
'ลูกค้ายกเลิกคำสั่งซื้อบางรายการหรือบริการที่ระบุในใบแจ้งหนี้', 'ลูกค้ายกเลิกคำสั่งซื้อบางรายการหรือบริการที่ระบุในใบแจ้งหนี้',
request: 'ขออนุมัติใบลดหนี้',
submit: 'อนุมัติใบลดหนี้', submit: 'อนุมัติใบลดหนี้',
refund: 'การคืนเงิน', refund: 'การคืนเงิน',
refundMethod: 'วิธีการคืนเงิน', refundMethod: 'วิธีการคืนเงิน',
@ -1285,6 +1286,7 @@ export default {
quotationWorkName: 'ชื่อใบงาน', quotationWorkName: 'ชื่อใบงาน',
quotationPayment: 'วิธีการชำระ', quotationPayment: 'วิธีการชำระ',
value: 'มูลค่าสุทธิ', value: 'มูลค่าสุทธิ',
request: 'ขออนุมัติใบเพิ่มหนี้',
submit: 'อนุมัติใบเพิ่มหนี้', submit: 'อนุมัติใบเพิ่มหนี้',
}, },