diff --git a/src/i18n/en-US/customer-main-page.ts b/src/i18n/en-US/customer-main-page.ts index 24f703ef..b9f19bbf 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -56,4 +56,7 @@ export default { editBy: 'Edit by', valueBefore: 'Before', valueAfter: 'After', + + serviceWorkTotal: 'Service Work Total', + priceInformation: 'Price Information', }; diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 8f5edc4b..f949852c 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -64,4 +64,7 @@ export default { editBy: 'แก้ไขโดย', valueBefore: 'แก้ไขใหม่', valueAfter: 'ค่าเดิม', + + serviceWorkTotal: 'จำนวนงานทั้งหมด', + priceInformation: 'ข้อมูลราคา', };