refactor: add i18n

This commit is contained in:
Thanaphon Frappet 2024-10-17 15:51:56 +07:00
parent 369a7a406d
commit 59674d1295
3 changed files with 29 additions and 9 deletions

View file

@ -765,4 +765,14 @@ export default {
invalideData: 'The information is incorrect. Please try again later.',
},
},
preview: {
productList: 'Product List',
rank: 'Rank',
productCode: 'Product Code',
pricePerUnit: 'Price per Unit',
discount: 'Discount',
vat: 'VAT',
value: 'Value',
},
};

View file

@ -757,4 +757,14 @@ export default {
invalideData: 'ข้อมูลไม่ถูกต้อง กรุณาตรวจสอบใหม่อีกครั้ง',
},
},
peview: {
productList: 'รายการสินค้า',
rank: 'อันดับ',
productCode: 'รหัสสินค้า',
pricePerUnit: 'ราคาต่อหน่วย',
discount: 'ส่วนลด',
vat: 'ภาษี',
value: 'มูลค่า',
},
};