From 8e1b1ef66f43d7a7285a7cfa77cc87d4ca4624e8 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:18:13 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/customer-main-page.ts | 3 +++ src/i18n/th-th/customer-main-page.ts | 3 +++ 2 files changed, 6 insertions(+) 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: 'ข้อมูลราคา', };