feat:เพิ่ม i18n
This commit is contained in:
parent
325b44f92b
commit
647876d113
4 changed files with 22 additions and 0 deletions
9
src/i18n/en-US/customer-main-page.ts
Normal file
9
src/i18n/en-US/customer-main-page.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
export default {
|
||||||
|
costomerManagement: 'Customer Management',
|
||||||
|
costomerTooltipTitle: 'No employer data available',
|
||||||
|
costomerTooltipCaption: 'Click + to add an employer',
|
||||||
|
costomerAdd: 'Add Employer',
|
||||||
|
EMPLOYER: 'Employer',
|
||||||
|
WORKER: 'Employee',
|
||||||
|
costomerStatTitle: 'Summary of Employer Data',
|
||||||
|
};
|
||||||
|
|
@ -6,6 +6,7 @@ import branch from './branch';
|
||||||
import user from './user';
|
import user from './user';
|
||||||
import formDialog from './form-dialog';
|
import formDialog from './form-dialog';
|
||||||
import status from './status';
|
import status from './status';
|
||||||
|
import customerMainPage from './customer-main-page';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
ok: 'Confirm',
|
ok: 'Confirm',
|
||||||
|
|
@ -40,4 +41,5 @@ export default {
|
||||||
...drawerComponent,
|
...drawerComponent,
|
||||||
...personnelMainPage,
|
...personnelMainPage,
|
||||||
...formDialog,
|
...formDialog,
|
||||||
|
...customerMainPage,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
9
src/i18n/th-th/customer-main-page.ts
Normal file
9
src/i18n/th-th/customer-main-page.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
export default {
|
||||||
|
costomerManagement: 'จัดการลูกค้า',
|
||||||
|
costomerTooltipTitle: 'ยังไม่มีข้อมูลนายจ้าง',
|
||||||
|
costomerTooltipCaption: 'คลิก + เพื่อเพิ่มนายจ้าง',
|
||||||
|
costomerAdd: 'เพิ่มนายจ้าง',
|
||||||
|
EMPLOYER: 'นายจ้าง',
|
||||||
|
WORKER: 'ลูกจ้าง',
|
||||||
|
costomerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง',
|
||||||
|
};
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
import main from './main';
|
import main from './main';
|
||||||
import drawerComponent from './drawer-component';
|
import drawerComponent from './drawer-component';
|
||||||
import personnelMainPage from './personnel-main-page';
|
import personnelMainPage from './personnel-main-page';
|
||||||
|
import customerMainPage from './customer-main-page';
|
||||||
import address from './address';
|
import address from './address';
|
||||||
import branch from './branch';
|
import branch from './branch';
|
||||||
import user from './user';
|
import user from './user';
|
||||||
|
|
@ -40,4 +41,5 @@ export default {
|
||||||
...drawerComponent,
|
...drawerComponent,
|
||||||
...personnelMainPage,
|
...personnelMainPage,
|
||||||
...formDialog,
|
...formDialog,
|
||||||
|
...customerMainPage,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue