From 5983febe7279614ed453e93153d888f279418804 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:59:09 +0700 Subject: [PATCH] feat: i18n debit note accept msg --- src/i18n/eng.ts | 3 +++ src/i18n/tha.ts | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 0dd77ec4..6146106a 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -779,6 +779,7 @@ export default { specialCondition: 'Special Conditions', selectInvoice: 'Select Invoice', approveInvoice: 'Approve the invoice', + approveDebitNote: 'Approve Debit Note', paymentCondition: 'Payment Terms', payType: 'Payment Methods', bank: 'Select Payment Account', @@ -1022,6 +1023,7 @@ export default { importWorker: 'Import Worker', confirmLogout: 'Confirm Logout', confirmQuotationAccept: 'Confirm acceptance of the quotation.', + confirmDebitNoteAccept: 'Confirm acceptance of the debit note.', }, message: { quotationAccept: 'Once accepted, no further modifications can be made', @@ -1317,6 +1319,7 @@ export default { }, viewMode: { + accepted: 'Accept', payment: 'Payment', receipt: 'Receipt/Tax Invoice', processComplete: 'Completed', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index f9c3b3a6..0cd09c4a 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1,5 +1,3 @@ -import { title } from 'process'; - export default { general: { ok: 'ตกลง', @@ -772,6 +770,7 @@ export default { specialCondition: 'เงื่อนไขพิเศษ', selectInvoice: 'เลือกใบแจ้งหนี้', approveInvoice: 'อนุมัติใบแจ้งหนี้', + approveDebitNote: 'อนุมัติใบเพิ่มหนี้', customerAcceptance: 'ลูกค้าตอบรับ', additionalFile: 'ไฟล์เอกสารเพิ่มเติม', @@ -1010,6 +1009,7 @@ export default { importWorker: 'นำเข้าคนงาน', confirmLogout: 'ยืนยันการออกจากระบบ', confirmQuotationAccept: 'ยืนยันการตอบรับใบเสนอราคา', + confirmDebitNoteAccept: 'ยืนยันการตอบรับใบเพิ่มหนี้', }, message: { quotationAccept: 'เมื่อตอบรับเเล้วจะไม่สามารถแก้ไขได้อีก', @@ -1299,6 +1299,7 @@ export default { }, viewMode: { + accepted: 'ตอบรับ', payment: 'ชำระเงิน', receipt: 'ใบเสร็จรับเงิน/ใบกำกับภาษี', processComplete: 'เสร็จสิ้น',