feat: add i18n

This commit is contained in:
Thanaphon Frappet 2025-03-05 16:36:54 +07:00
parent 9aef359291
commit 2e32ad28d7
2 changed files with 79 additions and 0 deletions

View file

@ -1336,4 +1336,44 @@ export default {
Succeed: 'Completed',
},
},
report: {
report: {
title: 'Report',
view: {
Document: 'Document Status Report',
Invoice: 'Payment Report',
Product: 'Product and Service Report',
admin: {
Product: 'Product Movement Report',
Sale: 'Sales Summary Report',
},
},
document: {
code: 'Code',
status: 'Quotation Status',
createAt: 'Created Date',
updateAt: 'Updated Date',
},
table: {
code: 'Code',
status: 'Status',
createAt: 'Created Date',
},
product: {
did: 'Processed Quantity',
sale: 'Sold Quantity',
name: 'Product Name',
code: 'Product Code',
},
sale: {
byCustomer: 'Sales by Branch',
byProductGroup: 'Sales by Product Category',
bySale: 'Sales by Salesperson',
code: 'Code',
name: 'Name',
count: 'Sold Quantity',
},
},
},
};

View file

@ -1315,4 +1315,43 @@ export default {
Succeed: 'เสร็จสิ้น',
},
},
report: {
title: 'รายงาน',
view: {
Document: 'รายงานสถานะเอกสาร',
Invoice: 'รายงานการชำระเงิน',
Product: 'รายงานสินค้าและบริการ',
admin: {
Product: 'รายงานการเคลื่อนไหวของสินค้า',
Sale: 'รายงานสรุปยอดขาย',
},
},
document: {
code: 'รหัส',
status: 'สถานะใบเสนอราคา',
createAt: 'วันที่สร้าง',
updateAt: 'วันที่แก้ไข',
},
table: {
code: 'รหัส',
status: 'สถานะ',
createAt: 'วันที่สร้าง',
},
product: {
did: 'จำนวนที่ออกไปดำเนินการ',
sale: 'จำนวนที่ขายออกไป',
name: 'ชื่อสินค้า',
code: 'รหัสสินค้า',
},
sale: {
byCustomer: 'ยอดขายตามสาขา',
byProductGroup: 'ยอดขายตามประเภทสินค้า',
bySale: 'ยอดขายตามพนักงานขาย',
code: 'รหัส',
name: 'ชื่อ',
count: 'จำนวนที่ขาย',
},
},
};