diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index d96bd17e..d7863fee 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -724,6 +724,7 @@ export default { totalPriceBaht: 'Total (Baht)', receipt: 'Receipt/Tax Invoice', branch: 'Branch that issues the quotation', + branchVirtual: 'Service Point that issues the quotation', customer: 'Customer', newCustomer: 'New Customer', employeeList: 'Employee List', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index fb21002f..dd1b5d6a 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -716,6 +716,7 @@ export default { totalPriceBaht: 'ยอดรวมสุทธิ (บาท)', receipt: 'ใบเสร็จ/กำกับภาษี', branch: 'สาขาที่ออกใบเสนอราคา', + branchVirtual: 'จุดรับบริการที่ออกใบเสนอราคา', customer: 'ลูกค้า', newCustomer: 'ลูกค้าใหม่', employeeList: 'รายชื่อแรงงาน',