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

@ -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: 'ตามใบกำกับภาษี',
},
},
};