refactor: i18n for new drawer menu

This commit is contained in:
puriphatt 2024-10-30 16:05:15 +07:00
parent 36e6bc072d
commit 16f3385a5a
2 changed files with 80 additions and 0 deletions

View file

@ -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',

View file

@ -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: 'ลายเซ็น',