From 04bd1b0ba570743a881bd2bc48f7834c04c5f4b0 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 27 Sep 2024 12:14:28 +0700 Subject: [PATCH] refactor: edit i18n --- public/option/option.json | 2 +- src/i18n/tha/index.ts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/option/option.json b/public/option/option.json index e7231a66..b74ca61c 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -1747,7 +1747,7 @@ "value": "fee" }, { - "label": "ค่าดำเนินการ", + "label": "ค่าดำเนินงาน", "value": "processingFee" } ] diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index e7cc89dd..d0b21874 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -539,15 +539,15 @@ export default { title: 'กลุ่มสินค้าและบริการ', withName: 'กลุ่ม {name}', addTitle: 'เพิ่มกลุ่มสินค้าและบริการ', - code: 'รหัสสินค้าและบริการ', - name: 'ชื่อสินค้าและบริการ', + code: 'รหัสกลุ่มสินค้าและบริการ', + name: 'ชื่อกลุ่มสินค้าและบริการ', }, type: { title: 'ประเภทสินค้าและบริการ', withName: 'ประเภท {name}', addTitle: 'เพิ่มประเภทสินค้าและบริการ', - code: 'รหัสสินค้าและบริการ', - name: 'ชื่อสินค้าและบริการ', + code: 'รหัสกลุ่มสินค้าและบริการ', + name: 'ชื่อกลุ่มสินค้าและบริการ', }, service: { title: 'ประเภท', @@ -576,7 +576,7 @@ export default { product: { title: 'สินค้าและบริการ', code: 'รหัสสินค้าและบริการ', - name: 'ชื่อสินค้าและบริการ', + name: 'ชื่อกลุ่มสินค้าและบริการ', registeredBranch: 'สาขาที่ลงทะเบียน', noProduct: 'ยังไม่มีสินค้าและบริการ', allProduct: 'สินค้าและบริการทั้งหมด',