From d70e98d7c82ae649ed53fe385268616a2c520a4a Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 24 Feb 2025 11:15:33 +0700 Subject: [PATCH] refactor: i18n => update credit and debit note approval messages in translations --- src/i18n/eng.ts | 4 +++- src/i18n/tha.ts | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 7a9cf43c..0dd77ec4 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1241,7 +1241,8 @@ export default { 'The customer returned all or part of the goods because they did not meet their requirements.', reasonCanceled: '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', refundMethod: 'Refund Method', totalRefund: 'Total refund amount', @@ -1303,6 +1304,7 @@ export default { quotationWorkName: 'Work Name', quotationPayment: 'Payment Method', value: 'Net Value', + request: 'Request Debit Note Approval', submit: 'Approve Debit Note', }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index e6a6bd30..f9c3b3a6 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1224,6 +1224,7 @@ export default { 'ลูกค้าคืนสินค้าทั้งหมดหรือบางส่วน เนื่องจากสินค้าไม่ตรงตามความต้องการ', reasonCanceled: 'ลูกค้ายกเลิกคำสั่งซื้อบางรายการหรือบริการที่ระบุในใบแจ้งหนี้', + request: 'ขออนุมัติใบลดหนี้', submit: 'อนุมัติใบลดหนี้', refund: 'การคืนเงิน', refundMethod: 'วิธีการคืนเงิน', @@ -1285,6 +1286,7 @@ export default { quotationWorkName: 'ชื่อใบงาน', quotationPayment: 'วิธีการชำระ', value: 'มูลค่าสุทธิ', + request: 'ขออนุมัติใบเพิ่มหนี้', submit: 'อนุมัติใบเพิ่มหนี้', },