diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index fd314229..dd6a4e6f 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -728,8 +728,10 @@ export default { confirmDelete: 'Confirm Deletion {msg}', youngWorker: 'Employee under 15', confirmLogout: 'Confirm Logout', + confirmQuotationAccept: 'Confirm acceptance of the quotation.', }, message: { + quotationAccept: 'Once accepted, no further modifications can be made', beingUse: '"{msg}" is being used.', incompleteDataEntry: 'Incomplete data entry on {tap} page', confirmChangeStatusOn: 'Do you want to open?', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 4e2759cb..c9754fb9 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -723,8 +723,10 @@ export default { confirmDelete: 'ยืนยันการลบ {msg}', youngWorker: 'ลูกจ้างอายุต่ำกว่า 15 ปี', confirmLogout: 'ยืนยันการออกจากระบบ', + confirmQuotationAccept: 'ยืนยันการตอบรับใบเสนอราคา', }, message: { + quotationAccept: 'เมื่อตอบรับเเล้วจะไม่สามารถแก้ไขได้อีก', beingUse: '"{msg}" มีการใช้งานอยู่', incompleteDataEntry: 'กรอกข้อมูลไม่ครบในหน้า {tap}', confirmChangeStatusOn: 'คุณต้องการเปิดใช่หรือไม่',