feat: เพิ่มคำของ drawer
This commit is contained in:
parent
6bff27adcc
commit
053c94b494
4 changed files with 31 additions and 0 deletions
13
src/i18n/en-US/drawer-component.ts
Normal file
13
src/i18n/en-US/drawer-component.ts
Normal 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',
|
||||||
|
};
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// This is just an example,
|
// This is just an example,
|
||||||
// so you can safely delete all default props below
|
// so you can safely delete all default props below
|
||||||
|
import drawerComponent from './drawer-component';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
ok: 'Confirm',
|
ok: 'Confirm',
|
||||||
|
|
@ -9,4 +10,5 @@ export default {
|
||||||
search: 'Search',
|
search: 'Search',
|
||||||
download: 'Download',
|
download: 'Download',
|
||||||
save: 'Save',
|
save: 'Save',
|
||||||
|
...drawerComponent,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
13
src/i18n/th-th/drawer-component.ts
Normal file
13
src/i18n/th-th/drawer-component.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
export default {
|
||||||
|
drawerDashboard: 'Dashboard',
|
||||||
|
drawerBranchManagement: 'การจัดการสาขา',
|
||||||
|
drawerPersonnelManagement: 'จัดการบุคลากร',
|
||||||
|
drawerCustomerManagement: 'จัดการลูกค้า',
|
||||||
|
drawerProductsAndServices: 'สินค้าและบริการ',
|
||||||
|
drawerQuotation: 'ใบเสนอราคา',
|
||||||
|
drawerRequestList: 'รายการคําขอ',
|
||||||
|
drawerWorkOrder: 'ใบสั่งงาน',
|
||||||
|
drawerInvoice: 'ใบรับสินค้า',
|
||||||
|
drawerAccountingLedger: 'รายการทางบัญชี',
|
||||||
|
drawerReport: 'รายงาน',
|
||||||
|
};
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
import drawerComponent from './drawer-component';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
ok: 'ยืนยัน',
|
ok: 'ยืนยัน',
|
||||||
cancel: 'ยกเลิก',
|
cancel: 'ยกเลิก',
|
||||||
|
|
@ -6,4 +8,5 @@ export default {
|
||||||
search: 'ค้นหา',
|
search: 'ค้นหา',
|
||||||
download: 'ดาวน์โหลด',
|
download: 'ดาวน์โหลด',
|
||||||
save: 'บันทึก',
|
save: 'บันทึก',
|
||||||
|
...drawerComponent,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue