feat: เพิ่ม i18n

This commit is contained in:
Net 2024-06-21 14:50:05 +07:00
parent f7fa614ffe
commit 7f0103db2a
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,7 @@ export default {
agentPrice: 'Agent Price',
processingPrice: 'Processing Price',
editService: 'Edit Service',
addService: 'Add Service',
buttonAddProduct: 'Add Product',
editProduct: 'Edit Product',

View file

@ -7,7 +7,7 @@ export default {
productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
service: 'บริการ',
service: 'บริการ {msg}',
product: 'สินค้า',
messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ',
@ -25,6 +25,7 @@ export default {
agentPrice: 'ราคาตัวแทน',
processingPrice: 'ราคาดำเนินการ',
editService: 'แก้ไขบริการ',
addService: 'เพิ่มบริการ',
buttonAddProduct: 'เพิ่มสินค้า',