feat: เพิ่ม i18n

This commit is contained in:
Net 2024-06-12 15:32:39 +07:00
parent c237a478e2
commit b5a8b6b2d9
2 changed files with 11 additions and 0 deletions

View file

@ -7,8 +7,13 @@ export default {
productAndServiceTypeCode: 'Product and Service Type Code',
productAndServiceTypeName: 'Product and Service Type Name',
service: 'Service',
product: 'Product',
messageTooltipNoProduct: 'No Product and Service Groups',
messageTooltipProductCreate: 'Click + for product and service groups.',
productCreate: 'Create Product and Service Group',
addProduct: 'Add Product and Service Group',
};

View file

@ -7,8 +7,14 @@ export default {
productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
service: 'บริการ',
product: 'สินค้า',
messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ',
messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ',
addProduct: 'เพิ่มกลุ่มสินค้าและบริการ',
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
};