feat: add dashboard localization for English and Thai

This commit is contained in:
puriphatt 2025-03-05 14:11:06 +07:00 committed by Methapon2001
parent 8023de1437
commit 5ec7012119
2 changed files with 64 additions and 1 deletions

View file

@ -1336,7 +1336,6 @@ export default {
Succeed: 'Completed',
},
},
report: {
report: {
title: 'Report',
@ -1373,4 +1372,36 @@ export default {
},
},
},
dashboard: {
title: 'Dashboard',
newComer: 'New Interested Party',
openQuotation: 'Open Quotation',
paidSales: 'Paid Sales',
pendingSales: 'Pending Sales',
receipt: {
title: 'Tax Invoice Summary',
caption: 'By Total Amount',
total: 'Total Amount',
paid: 'Partially & Fully Paid',
pending: 'Pending Payment',
cancel: 'Cancelled',
},
opportunity: {
title: 'Sales Opportunity Screening',
caption: 'By Sales Opportunity Status',
},
quotation: {
title: 'Quotations & Sales Orders',
caption: 'By Document Status',
waitCustomer: 'Waiting for Customer',
inProgress: 'In Progress',
complete: 'Complete',
cancel: 'Cancel',
},
sales: {
title: 'Top 5 Highest Sales',
caption: 'Based on Tax Invoices',
},
},
};

View file

@ -1351,4 +1351,36 @@ export default {
count: 'จำนวนที่ขาย',
},
},
dashboard: {
title: 'Dashboard',
newComer: 'ผู้สนใจใหม่',
openQuotation: 'ใบเสนอราคาที่เปิดอยู่',
paidSales: 'ยอดขายที่ชำระแล้ว',
pendingSales: 'ยอดขายที่รอชำระ',
receipt: {
title: 'สรุปยอดใบกำกับภาษี',
caption: 'ตามจำนวนเงินรวม',
total: 'ยอดรวมทั้งหมด',
paid: 'ชำระไม่ครบและชำระครบ',
pending: 'รอชำระ',
cancel: 'ยกเลิก',
},
opportunity: {
title: 'การคัดกรองโอกาสทางการขาย',
caption: 'ตามสถานะโอกาสทางการขาย',
},
quotation: {
title: 'ใบเสนอราคาและใบสั่งขาย',
caption: 'ตามสถานะเอกสาร',
waitCustomer: 'รอลูกค้าตอบรับ',
inProgress: 'กำลังดำเนินการ',
complete: 'เสร็จสิ้น',
cancel: 'ยกเลิก',
},
sales: {
title: '5 อันดับยอดขายสูงสุด',
caption: 'ตามใบกำกับภาษี',
},
},
};