feat: เพิ่ม i18n

This commit is contained in:
Net 2024-06-12 11:43:19 +07:00
parent 627da99cf0
commit c237a478e2
6 changed files with 30 additions and 14 deletions

View file

@ -1,9 +1,14 @@
export default {
ProductAndService: 'กลุ่มสินค้าและบริการ',
ProductAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด',
ProductAndServiceType: 'ประเภทสินค้าและบริการ',
ProductAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ',
ProductAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ',
ProductAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
ProductAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
productAndService: 'กลุ่มสินค้าและบริการ',
productAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด',
productAndServiceType: 'ประเภทสินค้าและบริการ',
productAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ',
productAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ',
productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ',
messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ',
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
};