From 1b915f1314ac0c46290633d2bf9910f57cc26d1b Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 29 Oct 2024 17:58:58 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng/index.ts | 1 + src/i18n/tha/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index b2213d3a..44548b2b 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -660,6 +660,7 @@ export default { bank: 'Select Payment Account', paySplitCount: 'Number of Installments', payTotal: 'Total {msg}', + customerAcceptance: 'Customer Acceptance', paySplitMessage: 'Amount to be paid (Baht)', summary: 'Total Summary', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 75d872b4..2e10a6f7 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -650,6 +650,7 @@ export default { specialCondition: 'เงื่อนไขพิเศษ', selectInvoice: 'เลือกใบแจ้งหนี้', approveInvoice: 'อนุมัติใบแจ้งหนี้', + customerAcceptance: 'ลูกค้าตอบรับ', paymentCondition: 'เงื่อนไขการชำระเงิน', payType: 'วิธีการชำระเงิน',