diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 44548b2b..5c895d86 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -154,6 +154,46 @@ export default { report: 'Report', reportCaption: 'List of report.', + manage: { + title: 'Manage', + branch: 'Branch', + personnel: 'Personnel', + productService: 'Product and Service', + document: 'Documents', + workflow: 'Workflow', + customer: 'Customer', + mainData: 'Main Data', + }, + + sales: { + title: 'Sales', + quotation: 'Quotation', + }, + + order: { + title: 'Purchase Order', + requestList: 'Request List', + documentCheck: 'Document Verification', + workOrder: 'Work Order', + goodReceipt: 'Goods Receipt', + workReceipt: 'Work Receipt', + workDelivery: 'Work Delivery', + }, + + account: { + title: 'Accounting', + uploadSlip: 'Upload Receipt', + receipt: 'Invoice/Receipt', + creditNote: 'Credit Note', + debitNote: 'Debit Note', + }, + + overall: { + title: 'Overall', + report: 'Report', + dashboard: 'Dashboard', + }, + profile: { editPersonalInfo: 'Edit Personal Information', signature: 'Signature', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 2e10a6f7..01e2068a 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -154,6 +154,46 @@ export default { report: 'รายงาน', reportCaption: 'แสดงรายงาน', + manage: { + title: 'จัดการ', + branch: 'สาขา', + personnel: 'บุคลากร', + productService: 'สินค้าและบริการ', + document: 'เอกสาร', + workflow: 'ขั้นตอนการทำงาน', + customer: 'ลูกค้า', + mainData: 'ข้อมูลหลัก', + }, + + sales: { + title: 'งานซื้อขาย', + quotation: 'ใบเสนอราคา', + }, + + order: { + title: 'งานสั่งซื้อ', + requestList: 'ใบรายการคำขอ', + documentCheck: 'ตรวจสอบเอกสาร', + workOrder: 'ใบสั่งงาน', + goodReceipt: 'ใบรับสินค้า', + workReceipt: 'ใบรับงาน', + workDelivery: 'ใบส่งงาน', + }, + + account: { + title: 'งานบัญชี', + uploadSlip: 'อัปโหลดใบเสร็จ', + receipt: 'ใบเสร็จรับเงิน/กำกับภาษี', + creditNote: 'ใบลดหนี้', + debitNote: 'ใบเพิ่มหนี้', + }, + + overall: { + title: 'ภาพรวม', + report: 'รายงาน', + dashboard: 'Dashboard', + }, + profile: { editPersonalInfo: 'แก้ไขข้อมูลส่วนตัว', signature: 'ลายเซ็น',