diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 9feffea7..f0072a67 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1136,6 +1136,7 @@ export default { value: 'Value', netValue: 'Net Value', title: { + creditNote: 'Credit Note', quotation: 'Quotation', invoice: 'Invoice', payment: 'Payment', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 7ea82ca7..93b5a1f3 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1117,6 +1117,7 @@ export default { value: 'มูลค่า', netValue: 'มูลค่าสุทธิ', title: { + creditNote: 'ใบลดหนี้', quotation: 'ใบเสนอราคา', invoice: 'ใบแจ้งหนี้', payment: 'ชำระหนี้',