feat: เพิ่มคำของ drawer

This commit is contained in:
Net 2024-04-03 14:22:29 +07:00
parent 6bff27adcc
commit 053c94b494
4 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,13 @@
export default {
drawerDashboard: 'Dashboard',
drawerBranchManagement: 'Branch Management',
drawerPersonnelManagement: 'Personnel Management',
drawerCustomerManagement: 'Customer Management',
drawerProductsAndServices: 'Products and Services',
drawerQuotation: 'Quotation',
drawerRequestList: 'Request List',
drawerWorkOrder: 'Work Order',
drawerInvoice: 'Invoice',
drawerAccountingLedger: 'Accounting Ledger',
drawerReport: 'Report',
};

View file

@ -1,5 +1,6 @@
// This is just an example,
// so you can safely delete all default props below
import drawerComponent from './drawer-component';
export default {
ok: 'Confirm',
@ -9,4 +10,5 @@ export default {
search: 'Search',
download: 'Download',
save: 'Save',
...drawerComponent,
};

View file

@ -0,0 +1,13 @@
export default {
drawerDashboard: 'Dashboard',
drawerBranchManagement: 'การจัดการสาขา',
drawerPersonnelManagement: 'จัดการบุคลากร',
drawerCustomerManagement: 'จัดการลูกค้า',
drawerProductsAndServices: 'สินค้าและบริการ',
drawerQuotation: 'ใบเสนอราคา',
drawerRequestList: 'รายการคําขอ',
drawerWorkOrder: 'ใบสั่งงาน',
drawerInvoice: 'ใบรับสินค้า',
drawerAccountingLedger: 'รายการทางบัญชี',
drawerReport: 'รายงาน',
};

View file

@ -1,3 +1,5 @@
import drawerComponent from './drawer-component';
export default {
ok: 'ยืนยัน',
cancel: 'ยกเลิก',
@ -6,4 +8,5 @@ export default {
search: 'ค้นหา',
download: 'ดาวน์โหลด',
save: 'บันทึก',
...drawerComponent,
};