From c6c197142924c2dfffe9981d89b473e4504610aa Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 10 Oct 2024 17:20:42 +0700 Subject: [PATCH] fix: type to package --- src/i18n/eng/index.ts | 12 ++++++------ src/i18n/tha/index.ts | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 6180c31a..a2ac9294 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -566,19 +566,19 @@ export default { name: 'Products and Services Types Name', }, service: { - title: 'Type', + title: 'Package', title2: 'Service', totalWork: 'Total Work', - code: 'Type Code', - name: 'Type Name', + code: 'Package Code', + name: 'Package Name', work: 'Work', workName: 'Work Name', showTotalPrice: 'Show Total Price', - addTitle: 'Add Type', + addTitle: 'Add Package', registeredBranch: 'Registered Branch', - information: 'Type Information', + information: 'Package Information', workInformation: 'Work Information', - serviceProperties: 'Type Properties', + serviceProperties: 'Package Properties', propertiesName: 'Properties Name', properties: 'Properties', noProperties: 'No Properties', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index a678653e..fe6dd132 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -561,19 +561,19 @@ export default { name: 'ชื่อกลุ่มสินค้าและบริการ', }, service: { - title: 'ประเภท', + title: 'แพ็คเกจ', title2: 'บริการ', totalWork: 'งานทั้งหมด', - code: 'รหัสประเภท', - name: 'ชื่อประเภท', + code: 'รหัสแพ็คเกจ', + name: 'ชื่อแพ็คเกจ', work: 'งาน', workName: 'ชื่องาน', showTotalPrice: 'แสดงราคารวม', - addTitle: 'เพิ่มประเภท', + addTitle: 'เพิ่มแพ็คเกจ', registeredBranch: 'สาขาที่ลงทะเบียน', - information: 'ข้อมูลประเภท', + information: 'ข้อมูลแพ็คเกจ', workInformation: 'ข้อมูลงาน', - serviceProperties: 'คุณสมบัติของประเภท', + serviceProperties: 'คุณสมบัติของแพ็คเกจ', propertiesName: 'ชื่อคุณสมบัติ', properties: 'คุณสมบัติ', noProperties: 'ยังไม่มีคุณสมบัติ',