feat: เพิ่ม i18n
This commit is contained in:
parent
c237a478e2
commit
b5a8b6b2d9
2 changed files with 11 additions and 0 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,8 +7,14 @@ export default {
|
|||
productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
|
||||
productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
|
||||
|
||||
service: 'บริการ',
|
||||
|
||||
product: 'สินค้า',
|
||||
|
||||
messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ',
|
||||
messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ',
|
||||
|
||||
addProduct: 'เพิ่มกลุ่มสินค้าและบริการ',
|
||||
|
||||
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue